|
|
|
@ -22,8 +22,7 @@
@@ -22,8 +22,7 @@
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
|
|
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
|
|
|
<BaseAddress>4194304</BaseAddress> |
|
|
|
|
<FileAlignment>4096</FileAlignment> |
|
|
|
|
<BaseAddress>465371136</BaseAddress> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
@ -35,7 +34,8 @@
@@ -35,7 +34,8 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
|
|
|
<OutputPath>bin\Release\</OutputPath> |
|
|
|
|
<DebugType>None</DebugType> |
|
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
|
<DebugType>PdbOnly</DebugType> |
|
|
|
|
<Optimize>True</Optimize> |
|
|
|
|
<DefineConstants>TRACE;FULL_AST</DefineConstants> |
|
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
|