mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-11-23 03:49:55 +00:00
Version 0.7.0 prerelease changes
This commit is contained in:
@ -15,17 +15,19 @@
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\bin</OutputPath>
|
||||
<DefineConstants>DEBUG;</DefineConstants>
|
||||
<DefineConstants>TRACE;DEBUG;</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>none</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\bin</OutputPath>
|
||||
<DefineConstants>TRACE;</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<ConsolePause>false</ConsolePause>
|
||||
<Prefer32Bit>false</Prefer32Bit>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System" />
|
||||
@ -45,22 +47,18 @@
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Ntp.Analyzer.Log\Ntp.Analyzer.Log.csproj">
|
||||
<Project>{909C8729-ED63-4603-85EA-34A1FC4D63D9}</Project>
|
||||
<Name>Ntp.Analyzer.Log</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Ntp.Analyzer.Objects\Ntp.Analyzer.Objects.csproj">
|
||||
<Project>{02912378-E62D-4445-BA30-F56D3ABE9DA2}</Project>
|
||||
<Name>Ntp.Analyzer.Objects</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Ntp.Interop\Ntp.Interop.csproj">
|
||||
<Project>{A98DB601-2993-4181-A573-5FCCC5E954C1}</Project>
|
||||
<Name>Ntp.Interop</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Ntp.Analyzer.Data\Ntp.Analyzer.Data.csproj">
|
||||
<Project>{8263BEAB-1610-4F82-9FC0-84421E5AB6B0}</Project>
|
||||
<Name>Ntp.Analyzer.Data</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Ntp.Common\Ntp.Common.csproj">
|
||||
<Project>{86848F80-2692-47AB-A68A-BFB2990B632E}</Project>
|
||||
<Name>Ntp.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Ntp.Data\Ntp.Data.csproj">
|
||||
<Project>{03F3B0D9-AC35-43E3-9303-87A71FB73CD1}</Project>
|
||||
<Name>Ntp.Data</Name>
|
||||
|
||||
Reference in New Issue
Block a user