1
0
mirror of https://bitbucket.org/anguist/ntpa synced 2025-10-05 18:41:13 +00:00
Files
ntpa/Ntp.Analyzer.Data/Ntp.Analyzer.Data.csproj

98 lines
4.3 KiB
XML
Raw Normal View History

2016-08-06 16:19:35 +02:00
<?xml version="1.0" encoding="utf-8"?>
2016-03-06 00:15:13 +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>{8263BEAB-1610-4F82-9FC0-84421E5AB6B0}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Ntp.Analyzer.Data</RootNamespace>
<AssemblyName>Ntp.Analyzer.Data</AssemblyName>
2016-12-17 11:20:00 +01:00
<ReleaseVersion>0.7.10</ReleaseVersion>
2016-08-13 21:42:25 +02:00
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
2016-03-06 00:15:13 +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-06 00:15:13 +01:00
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2016-08-18 19:18:52 +02:00
<Prefer32Bit>false</Prefer32Bit>
2016-03-06 00:15:13 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2016-08-18 19:18:52 +02:00
<DebugType>none</DebugType>
2016-03-06 00:15:13 +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-06 00:15:13 +01:00
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2016-08-18 19:18:52 +02:00
<Prefer32Bit>false</Prefer32Bit>
2016-03-06 00:15:13 +01:00
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
2016-03-16 20:08:36 +01:00
<Reference Include="System.Xml" />
2016-03-06 00:15:13 +01:00
</ItemGroup>
<ItemGroup>
2016-09-09 21:52:54 +02:00
<Compile Include="..\Shared\AssemblyInfo.cs" />
2016-09-09 21:54:56 +02:00
<Compile Include="Changes\Change03.cs" />
2016-03-06 00:15:13 +01:00
<Compile Include="DataFace.cs" />
2016-12-15 21:14:28 +01:00
<Compile Include="Import\TimeServers.cs" />
2016-03-06 00:15:13 +01:00
<Compile Include="Import\TimeServerImporter.cs" />
<Compile Include="Import\TimeServerLoader.cs" />
2016-08-27 13:44:19 +02:00
<Compile Include="Log\LogExtensions.cs" />
2016-09-03 18:33:27 +02:00
<Compile Include="Sql\DriftReadingDatabaseMapper.cs" />
2016-04-28 19:29:22 +02:00
<Compile Include="Sql\HostDatabaseMapper.cs" />
<Compile Include="Sql\HostReadingDatabaseMapper.cs" />
<Compile Include="Sql\PeerDatabaseMapper.cs" />
<Compile Include="Sql\PeerReadingDatabaseMapper.cs" />
<Compile Include="Sql\TimeServerDatabaseMapper.cs" />
<Compile Include="Sql\PeerActivityDatabaseMapper.cs" />
<Compile Include="Sql\SqlDatabaseMapper.cs" />
<Compile Include="Sql\FilteredSqlDatabaseMapper.cs" />
<Compile Include="DatabaseInitializer.cs" />
2016-05-22 23:40:47 +02:00
<Compile Include="Changes\Change01.cs" />
<Compile Include="Sql\ReadingBulkMapper.cs" />
<Compile Include="Sql\AssociationEntryMapper.cs" />
<Compile Include="Sql\HostIoReadingDatabaseMapper.cs" />
2016-09-04 14:15:03 +02:00
<Compile Include="Changes\Change02.cs" />
2016-03-06 00:15:13 +01:00
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
2016-08-06 16:19:35 +02:00
<ItemGroup />
2016-03-06 00:15:13 +01:00
<ItemGroup>
<ProjectReference Include="..\Ntp.Analyzer.Objects\Ntp.Analyzer.Objects.csproj">
<Project>{02912378-E62D-4445-BA30-F56D3ABE9DA2}</Project>
<Name>Ntp.Analyzer.Objects</Name>
</ProjectReference>
2016-08-18 19:18:52 +02:00
<ProjectReference Include="..\Ntp.Common\Ntp.Common.csproj">
<Project>{86848F80-2692-47AB-A68A-BFB2990B632E}</Project>
<Name>Ntp.Common</Name>
</ProjectReference>
2016-03-06 00:15:13 +01:00
<ProjectReference Include="..\Ntp.Data\Ntp.Data.csproj">
<Project>{03F3B0D9-AC35-43E3-9303-87A71FB73CD1}</Project>
<Name>Ntp.Data</Name>
</ProjectReference>
2016-04-28 19:29:22 +02:00
<ProjectReference Include="..\Ntp.Data.Provider\Ntp.Data.Provider.csproj">
<Project>{B982916F-F2F1-4975-89A6-C8BACDC65542}</Project>
<Name>Ntp.Data.Provider</Name>
</ProjectReference>
2016-03-06 00:15:13 +01:00
</ItemGroup>
2016-12-06 21:41:35 +01:00
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Deployment.LinuxDeployData generatePcFile="False" />
<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>
</Properties>
</MonoDevelop>
</ProjectExtensions>
2016-08-13 21:42:25 +02:00
</Project>