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.
178 lines
8.3 KiB
178 lines
8.3 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>{587A47FB-C1CC-459D-93B6-179D95E41EFB}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MySql.Data.CF</RootNamespace>
|
|
<AssemblyName>MySql.Data.CF</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.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>
|
|
<NoWarn>1699</NoWarn>
|
|
</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>
|
|
<NoWarn>1699</NoWarn>
|
|
</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="Properties\Resources.Designer.cs" />
|
|
<Compile Include="Properties\VersionInfo.cs" />
|
|
<Compile Include="Source\base\DbConnectionStringBuilder.cs" />
|
|
<Compile Include="Source\base\DbException.cs" />
|
|
<Compile Include="Source\cf\BufferedStream.cs" />
|
|
<Compile Include="Source\cf\MissingAttributes.cs" />
|
|
<Compile Include="Source\cf\WinCE.cs" />
|
|
<Compile Include="Source\CharSetMap.cs" />
|
|
<Compile Include="Source\command.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Source\CommandBuilder.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Source\common\Cache.cs" />
|
|
<Compile Include="Source\common\ContextString.cs" />
|
|
<Compile Include="Source\common\LowResolutionStopwatch.cs" />
|
|
<Compile Include="Source\common\MyNetworkStream.cs" />
|
|
<Compile Include="Source\common\MySqlTokenizer.cs" />
|
|
<Compile Include="Source\common\NativeMethods.cs" />
|
|
<Compile Include="Source\common\Platform.cs" />
|
|
<Compile Include="Source\common\SHA1.cs" />
|
|
<Compile Include="Source\common\StreamCreator.cs" />
|
|
<Compile Include="Source\common\Version.cs" />
|
|
<Compile Include="Source\CompressedStream.cs" />
|
|
<Compile Include="Source\Connection.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Source\Crypt.cs" />
|
|
<Compile Include="Source\dataadapter.cs">
|
|
<SubType>Component</SubType>
|
|
</Compile>
|
|
<Compile Include="Source\datareader.cs" />
|
|
<Compile Include="Source\Driver.cs" />
|
|
<Compile Include="Source\Exception.cs" />
|
|
<Compile Include="Source\Field.cs" />
|
|
<Compile Include="Source\ISSchemaProvider.cs" />
|
|
<Compile Include="Source\MySqlConnectionStringBuilder.cs" />
|
|
<Compile Include="Source\MysqlDefs.cs" />
|
|
<Compile Include="Source\MySqlError.cs" />
|
|
<Compile Include="Source\MySqlHelper.cs" />
|
|
<Compile Include="Source\MySqlPacket.cs" />
|
|
<Compile Include="Source\MySqlPool.cs" />
|
|
<Compile Include="Source\MySqlPoolManager.cs" />
|
|
<Compile Include="Source\MySqlScript.cs" />
|
|
<Compile Include="Source\MySqlStream.cs" />
|
|
<Compile Include="Source\MySqlTrace.cs" />
|
|
<Compile Include="Source\NativeDriver.cs" />
|
|
<Compile Include="Source\parameter.cs" />
|
|
<Compile Include="Source\parameter_collection.cs" />
|
|
<Compile Include="Source\PreparableStatement.cs" />
|
|
<Compile Include="Source\ProcedureCache.cs" />
|
|
<Compile Include="Source\ResultSet.cs" />
|
|
<Compile Include="Source\SchemaProvider.cs" />
|
|
<Compile Include="Source\Statement.cs" />
|
|
<Compile Include="Source\StoredProcedure.cs" />
|
|
<Compile Include="Source\TimedStream.cs" />
|
|
<Compile Include="Source\transaction.cs" />
|
|
<Compile Include="Source\Types\MetaData.cs" />
|
|
<Compile Include="Source\Types\MySqlBinary.cs" />
|
|
<Compile Include="Source\Types\MySqlBit.cs" />
|
|
<Compile Include="Source\Types\MySqlByte.cs" />
|
|
<Compile Include="Source\Types\MySqlConversionException.cs" />
|
|
<Compile Include="Source\Types\MySqlDateTime.cs" />
|
|
<Compile Include="Source\Types\MySqlDecimal.cs" />
|
|
<Compile Include="Source\Types\MySqlDouble.cs" />
|
|
<Compile Include="Source\Types\MySqlGuid.cs" />
|
|
<Compile Include="Source\Types\MySqlInt16.cs" />
|
|
<Compile Include="Source\Types\MySqlInt32.cs" />
|
|
<Compile Include="Source\Types\MySqlInt64.cs" />
|
|
<Compile Include="Source\Types\MySqlSingle.cs" />
|
|
<Compile Include="Source\Types\MySqlString.cs" />
|
|
<Compile Include="Source\Types\MySqlTime.cs" />
|
|
<Compile Include="Source\Types\MySqlUByte.cs" />
|
|
<Compile Include="Source\Types\MySqlUInt16.cs" />
|
|
<Compile Include="Source\Types\MySqlUInt32.cs" />
|
|
<Compile Include="Source\Types\MySqlUInt64.cs" />
|
|
<Compile Include="Source\Types\MySqlValue.cs" />
|
|
<Compile Include="Source\zlib\Adler32.cs" />
|
|
<Compile Include="Source\zlib\Deflate.cs" />
|
|
<Compile Include="Source\zlib\InfBlocks.cs" />
|
|
<Compile Include="Source\zlib\InfCodes.cs" />
|
|
<Compile Include="Source\zlib\Inflate.cs" />
|
|
<Compile Include="Source\zlib\InfTree.cs" />
|
|
<Compile Include="Source\zlib\StaticTree.cs" />
|
|
<Compile Include="Source\zlib\SupportClass.cs" />
|
|
<Compile Include="Source\zlib\Tree.cs" />
|
|
<Compile Include="Source\zlib\ZInputStream.cs" />
|
|
<Compile Include="Source\zlib\Zlib.cs" />
|
|
<Compile Include="Source\zlib\ZOutputStream.cs" />
|
|
<Compile Include="Source\zlib\ZStream.cs" />
|
|
<Compile Include="Source\zlib\ZStreamException.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</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> |