mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 02:51:23 +00:00
Minor improvements
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
<SchemaVersion>2.0</SchemaVersion>-->
|
||||
<ProductVersion>8.0.30703</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ReleaseVersion>8.8.5</ReleaseVersion>
|
||||
<ReleaseVersion>0.3</ReleaseVersion>
|
||||
</PropertyGroup>
|
||||
<Choose>
|
||||
<When Condition=" '$(Platform)' != 'AnyCPU'">
|
||||
@ -307,4 +307,9 @@
|
||||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Server|AnyCPU' ">
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>bin\Server</OutputPath>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user