1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 11:04:40 +00:00

Prepare release 0.6.2

This commit is contained in:
2016-06-26 22:18:59 +02:00
parent 504b9e91be
commit cf58df596d
30 changed files with 130 additions and 379 deletions

View File

@ -9,7 +9,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Process</RootNamespace>
<AssemblyName>Ntp.Analyzer.Process</AssemblyName>
<ReleaseVersion>0.6.1</ReleaseVersion>
<ReleaseVersion>0.6.2</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@ -33,7 +33,6 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Server|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>..\bin</OutputPath>
<DefineConstants>GRAPH;</DefineConstants>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Develop|AnyCPU' ">
@ -42,6 +41,13 @@
<DefineConstants>GRAPH;</DefineConstants>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<Choose>
<When Condition=" '$(graph)' == 'nplot' ">
<PropertyGroup>
<DefineConstants>GRAPH;TRACE</DefineConstants>
</PropertyGroup>
</When>
</Choose>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />