mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 18:41:13 +00:00
67 lines
2.7 KiB
XML
67 lines
2.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{86848F80-2692-47AB-A68A-BFB2990B632E}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Ntp.Common</RootNamespace>
|
|
<AssemblyName>Ntp.Common</AssemblyName>
|
|
<ReleaseVersion>0.6.1</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>full</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Server|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Develop|AnyCPU' ">
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Compile Include="SignalHandler.cs" />
|
|
<Compile Include="IApplicationController.cs" />
|
|
<Compile Include="LogMessage.cs" />
|
|
<Compile Include="Heartbeat.cs" />
|
|
<Compile Include="HeartbeatConfiguration.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ntp.Log\Ntp.Log.csproj">
|
|
<Project>{909C8729-ED63-4603-85EA-34A1FC4D63D9}</Project>
|
|
<Name>Ntp.Log</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Interop\Ntp.Interop.csproj">
|
|
<Project>{A98DB601-2993-4181-A573-5FCCC5E954C1}</Project>
|
|
<Name>Ntp.Interop</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.Config\Ntp.Config.csproj">
|
|
<Project>{43A1A769-6ED9-4AE1-821A-43F97814968C}</Project>
|
|
<Name>Ntp.Config</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |