mirror of
https://bitbucket.org/anguist/ntpa
synced 2025-10-05 18:41:13 +00:00
278 lines
12 KiB
XML
278 lines
12 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<Framework>4.0</Framework>
|
|
<DefineConstants>NET_40_OR_GREATER</DefineConstants>
|
|
<ReleaseVersion>0.6.1</ReleaseVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<ProjectGuid>{E9DF5ED1-4CBD-4226-B931-9A51610AC14D}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MySql.Data.MySqlClient</RootNamespace>
|
|
<AssemblyName>MySql.Data</AssemblyName>
|
|
<FileAlignment>512</FileAlignment>
|
|
<PublishUrl>publish\</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Disk</InstallFrom>
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
<UpdateInterval>7</UpdateInterval>
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
<UpdateRequired>false</UpdateRequired>
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<BaseOutputPath>
|
|
</BaseOutputPath>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<IntermediateOutputPath>obj\</IntermediateOutputPath>
|
|
<OutputPath>..\..\..\bin</OutputPath>
|
|
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<BaseOutputPath>
|
|
</BaseOutputPath>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<IntermediateOutputPath>obj\</IntermediateOutputPath>
|
|
<OutputPath>..\..\..\bin</OutputPath>
|
|
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Server|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<BaseOutputPath>
|
|
</BaseOutputPath>
|
|
<BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
|
|
<IntermediateOutputPath>obj\</IntermediateOutputPath>
|
|
<OutputPath>..\..\..\bin</OutputPath>
|
|
<DefineConstants>$(DefineConstants);TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>1</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Configuration.Install" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Design" />
|
|
<Reference Include="System.Drawing" />
|
|
<Reference Include="System.Management" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Authentication\AuthenticationManager.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Authentication\MySQLAuthenticationPlugin.cs" />
|
|
<Compile Include="Authentication\NativePasswordPlugins.cs" />
|
|
<Compile Include="Authentication\Sha256AuthenticationPlugin.cs" />
|
|
<Compile Include="Authentication\WindowsAuthenticationPlugin.cs" />
|
|
<Compile Include="BulkLoader.cs" />
|
|
<Compile Include="CharSetMap.cs" />
|
|
<Compile Include="command.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="CommandBuilder.cs" />
|
|
<Compile Include="common\Cache.cs" />
|
|
<Compile Include="common\ContextString.cs" />
|
|
<Compile Include="common\LowResolutionStopwatch.cs" />
|
|
<Compile Include="common\MyNetworkStream.cs" />
|
|
<Compile Include="common\MySqlTokenizer.cs" />
|
|
<Compile Include="common\NamedPipeStream.cs" />
|
|
<Compile Include="common\NativeMethods.cs" />
|
|
<Compile Include="common\Platform.cs" />
|
|
<Compile Include="common\QueryNormalizer.cs" />
|
|
<Compile Include="common\SharedMemoryStream.cs" />
|
|
<Compile Include="common\StreamCreator.cs" />
|
|
<Compile Include="common\StringUtility.cs" />
|
|
<Compile Include="common\Version.cs" />
|
|
<Compile Include="CompressedStream.cs" />
|
|
<Compile Include="Connection.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Crypt.cs" />
|
|
<Compile Include="dataadapter.cs" />
|
|
<Compile Include="datareader.cs" />
|
|
<Compile Include="Driver.cs" />
|
|
<Compile Include="Exception.cs" />
|
|
<Compile Include="extensions\NonRT\MySqlCommand.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="extensions\NonRT\MySqlConnection.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="extensions\NonRT\MySqlConnectionStringBuilder.cs" />
|
|
<Compile Include="extensions\NonRT\MySqlDataReader.cs" />
|
|
<Compile Include="extensions\NonRT\MySqlDateTime.cs" />
|
|
<Compile Include="extensions\NonRT\MySqlParameter.cs" />
|
|
<Compile Include="extensions\NonRT\MySqlParameterCollection.cs" />
|
|
<Compile Include="extensions\NonRT\MySqlTrace.cs" />
|
|
<Compile Include="extensions\NonRT\MySqlTransaction.cs" />
|
|
<Compile Include="Field.cs" />
|
|
<Compile Include="Installer.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Interceptors\CommandInterceptor.cs" />
|
|
<Compile Include="Interceptors\Interceptor.cs" />
|
|
<Compile Include="Interceptors\ExceptionInterceptor.cs" />
|
|
<Compile Include="ISSchemaProvider.cs" />
|
|
<Compile Include="Memcached\BinaryClient.cs" />
|
|
<Compile Include="Memcached\MemcachedException.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Include="Memcached\TextClient.cs" />
|
|
<Compile Include="Memcached\Client.cs" />
|
|
<Compile Include="MySqlClientFactory.cs" />
|
|
<Compile Include="MySqlClientPermission.cs" />
|
|
<Compile Include="MySqlConfiguration.cs" />
|
|
<Compile Include="MySqlConnectionStringBuilder.cs" />
|
|
<Compile Include="MysqlDefs.cs" />
|
|
<Compile Include="MySqlError.cs" />
|
|
<Compile Include="MySqlHelper.cs" />
|
|
<Compile Include="MySqlPacket.cs" />
|
|
<Compile Include="MySqlClientPermissionAttribute.cs" />
|
|
<Compile Include="MySqlPool.cs" />
|
|
<Compile Include="MySqlPoolManager.cs" />
|
|
<Compile Include="MySqlPromotableTransaction.cs" />
|
|
<Compile Include="MySqlScript.cs" />
|
|
<Compile Include="MySqlSecurityPermission.cs" />
|
|
<Compile Include="MySqlStream.cs" />
|
|
<Compile Include="NativeDriver.cs" />
|
|
<Compile Include="parameter.cs" />
|
|
<Compile Include="parameter_collection.cs" />
|
|
<Compile Include="PerformanceMonitor.cs" />
|
|
<Compile Include="PreparableStatement.cs" />
|
|
<Compile Include="ProcedureCache.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\VersionInfo.cs" />
|
|
<Compile Include="Replication\ReplicationConfiguration.cs" />
|
|
<Compile Include="Replication\ReplicationManager.cs" />
|
|
<Compile Include="Replication\ReplicationRoundRobinServerGroup.cs" />
|
|
<Compile Include="Replication\ReplicationServer.cs" />
|
|
<Compile Include="Replication\ReplicationServerGroup.cs" />
|
|
<Compile Include="ResultSet.cs" />
|
|
<Compile Include="Schema.cs" />
|
|
<Compile Include="SchemaProvider.cs" />
|
|
<Compile Include="Statement.cs" />
|
|
<Compile Include="StoredProcedure.cs" />
|
|
<Compile Include="SystemPerformanceMonitor.cs" />
|
|
<Compile Include="TableCache.cs" />
|
|
<Compile Include="TimedStream.cs" />
|
|
<Compile Include="TracingDriver.cs" />
|
|
<Compile Include="transaction.cs" />
|
|
<Compile Include="Types\MetaData.cs" />
|
|
<Compile Include="Types\MySqlBinary.cs" />
|
|
<Compile Include="Types\MySqlBit.cs" />
|
|
<Compile Include="Types\MySqlByte.cs" />
|
|
<Compile Include="Types\MySqlConversionException.cs" />
|
|
<Compile Include="Types\MySqlDateTime.cs" />
|
|
<Compile Include="Types\MySqlDecimal.cs" />
|
|
<Compile Include="Types\MySqlDouble.cs" />
|
|
<Compile Include="Types\MySqlGeometry.cs" />
|
|
<Compile Include="Types\MySqlGuid.cs" />
|
|
<Compile Include="Types\MySqlInt16.cs" />
|
|
<Compile Include="Types\MySqlInt32.cs" />
|
|
<Compile Include="Types\MySqlInt64.cs" />
|
|
<Compile Include="Types\MySqlSingle.cs" />
|
|
<Compile Include="Types\MySqlString.cs" />
|
|
<Compile Include="Types\MySqlTime.cs" />
|
|
<Compile Include="Types\MySqlUByte.cs" />
|
|
<Compile Include="Types\MySqlUInt16.cs" />
|
|
<Compile Include="Types\MySqlUInt32.cs" />
|
|
<Compile Include="Types\MySqlUInt64.cs" />
|
|
<Compile Include="Types\MySqlValue.cs" />
|
|
<Compile Include="zlib\Adler32.cs" />
|
|
<Compile Include="zlib\Deflate.cs" />
|
|
<Compile Include="zlib\InfBlocks.cs" />
|
|
<Compile Include="zlib\InfCodes.cs" />
|
|
<Compile Include="zlib\Inflate.cs" />
|
|
<Compile Include="zlib\InfTree.cs" />
|
|
<Compile Include="zlib\StaticTree.cs" />
|
|
<Compile Include="zlib\SupportClass.cs" />
|
|
<Compile Include="zlib\Tree.cs" />
|
|
<Compile Include="zlib\ZInputStream.cs" />
|
|
<Compile Include="zlib\Zlib.cs" />
|
|
<Compile Include="zlib\ZOutputStream.cs" />
|
|
<Compile Include="zlib\ZStream.cs" />
|
|
<Compile Include="zlib\ZStreamException.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\ReservedWords.txt" />
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<SubType>Designer</SubType>
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
</EmbeddedResource>
|
|
<None Include="Properties\keywords.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<AutoGen>True</AutoGen>
|
|
<DesignTime>True</DesignTime>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\CHANGES">
|
|
<Link>CHANGES</Link>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="docs\MySqlCommand.xml" />
|
|
<Content Include="docs\MySqlCommandBuilder.xml" />
|
|
<Content Include="docs\MySqlConnection.xml" />
|
|
<Content Include="docs\MySqlConnectionStringBuilder.xml" />
|
|
<Content Include="docs\MySqlDataAdapter.xml" />
|
|
<Content Include="docs\MySqlDataReader.xml" />
|
|
<Content Include="docs\MySqlException.xml" />
|
|
<Content Include="docs\MySqlHelper.xml" />
|
|
<Content Include="docs\MySqlParameter.xml" />
|
|
<Content Include="docs\MySqlParameterCollection.xml" />
|
|
<Content Include="docs\MySqlTransaction.xml" />
|
|
</ItemGroup>
|
|
<ItemGroup />
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
<PostBuildEvent>
|
|
</PostBuildEvent>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Develop|AnyCPU' ">
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\..\bin</OutputPath>
|
|
<DefineConstants>$(DefineConstants);DEBUG;TRACE</DefineConstants>
|
|
<WarningLevel>4</WarningLevel>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
</PropertyGroup>
|
|
</Project>
|