Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Samples/TextEditor/TextEditorLib/TextEditorLib.csproj')
-rw-r--r--Samples/TextEditor/TextEditorLib/TextEditorLib.csproj37
1 files changed, 17 insertions, 20 deletions
diff --git a/Samples/TextEditor/TextEditorLib/TextEditorLib.csproj b/Samples/TextEditor/TextEditorLib/TextEditorLib.csproj
index 8a7c14a..cf4fe91 100644
--- a/Samples/TextEditor/TextEditorLib/TextEditorLib.csproj
+++ b/Samples/TextEditor/TextEditorLib/TextEditorLib.csproj
@@ -9,26 +9,25 @@
<AssemblyName>TextEditorLib</AssemblyName>
<SchemaVersion>2.0</SchemaVersion>
<RootNamespace>TextEditorLib</RootNamespace>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
+ <DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
+ <Optimize>True</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
- <ConsolePause>false</ConsolePause>
+ <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
+ <ConsolePause>False</ConsolePause>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
- <Optimize>true</Optimize>
+ <Optimize>True</Optimize>
<OutputPath>..\bin</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
- <ConsolePause>false</ConsolePause>
+ <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
+ <ConsolePause>False</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
@@ -45,12 +44,10 @@
</Reference>
<Reference Include="System" />
<Reference Include="Mono.Posix" />
- <Reference Include="Mono.Addins, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="Mono.Addins">
<HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
</Reference>
- <Reference Include="Mono.Addins.Gui, Version=0.6.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756">
- <SpecificVersion>False</SpecificVersion>
+ <Reference Include="Mono.Addins.Gui">
<HintPath>..\..\..\bin\Mono.Addins.Gui.dll</HintPath>
</Reference>
</ItemGroup>
@@ -101,15 +98,15 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <Deployment.LinuxDeployData scriptName="texteditorlib" generatePcFile="false" />
- <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true">
- <BuildFilesVar Sync="true" Name="FILES" />
- <DeployFilesVar Sync="true" Name="DATA_FILES" />
- <ResourcesVar Sync="true" Name="RESOURCES" />
+ <Deployment.LinuxDeployData scriptName="texteditorlib" generatePcFile="False" />
+ <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
+ <BuildFilesVar Sync="True" Name="FILES" />
+ <DeployFilesVar Sync="True" Name="DATA_FILES" />
+ <ResourcesVar Sync="True" Name="RESOURCES" />
<OthersVar />
- <GacRefVar Sync="true" Name="REFERENCES" Prefix="-r:" />
- <AsmRefVar Sync="true" Name="DLL_REFERENCES" />
- <ProjectRefVar Sync="true" Name="PROJECT_REFERENCES" />
+ <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
+ <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
+ <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>