|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="..\..\build\common.props" />
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{88BE8B4F-8DA9-42B9-9A1F-839451BA5F8C}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>System.Data.Jet</RootNamespace>
|
|
|
|
|
|
<AssemblyName>System.Data.Jet</AssemblyName>
|
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</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>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<LangVersion>latest</LangVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\..\build\Key.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
|
<Reference Include="System.Transactions" />
|
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Include="..\..\build\GlobalAssemblyInfo.cs">
|
|
|
|
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="AdoxWrapper.cs" />
|
|
|
|
|
|
<Compile Include="ConnectionPooling\ConnectionSet.cs" />
|
|
|
|
|
|
<Compile Include="ConnectionPooling\ConnectionSetCollection.cs" />
|
|
|
|
|
|
<Compile Include="InnerConnectionFactory.cs" />
|
|
|
|
|
|
<Compile Include="JetCommand.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="JetConfiguration.cs" />
|
|
|
|
|
|
<Compile Include="JetConnection.cs">
|
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="JetDataReader.cs" />
|
|
|
|
|
|
<Compile Include="JetParameterHelper.cs" />
|
|
|
|
|
|
<Compile Include="JetProviderFactory.cs" />
|
|
|
|
|
|
<Compile Include="JetProviderManifest.cs" />
|
|
|
|
|
|
<Compile Include="JetStoreSchemaDefinition\JetRenameHandling.cs" />
|
|
|
|
|
|
<Compile Include="JetStoreSchemaDefinition\JetStoreDatabaseHandling.cs" />
|
|
|
|
|
|
<Compile Include="JetStoreSchemaDefinition\Column.cs" />
|
|
|
|
|
|
<Compile Include="JetStoreSchemaDefinition\ColumnCollection.cs" />
|
|
|
|
|
|
<Compile Include="JetStoreSchemaDefinition\JetStoreSchemaDefinitionRetrieve.cs" />
|
|
|
|
|
|
<Compile Include="JetStoreSchemaDefinition\SystemTable.cs" />
|
|
|
|
|
|
<Compile Include="JetStoreSchemaDefinition\SystemTableCollection.cs" />
|
|
|
|
|
|
<Compile Include="JetSyntaxHelper.cs" />
|
|
|
|
|
|
<Compile Include="JetTransaction.cs" />
|
|
|
|
|
|
<Compile Include="LogHelper.cs" />
|
|
|
|
|
|
<Compile Include="Messages.cs" />
|
|
|
|
|
|
<Compile Include="OleDbColumnFlagEnum.cs" />
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs" />
|
|
|
|
|
|
<Compile Include="XmlObjectSerializer.cs" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Include="Properties\System.Data.Jet.rd.xml" />
|
|
|
|
|
|
<Content Include="Resources\JetProviderServices.ProviderManifest.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.CheckConstraints.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ConstraintColumns.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.Constraints.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ForeignKeyConstraints.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ForeignKeys.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.FunctionParameters.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.FunctionReturnTableColumns.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.Functions.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.IndexColumns.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.Indexes.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ProcedureParameters.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.Procedures.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.TableColumns.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.Tables.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ViewColumns.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ViewConstraintColumns.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ViewConstraints.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.ViewForeignKeys.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinition.Views.xml" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinitionRetrieve_QueryHack1.txt" />
|
|
|
|
|
|
<Content Include="Resources\StoreSchemaDefinitionRetrieve_QueryHack2.txt" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Include="Resources\JetProviderServices.StoreSchemaDefinition.ssdl" />
|
|
|
|
|
|
<EmbeddedResource Include="Resources\JetProviderServices.StoreSchemaMapping.msl" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\..\build\Key.snk">
|
|
|
|
|
|
<Link>Key.snk</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
|
</Project>
|