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:
authorLluis Sanchez <lluis@xamarin.com>2012-07-19 18:01:55 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-07-19 18:01:55 +0400
commit37d9ad774a34c086f6de96b94901819fc612cb60 (patch)
tree37bb20a698044507c50f8dce2d99c5ecc779424a /Test/CommandExtension
parent43b4de80b251aaacee89ede2ea5ce473a0d2992d (diff)
Flush
Diffstat (limited to 'Test/CommandExtension')
-rw-r--r--Test/CommandExtension/CommandExtension.csproj24
1 files changed, 12 insertions, 12 deletions
diff --git a/Test/CommandExtension/CommandExtension.csproj b/Test/CommandExtension/CommandExtension.csproj
index 644e371..ff79115 100644
--- a/Test/CommandExtension/CommandExtension.csproj
+++ b/Test/CommandExtension/CommandExtension.csproj
@@ -12,14 +12,14 @@
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
+ <DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>true</Optimize>
+ <Optimize>True</Optimize>
<OutputPath>..\lib</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
- <ConsolePause>false</ConsolePause>
+ <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
+ <ConsolePause>False</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@@ -50,15 +50,15 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <Deployment.LinuxDeployData scriptName="commandextension" generatePcFile="false" />
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" 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="commandextension" generatePcFile="False" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" 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>