mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 10:30:56 +00:00
47 lines
1.8 KiB
XML
47 lines
1.8 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>
|
|
<ProjectGuid>{B982916F-F2F1-4975-89A6-C8BACDC65542}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Ntp.Data.Provider</RootNamespace>
|
|
<AssemblyName>Ntp.Data.Provider</AssemblyName>
|
|
<ReleaseVersion>0.7.0</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\bin</OutputPath>
|
|
<DefineConstants>DEBUG;MYSQL;PGSQL</DefineConstants>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\bin</OutputPath>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
<DefineConstants>MYSQL;PGSQL;</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="MySql.Data" />
|
|
<Reference Include="Npgsql" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Compile Include="MySqlFactory.cs" />
|
|
<Compile Include="SqlDatabaseFactory.cs" />
|
|
<Compile Include="PostgreSqlFactory.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Ntp.Data\Ntp.Data.csproj">
|
|
<Project>{03F3B0D9-AC35-43E3-9303-87A71FB73CD1}</Project>
|
|
<Name>Ntp.Data</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project>
|