An alternative to UBB.threads
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.

119 lines
5.5 KiB

<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>{710D9251-17A3-4429-9A91-63F03267F310}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MySql.Data.CF.Tests</RootNamespace>
<AssemblyName>MySql.Data.CF.Tests</AssemblyName>
<ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<PlatformFamilyName>WindowsCE</PlatformFamilyName>
<PlatformID>E2BECB1F-8C8C-41ba-B736-9BE7D946A398</PlatformID>
<OSVersion>5.00</OSVersion>
<DeployDirSuffix>MySql.Data.Tests.CF</DeployDirSuffix>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FormFactorID>
</FormFactorID>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<NativePlatformName>Windows CE</NativePlatformName>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>TRACE;DEBUG;CF</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE;CF</DefineConstants>
<NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport>
<FileAlignment>512</FileAlignment>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<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\ConfigurationManager.cs" />
<Compile Include="Source\ConnectionStringBuilder.cs" />
<Compile Include="Source\ConnectionTests.cs">
<SubType>Code</SubType>
</Compile>
<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\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\Tester\TestClasses.cs" />
<Compile Include="Source\Tester\TestRunner.cs" />
<Compile Include="Source\TimeoutAndCancel.cs" />
<Compile Include="Source\Utils.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Provider\MySql.Data.CF.csproj">
<Project>{587A47FB-C1CC-459D-93B6-179D95E41EFB}</Project>
<Name>MySql.Data.CF</Name>
</ProjectReference>
</ItemGroup>
<Import Condition="'$(TargetFrameworkVersion)' == 'v1.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.v1.targets" />
<Import Condition="'$(TargetFrameworkVersion)' == 'v2.0'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
<HostingProcess disable="1" />
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<!-- 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>
-->
<Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
<Import Condition="'$(TargetFrameworkVersion)' == 'v3.5'" Project="$(MSBuildBinPath)\Microsoft.CompactFramework.CSharp.targets" />
</Project>