Files
ntpa/Ntp.Analyzer.Monitor.Cli/Ntp.Analyzer.Monitor.Cli.csproj
T

71 lines
2.9 KiB
XML
Raw Normal View History

2016-08-13 21:42:25 +02:00
<?xml version="1.0" encoding="utf-8"?>
2016-03-05 15:25:01 +01:00
<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>
<ProjectGuid>{0349CF56-C07C-46B5-B9CD-2BCB2709EE0A}</ProjectGuid>
<OutputType>Exe</OutputType>
2016-08-18 19:18:52 +02:00
<RootNamespace>Ntp.Analyzer.Monitor.Cli</RootNamespace>
2016-12-06 21:41:35 +01:00
<ReleaseVersion>0.7.5</ReleaseVersion>
2016-08-18 19:18:52 +02:00
<AssemblyName>Ntp.Analyzer.Monitor.Cli</AssemblyName>
2016-08-13 21:42:25 +02:00
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
2016-03-05 15:25:01 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
2016-04-28 19:29:22 +02:00
<OutputPath>..\bin</OutputPath>
2016-08-18 19:18:52 +02:00
<DefineConstants>TRACE;DEBUG;</DefineConstants>
2016-03-05 15:25:01 +01:00
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2016-08-18 19:18:52 +02:00
<ConsolePause>false</ConsolePause>
<Prefer32Bit>false</Prefer32Bit>
2016-03-05 15:25:01 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2016-08-18 19:18:52 +02:00
<DebugType>none</DebugType>
2016-03-05 15:25:01 +01:00
<Optimize>true</Optimize>
2016-04-28 19:29:22 +02:00
<OutputPath>..\bin</OutputPath>
2016-08-18 19:18:52 +02:00
<DefineConstants>TRACE;</DefineConstants>
2016-03-05 15:25:01 +01:00
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2016-08-18 19:18:52 +02:00
<ConsolePause>false</ConsolePause>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject>Ntp.Analyzer.Monitor.Cli.Program</StartupObject>
2016-03-19 22:55:38 +01:00
</PropertyGroup>
2016-03-05 15:25:01 +01:00
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
2016-09-09 21:52:54 +02:00
<Compile Include="..\Shared\AssemblyInfo.cs" />
2016-03-05 15:25:01 +01:00
<Compile Include="Program.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
2016-08-18 19:18:52 +02:00
<ProjectReference Include="..\Ntp.Analyzer.Monitor.Client\Ntp.Analyzer.Monitor.Client.csproj">
2016-12-06 21:41:35 +01:00
<Project>{44D739DA-4CD4-4214-88EE-A9A293BB32B5}</Project>
2016-08-18 19:18:52 +02:00
<Name>Ntp.Analyzer.Monitor.Client</Name>
2016-03-05 15:25:01 +01:00
</ProjectReference>
2016-08-18 19:18:52 +02:00
<ProjectReference Include="..\Ntp.Common\Ntp.Common.csproj">
2016-12-06 21:41:35 +01:00
<Project>{86848F80-2692-47AB-A68A-BFB2990B632E}</Project>
2016-08-18 19:18:52 +02:00
<Name>Ntp.Common</Name>
2016-03-05 15:25:01 +01:00
</ProjectReference>
</ItemGroup>
2016-04-02 11:18:44 +02:00
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Deployment.LinuxDeployData scriptName="ntpac" />
2016-12-06 21:41:35 +01:00
<MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="Makefile" SyncReferences="True">
<BuildFilesVar Sync="True" Name="FILES" />
<DeployFilesVar />
<ResourcesVar Sync="True" Name="RESOURCES" />
<OthersVar />
<GacRefVar Sync="True" Name="REFERENCES" />
<AsmRefVar Sync="True" Name="REFERENCES" />
<ProjectRefVar Sync="True" Name="REFERENCES" />
</MonoDevelop.Autotools.MakefileInfo>
2016-04-02 11:18:44 +02:00
</Properties>
</MonoDevelop>
</ProjectExtensions>
2016-08-13 21:42:25 +02:00
</Project>