1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-06 11:04:40 +00:00
Files
ntpa/Ntp.Analyzer.Data/Ntp.Analyzer.Data.csproj
2016-03-06 00:15:13 +01:00

84 lines
3.5 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>{8263BEAB-1610-4F82-9FC0-84421E5AB6B0}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Data</RootNamespace>
<AssemblyName>Ntp.Analyzer.Data</AssemblyName>
<ReleaseVersion>8.8.5</ReleaseVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</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\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="MySql.Data">
<HintPath>..\lib\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="DataFace.cs" />
<Compile Include="Import\TimeServerImporter.cs" />
<Compile Include="Import\TimeServerLoader.cs" />
<Compile Include="DataConnection.cs" />
<Compile Include="Cache\NtpqCache.cs" />
<Compile Include="Cache\NtpConfCache.cs" />
<Compile Include="Cache\CacheEntry.cs" />
<Compile Include="Static\DatabaseMapper.cs" />
<Compile Include="Static\HostDatabaseMapper.cs" />
<Compile Include="Static\HostReadingDatabaseMapper.cs" />
<Compile Include="Static\PeerDatabaseMapper.cs" />
<Compile Include="Static\PeerReadingDatabaseMapper.cs" />
<Compile Include="Static\SourcePeerDatabaseMapper.cs" />
<Compile Include="Static\TimeServerDatabaseMapper.cs" />
<Compile Include="Live\NtpqMapper.cs" />
<Compile Include="File\TimeServerFileMapper.cs" />
<Compile Include="File\NtpConfMapper.cs" />
<Compile Include="Cache\DataCache.cs" />
<Compile Include="Live\NtpdcImporter.cs" />
<Compile Include="Live\IOStatsLiveMapper.cs" />
<Compile Include="Static\HostIOReadingDatabaseMapper.cs" />
<Compile Include="Static\FilteredMapper.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Folder Include="Import\" />
<Folder Include="Cache\" />
<Folder Include="Static\" />
<Folder Include="Live\" />
<Folder Include="File\" />
</ItemGroup>
<ItemGroup>
<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.Data\Ntp.Data.csproj">
<Project>{03F3B0D9-AC35-43E3-9303-87A71FB73CD1}</Project>
<Name>Ntp.Data</Name>
</ProjectReference>
</ItemGroup>
</Project>