1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 02:51:23 +00:00

Minor improvements

This commit is contained in:
2016-03-19 22:55:38 +01:00
parent e66f069d0a
commit 0db48ed940
24 changed files with 181 additions and 34 deletions

View File

@ -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>