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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2012-06-20 19:07:54 +0400
committerLluis Sanchez <lluis@xamarin.com>2012-06-20 19:07:54 +0400
commitbaa6a6a9a7f79b8bd2efe0d79bd7b26b60f50c7d (patch)
tree4163775c7f1eeef0b104338455c3dc0e1e115d98 /main/src/addins/ChangeLogAddIn
parent173e016a151e76102f373605d1d7e9c732d9d43b (diff)
Bools in projects are not using pascal casing
Diffstat (limited to 'main/src/addins/ChangeLogAddIn')
-rw-r--r--main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj18
1 files changed, 9 insertions, 9 deletions
diff --git a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
index cdfabe357a..671e7d2ee9 100644
--- a/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
+++ b/main/src/addins/ChangeLogAddIn/ChangeLogAddIn.csproj
@@ -11,9 +11,9 @@
<RootNamespace>ChangeLogAddIn</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
+ <DebugSymbols>True</DebugSymbols>
<DebugType>full</DebugType>
- <Optimize>false</Optimize>
+ <Optimize>False</Optimize>
<OutputPath>..\..\..\build\AddIns\ChangeLogAddIn\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -23,7 +23,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
- <Optimize>true</Optimize>
+ <Optimize>True</Optimize>
<OutputPath>..\..\..\build\AddIns\ChangeLogAddIn\</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
@@ -112,14 +112,14 @@
<ProjectExtensions>
<MonoDevelop>
<Properties>
- <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="true" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="true" IsAutotoolsProject="true" RelativeConfigureInPath="../../../">
- <BuildFilesVar Sync="true" Name="FILES" />
+ <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True" IsAutotoolsProject="True" RelativeConfigureInPath="../../../">
+ <BuildFilesVar Sync="True" Name="FILES" />
<DeployFilesVar />
- <ResourcesVar Sync="true" Name="RES" />
+ <ResourcesVar Sync="True" Name="RES" />
<OthersVar />
- <GacRefVar Sync="true" Name="REFS" Prefix="-r:" />
- <AsmRefVar Sync="true" Name="REFS" Prefix="-r:" />
- <ProjectRefVar Sync="true" Name="DEPS" />
+ <GacRefVar Sync="True" Name="REFS" Prefix="-r:" />
+ <AsmRefVar Sync="True" Name="REFS" Prefix="-r:" />
+ <ProjectRefVar Sync="True" Name="DEPS" />
</MonoDevelop.Autotools.MakefileInfo>
</Properties>
</MonoDevelop>