You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
148 lines
6.4 KiB
148 lines
6.4 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.30729</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{F29E5B3D-7F76-4CF9-BF5E-8E3A1377B1E4}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MySql.Data.MySqlClient.Tests</RootNamespace>
|
|
<AssemblyName>MySql.Data.Tests</AssemblyName>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>3.5</OldToolsVersion>
|
|
<UpgradeBackupLocation>
|
|
</UpgradeBackupLocation>
|
|
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
|
<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>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>TRACE;DEBUG;NUNIT</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRules>
|
|
</CodeAnalysisRules>
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="nunit.framework" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="..\Provider\Properties\VersionInfo.cs">
|
|
<Link>Properties\VersionInfo.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Source\AsyncTests.cs" />
|
|
<Compile Include="Source\BaseTest.cs" />
|
|
<Compile Include="Source\BlobTests.cs" />
|
|
<Compile Include="Source\CharacterSetTests.cs" />
|
|
<Compile Include="Source\CommandBuilderTests.cs" />
|
|
<Compile Include="Source\CommandTests.cs" />
|
|
<Compile Include="Source\ConnectionStringBuilder.cs" />
|
|
<Compile Include="Source\ConnectionTests.cs" />
|
|
<Compile Include="Source\BulkLoading.cs" />
|
|
<Compile Include="Source\Logging.cs" />
|
|
<Compile Include="Source\ScriptExecution.cs" />
|
|
<Compile Include="Source\SqlTokenizer.cs" />
|
|
<Compile Include="Source\Tokenizer.cs" />
|
|
<Compile Include="Source\CultureTests.cs" />
|
|
<Compile Include="Source\DataAdapterTests.cs" />
|
|
<Compile Include="Source\DataReaderTests.cs" />
|
|
<Compile Include="Source\DataTypeTests.cs" />
|
|
<Compile Include="Source\DateTimeTests.cs" />
|
|
<Compile Include="Source\EventTests.cs" />
|
|
<Compile Include="Source\ExceptionTests.cs" />
|
|
<Compile Include="Source\GetSchemaTests.cs" />
|
|
<Compile Include="Source\InterfaceTests.cs" />
|
|
<Compile Include="Source\LanguageTests.cs" />
|
|
<Compile Include="Source\ParameterTests.cs" />
|
|
<Compile Include="Source\PerfMonTests.cs" />
|
|
<Compile Include="Source\PoolingTests.cs" />
|
|
<Compile Include="Source\PreparedStatements.cs" />
|
|
<Compile Include="Source\ProcedureParameters.cs" />
|
|
<Compile Include="Source\SimpleTransactions.cs" />
|
|
<Compile Include="Source\StoredProcedure.cs" />
|
|
<Compile Include="Source\StressTests.cs" />
|
|
<Compile Include="Source\Syntax.cs" />
|
|
<Compile Include="Source\Syntax2.cs" />
|
|
<Compile Include="Source\Threading.cs" />
|
|
<Compile Include="Source\TimeoutAndCancel.cs" />
|
|
<Compile Include="Source\Transactions.cs" />
|
|
<Compile Include="Source\UsageAdvisor.cs" />
|
|
<Compile Include="Source\Utils.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Provider\MySql.Data.csproj">
|
|
<Project>{E9DF5ED1-4CBD-4226-B931-9A51610AC14D}</Project>
|
|
<Name>MySql.Data</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Setup.sql" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
<Install>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
<Visible>False</Visible>
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.VisualBasic.PowerPacks.10.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft Visual Basic PowerPacks 10.0</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |