|
|
|
@ -42,10 +42,12 @@
@@ -42,10 +42,12 @@
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Debug' "> |
|
|
|
|
<Optimize>False</Optimize> |
|
|
|
@ -56,6 +58,7 @@
@@ -56,6 +58,7 @@
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' "> |
|
|
|
|
<DebugType>Full</DebugType> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Release' "> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
@ -66,6 +69,7 @@
@@ -66,6 +69,7 @@
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' "> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<DebugSymbols>false</DebugSymbols> |
|
|
|
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<ItemGroup> |
|
|
|
|
<Reference Include="System" /> |
|
|
|
|