|
|
|
|
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
|
<PropertyGroup> |
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
|
|
|
@ -6,7 +6,6 @@
@@ -6,7 +6,6 @@
|
|
|
|
|
<SchemaVersion>2.0</SchemaVersion> |
|
|
|
|
<ProjectGuid>{1152B71B-3C05-4598-B20D-823B5D40559E}</ProjectGuid> |
|
|
|
|
<AssemblyName>SharpDevelop</AssemblyName> |
|
|
|
|
<OutputTarget>Exe</OutputTarget> |
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
<NoConfig>False</NoConfig> |
|
|
|
|
@ -18,19 +17,18 @@
@@ -18,19 +17,18 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
|
<DefineConstants>DEBUG</DefineConstants> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
|
<TreatWarningsAsErrors>True</TreatWarningsAsErrors> |
|
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
|
<DebugSymbols>False</DebugSymbols> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|
<OutputPath>..\..\..\..\bin\</OutputPath> |
|
|
|
|
<TreatWarningsAsErrors>True</TreatWarningsAsErrors> |
|
|
|
|
<OutputType>WinExe</OutputType> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|
|