|
@@ -11,15 +11,15 @@
|
|
|
<AssemblyName>FloodControl</AssemblyName>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
- <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugSymbols>True</DebugSymbols>
|
|
|
<DebugType>full</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
+ <Optimize>False</Optimize>
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
<DefineConstants>DEBUG,LINUX</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
+ <ConsolePause>False</ConsolePause>
|
|
|
<EnvironmentVariables>
|
|
|
<EnvironmentVariables>
|
|
|
<Variable name="MONO_IOMAP" value="all" />
|
|
@@ -28,12 +28,12 @@
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
<DebugType>none</DebugType>
|
|
|
- <Optimize>false</Optimize>
|
|
|
+ <Optimize>False</Optimize>
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
- <ConsolePause>false</ConsolePause>
|
|
|
+ <ConsolePause>False</ConsolePause>
|
|
|
</PropertyGroup>
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
<ItemGroup>
|