mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-06 19:12:11 +00:00
68 lines
2.7 KiB
XML
68 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>{CCF0EE0C-E3E4-4A75-AFEB-C709ED51E90F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Ntp.Process</RootNamespace>
|
|
<AssemblyName>Ntp.Process</AssemblyName>
|
|
<ReleaseVersion>0.4.2b</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' ">
|
|
<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>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="ScheduledJob.cs" />
|
|
<Compile Include="IScheduler.cs" />
|
|
<Compile Include="Billboard.cs" />
|
|
<Compile Include="JobDescription.cs" />
|
|
<Compile Include="Job.cs" />
|
|
<Compile Include="JobScheduleDescription.cs" />
|
|
<Compile Include="JobConfiguration.cs" />
|
|
<Compile Include="Scheduler.cs" />
|
|
<Compile Include="IRequest.cs" />
|
|
<Compile Include="Cluster.cs" />
|
|
</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.Config\Ntp.Config.csproj">
|
|
<Project>{43A1A769-6ED9-4AE1-821A-43F97814968C}</Project>
|
|
<Name>Ntp.Config</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Ntp.System\Ntp.System.csproj">
|
|
<Project>{A98DB601-2993-4181-A573-5FCCC5E954C1}</Project>
|
|
<Name>Ntp.System</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |