Datei: NDOPackage/NDOPackage.csproj

Last Commit (4962638)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 ··<PropertyGroup>
4 ····<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
5 ····<LangVersion>latest</LangVersion>
6 ··</PropertyGroup>
7 ··<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
8 ··<PropertyGroup>
9 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
10 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 ····<SchemaVersion>2.0</SchemaVersion>
12 ····<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13 ····<ProjectGuid>{8D296313-4B79-4E0B-8900-1DECDE8A57A3}</ProjectGuid>
14 ····<OutputType>Library</OutputType>
15 ····<AppDesignerFolder>Properties</AppDesignerFolder>
16 ····<RootNamespace>NDOVsPackage</RootNamespace>
17 ····<AssemblyName>NDOPackage</AssemblyName>
18 ····<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
19 ····<GeneratePkgDefFile>true</GeneratePkgDefFile>
20 ····<UseCodebase>true</UseCodebase>
21 ····<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
22 ····<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
23 ····<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
24 ····<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
25 ····<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
26 ····<StartAction>Program</StartAction>
27 ····<StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
28 ····<StartArguments>/rootsuffix Exp</StartArguments>
29 ··</PropertyGroup>
30 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 ····<DebugSymbols>true</DebugSymbols>
32 ····<DebugType>full</DebugType>
33 ····<Optimize>false</Optimize>
34 ····<OutputPath>bin\Debug\</OutputPath>
35 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
36 ····<ErrorReport>prompt</ErrorReport>
37 ····<WarningLevel>4</WarningLevel>
38 ··</PropertyGroup>
39 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 ····<DebugType>pdbonly</DebugType>
41 ····<Optimize>true</Optimize>
42 ····<OutputPath>bin\Release\</OutputPath>
43 ····<DefineConstants>TRACE</DefineConstants>
44 ····<ErrorReport>prompt</ErrorReport>
45 ····<WarningLevel>4</WarningLevel>
46 ··</PropertyGroup>
47 ··<ItemGroup>
48 ····<Compile Include="ApplicationObject.cs" />
49 ····<Compile Include="BuildEventHandler.cs" />
50 ····<Compile Include="CodeGenHelper.cs" />
51 ····<Compile Include="Commands\AddAccessorCs.cs" />
52 ····<Compile Include="Commands\AddAccessorVb.cs" />
53 ····<Compile Include="Commands\AddPersistentClassCs.cs" />
54 ····<Compile Include="Commands\AddPersistentClassVb.cs" />
55 ····<Compile Include="Commands\OpenMappingTool.cs" />
56 ····<Compile Include="Commands\Configure.cs" />
57 ····<Compile Include="Commands\AddRelation.cs" />
58 ····<Compile Include="Commands\AddPersistentClass.cs" />
59 ····<Compile Include="ConfigurationDialog.cs">
60 ······<SubType>Form</SubType>
61 ····</Compile>
62 ····<Compile Include="ConfigurationOptions.cs" />
63 ····<Compile Include="Connection.cs" />
64 ····<Compile Include="ConsoleProcess.cs" />
65 ····<Compile Include="EnhancerEmptyException.cs" />
66 ····<Compile Include="EnhDate.cs" />
67 ····<Compile Include="ExtendedPath.cs" />
68 ····<Compile Include="MessageAdapter.cs" />
69 ····<Compile Include="NDOAssemblyChecker.cs" />
70 ····<Compile Include="NDOMapping.cs" />
71 ····<Compile Include="NDOProviderFactory.cs" />
72 ····<Compile Include="NDOReference.cs" />
73 ····<Compile Include="NdoUIProviderFactory.cs" />
74 ····<Compile Include="PersistentClassDialog.cs">
75 ······<SubType>Form</SubType>
76 ····</Compile>
77 ····<Compile Include="ProjectDescription.cs" />
78 ····<Compile Include="ProjectExtensions.cs" />
79 ····<Compile Include="ProjectIterator.cs" />
80 ····<Compile Include="ProjectKind.cs" />
81 ····<Compile Include="Properties\AssemblyInfo.cs" />
82 ····<Compile Include="Commands\AddAccessor.cs" />
83 ····<Compile Include="NDOPackage.cs" />
84 ····<Compile Include="RelationDialog.cs">
85 ······<SubType>Form</SubType>
86 ····</Compile>
87 ····<Compile Include="source.extension.cs">
88 ······<AutoGen>True</AutoGen>
89 ······<DesignTime>True</DesignTime>
90 ······<DependentUpon>source.extension.vsixmanifest</DependentUpon>
91 ····</Compile>
92 ····<Compile Include="TabProperties.cs" />
93 ····<Compile Include="VSCommandTable.cs">
94 ······<AutoGen>True</AutoGen>
95 ······<DesignTime>True</DesignTime>
96 ······<DependentUpon>VSCommandTable.vsct</DependentUpon>
97 ····</Compile>
98 ····<Compile Include="XmlHelper.cs" />
99 ··</ItemGroup>
100 ··<ItemGroup>
101 ····<None Include="source.extension.vsixmanifest">
102 ······<SubType>Designer</SubType>
103 ······<Generator>VsixManifestGenerator</Generator>
104 ······<LastGenOutput>source.extension.cs</LastGenOutput>
105 ····</None>
106 ··</ItemGroup>
107 ··<ItemGroup>
108 ····<VSCTCompile Include="VSCommandTable.vsct">
109 ······<ResourceName>Menus.ctmenu</ResourceName>
110 ······<Generator>VsctGenerator</Generator>
111 ······<LastGenOutput>VSCommandTable.cs</LastGenOutput>
112 ····</VSCTCompile>
113 ··</ItemGroup>
114 ··<ItemGroup>
115 ····<Reference Include="NDO, Version=4.0.10.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
116 ······<SpecificVersion>false</SpecificVersion>
117 ······<HintPath>..\NDODLL\bin\$(Configuration)\net452\NDO.dll</HintPath>
118 ····</Reference>
119 ····<Reference Include="NDO.UISupport">
120 ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
121 ····</Reference>
122 ····<Reference Include="NDOInterfaces">
123 ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
124 ····</Reference>
125 ····<Reference Include="System" />
126 ····<Reference Include="System.Design" />
127 ····<Reference Include="System.Drawing" />
128 ····<Reference Include="System.Windows.Forms" />
129 ····<Reference Include="System.Xml" />
130 ····<Reference Include="System.Xml.Linq" />
131 ····<Reference Include="Mapping, Version=1.0.5490.31731, Culture=neutral, processorArchitecture=MSIL">
132 ······<SpecificVersion>False</SpecificVersion>
133 ······<HintPath>..\SimpleMappingTool\bin\Release\Mapping.exe</HintPath>
134 ······<Private>True</Private>
135 ····</Reference>
136 ····<Reference Include="MySql.Data, Version=8.0.14.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
137 ······<SpecificVersion>False</SpecificVersion>
138 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\Release\net452\MySql.Data.dll</HintPath>
139 ····</Reference>
140 ····<Reference Include="Npgsql, Version=4.0.4.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
141 ······<SpecificVersion>False</SpecificVersion>
142 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\Release\net452\Npgsql.dll</HintPath>
143 ····</Reference>
144 ····<Reference Include="NDO.Firebird, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
145 ······<SpecificVersion>False</SpecificVersion>
146 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\NDO.Firebird.dll</HintPath>
147 ····</Reference>
148 ····<Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.12.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
149 ······<SpecificVersion>False</SpecificVersion>
150 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
151 ····</Reference>
152 ····<Reference Include="FirebirdUISupport">
153 ······<HintPath>..\Provider\FirebirdNdoProvider\FirebirdUISupport\bin\$(Configuration)\FirebirdUISupport.dll</HintPath>
154 ····</Reference>
155 ····<Reference Include="NDO.MySql">
156 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\$(Configuration)\net452\NDO.MySql.dll</HintPath>
157 ····</Reference>
158 ····<Reference Include="MySqlUISupport">
159 ······<HintPath>..\Provider\MySqlNdoProvider\MySqlUISupport\bin\$(Configuration)\MySqlUISupport.dll</HintPath>
160 ····</Reference>
161 ····<Reference Include="NDO.Oracle">
162 ······<HintPath>..\Provider\OracleProvider\NDO.Oracle\bin\$(Configuration)\net452\NDO.Oracle.dll</HintPath>
163 ····</Reference>
164 ····<Reference Include="OracleUISupport">
165 ······<HintPath>..\Provider\OracleProvider\OracleUISupport\bin\$(Configuration)\OracleUISupport.dll</HintPath>
166 ····</Reference>
167 ····<Reference Include="NDO.Postgre">
168 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\$(Configuration)\net452\NDO.Postgre.dll</HintPath>
169 ····</Reference>
170 ····<Reference Include="PostGresUISupport">
171 ······<HintPath>..\Provider\PostGresProvider\PostGresUISupport\bin\$(Configuration)\PostGresUISupport.dll</HintPath>
172 ····</Reference>
173 ····<Reference Include="NDO.SqlCe">
174 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\$(Configuration)\net452\NDO.SqlCe.dll</HintPath>
175 ····</Reference>
176 ····<Reference Include="SqlCeUISupport">
177 ······<HintPath>..\Provider\SqlCEProvider\SqlCeUISupport\bin\$(Configuration)\SqlCeUISupport.dll</HintPath>
178 ····</Reference>
179 ····<Reference Include="NDO.Sqlite">
180 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\$(Configuration)\net452\NDO.Sqlite.dll</HintPath>
181 ····</Reference>
182 ····<Reference Include="SqliteUISupport">
183 ······<HintPath>..\Provider\SqliteProvider\SqliteUISupport\bin\$(Configuration)\SqliteUISupport.dll</HintPath>
184 ····</Reference>
185 ····<Reference Include="NDO.Sqlserver">
186 ······<HintPath>..\Provider\SqlServerProvider\NDO.Sqlserver\bin\$(Configuration)\net452\NDO.Sqlserver.dll</HintPath>
187 ····</Reference>
188 ····<Reference Include="SqlServerUISupport">
189 ······<HintPath>..\Provider\SqlServerProvider\SqlServerUISupport\bin\$(Configuration)\SqlServerUISupport.dll</HintPath>
190 ····</Reference>
191 ····<Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
192 ······<SpecificVersion>False</SpecificVersion>
193 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\Release\net452\System.Data.SQLite.dll</HintPath>
194 ····</Reference>
195 ····<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
196 ······<SpecificVersion>False</SpecificVersion>
197 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\Release\net452\System.Data.SqlServerCe.dll</HintPath>
198 ····</Reference>····
199 ··</ItemGroup>
200 ··<ItemGroup>
201 ····<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />
202 ····<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.330" ExcludeAssets="Runtime" />
203 ····<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" />
204 ····<PackageReference Include="mono.cecil">
205 ······<Version>0.11.4</Version>
206 ····</PackageReference>
207 ····<PackageReference Include="NuGet.VisualStudio">
208 ······<Version>17.1.0</Version>
209 ····</PackageReference>
210 ··</ItemGroup>
211 ··<ItemGroup>
212 ····<EmbeddedResource Include="ConfigurationDialog.resx">
213 ······<DependentUpon>ConfigurationDialog.cs</DependentUpon>
214 ····</EmbeddedResource>
215 ····<EmbeddedResource Include="PersistentClassDialog.resx">
216 ······<DependentUpon>PersistentClassDialog.cs</DependentUpon>
217 ····</EmbeddedResource>
218 ····<EmbeddedResource Include="RelationDialog.resx">
219 ······<DependentUpon>RelationDialog.cs</DependentUpon>
220 ····</EmbeddedResource>
221 ··</ItemGroup>
222 ··<ItemGroup>
223 ····<Content Include="Resources\Images.png" />
224 ··</ItemGroup>
225 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
226 ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
 
 
 
227 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
228 ······ Other similar extension points exist, see Microsoft.Common.targets.
229 ··<Target Name="BeforeBuild">
230 ··</Target>
231 ··<Target Name="AfterBuild">
232 ··</Target>
233 ··-->
234 </Project>
New Commit (0625a4c)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 ··<PropertyGroup>
4 ····<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
5 ····<LangVersion>latest</LangVersion>
6 ··</PropertyGroup>
7 ··<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
8 ··<PropertyGroup>
9 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
10 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 ····<SchemaVersion>2.0</SchemaVersion>
12 ····<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
13 ····<ProjectGuid>{8D296313-4B79-4E0B-8900-1DECDE8A57A3}</ProjectGuid>
14 ····<OutputType>Library</OutputType>
15 ····<AppDesignerFolder>Properties</AppDesignerFolder>
16 ····<RootNamespace>NDOVsPackage</RootNamespace>
17 ····<AssemblyName>NDOPackage</AssemblyName>
18 ····<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
19 ····<GeneratePkgDefFile>true</GeneratePkgDefFile>
20 ····<UseCodebase>true</UseCodebase>
21 ····<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
22 ····<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
23 ····<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
24 ····<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
25 ····<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
26 ····<StartAction>Program</StartAction>
27 ····<StartProgram Condition="'$(DevEnvDir)' != ''">$(DevEnvDir)devenv.exe</StartProgram>
28 ····<StartArguments>/rootsuffix Exp</StartArguments>
29 ··</PropertyGroup>
30 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 ····<DebugSymbols>true</DebugSymbols>
32 ····<DebugType>full</DebugType>
33 ····<Optimize>false</Optimize>
34 ····<OutputPath>bin\Debug\</OutputPath>
35 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
36 ····<ErrorReport>prompt</ErrorReport>
37 ····<WarningLevel>4</WarningLevel>
38 ··</PropertyGroup>
39 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 ····<DebugType>pdbonly</DebugType>
41 ····<Optimize>true</Optimize>
42 ····<OutputPath>bin\Release\</OutputPath>
43 ····<DefineConstants>TRACE</DefineConstants>
44 ····<ErrorReport>prompt</ErrorReport>
45 ····<WarningLevel>4</WarningLevel>
46 ··</PropertyGroup>
47 ··<ItemGroup>
48 ····<Compile Include="ApplicationObject.cs" />
49 ····<Compile Include="BuildEventHandler.cs" />
50 ····<Compile Include="CodeGenHelper.cs" />
51 ····<Compile Include="Commands\AddAccessorCs.cs" />
52 ····<Compile Include="Commands\AddAccessorVb.cs" />
53 ····<Compile Include="Commands\AddPersistentClassCs.cs" />
54 ····<Compile Include="Commands\AddPersistentClassVb.cs" />
55 ····<Compile Include="Commands\OpenMappingTool.cs" />
56 ····<Compile Include="Commands\Configure.cs" />
57 ····<Compile Include="Commands\AddRelation.cs" />
58 ····<Compile Include="Commands\AddPersistentClass.cs" />
59 ····<Compile Include="ConfigurationDialog.cs">
60 ······<SubType>Form</SubType>
61 ····</Compile>
62 ····<Compile Include="ConfigurationOptions.cs" />
63 ····<Compile Include="Connection.cs" />
64 ····<Compile Include="ConsoleProcess.cs" />
65 ····<Compile Include="EnhancerEmptyException.cs" />
66 ····<Compile Include="EnhDate.cs" />
67 ····<Compile Include="ExtendedPath.cs" />
68 ····<Compile Include="MessageAdapter.cs" />
69 ····<Compile Include="NDOAssemblyChecker.cs" />
70 ····<Compile Include="NDOMapping.cs" />
71 ····<Compile Include="NDOProviderFactory.cs" />
72 ····<Compile Include="NDOReference.cs" />
73 ····<Compile Include="NdoUIProviderFactory.cs" />
74 ····<Compile Include="PersistentClassDialog.cs">
75 ······<SubType>Form</SubType>
76 ····</Compile>
77 ····<Compile Include="ProjectDescription.cs" />
78 ····<Compile Include="ProjectExtensions.cs" />
79 ····<Compile Include="ProjectIterator.cs" />
80 ····<Compile Include="ProjectKind.cs" />
81 ····<Compile Include="Properties\AssemblyInfo.cs" />
82 ····<Compile Include="Commands\AddAccessor.cs" />
83 ····<Compile Include="NDOPackage.cs" />
84 ····<Compile Include="RelationDialog.cs">
85 ······<SubType>Form</SubType>
86 ····</Compile>
87 ····<Compile Include="source.extension.cs">
88 ······<AutoGen>True</AutoGen>
89 ······<DesignTime>True</DesignTime>
90 ······<DependentUpon>source.extension.vsixmanifest</DependentUpon>
91 ····</Compile>
92 ····<Compile Include="TabProperties.cs" />
93 ····<Compile Include="VSCommandTable.cs">
94 ······<AutoGen>True</AutoGen>
95 ······<DesignTime>True</DesignTime>
96 ······<DependentUpon>VSCommandTable.vsct</DependentUpon>
97 ····</Compile>
98 ····<Compile Include="XmlHelper.cs" />
99 ··</ItemGroup>
100 ··<ItemGroup>
101 ····<None Include="source.extension.vsixmanifest">
102 ······<SubType>Designer</SubType>
103 ······<Generator>VsixManifestGenerator</Generator>
104 ······<LastGenOutput>source.extension.cs</LastGenOutput>
105 ····</None>
106 ··</ItemGroup>
107 ··<ItemGroup>
108 ····<VSCTCompile Include="VSCommandTable.vsct">
109 ······<ResourceName>Menus.ctmenu</ResourceName>
110 ······<Generator>VsctGenerator</Generator>
111 ······<LastGenOutput>VSCommandTable.cs</LastGenOutput>
112 ····</VSCTCompile>
113 ··</ItemGroup>
114 ··<ItemGroup>
115 ····<Reference Include="NDO, Version=4.0.10.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
116 ······<SpecificVersion>false</SpecificVersion>
117 ······<HintPath>..\NDODLL\bin\$(Configuration)\net452\NDO.dll</HintPath>
118 ····</Reference>
119 ····<Reference Include="NDO.UISupport">
120 ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
121 ····</Reference>
122 ····<Reference Include="NDOInterfaces">
123 ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
124 ····</Reference>
125 ····<Reference Include="System" />
126 ····<Reference Include="System.Design" />
127 ····<Reference Include="System.Drawing" />
128 ····<Reference Include="System.Windows.Forms" />
129 ····<Reference Include="System.Xml" />
130 ····<Reference Include="System.Xml.Linq" />
131 ····<Reference Include="Mapping, Version=1.0.5490.31731, Culture=neutral, processorArchitecture=MSIL">
132 ······<SpecificVersion>False</SpecificVersion>
133 ······<HintPath>..\SimpleMappingTool\bin\Release\Mapping.exe</HintPath>
134 ······<Private>True</Private>
135 ····</Reference>
136 ····<Reference Include="MySql.Data, Version=8.0.14.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
137 ······<SpecificVersion>False</SpecificVersion>
138 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\Release\net452\MySql.Data.dll</HintPath>
139 ····</Reference>
140 ····<Reference Include="Npgsql, Version=4.0.4.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
141 ······<SpecificVersion>False</SpecificVersion>
142 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\Release\net452\Npgsql.dll</HintPath>
143 ····</Reference>
144 ····<Reference Include="NDO.Firebird, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
145 ······<SpecificVersion>False</SpecificVersion>
146 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\NDO.Firebird.dll</HintPath>
147 ····</Reference>
148 ····<Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.12.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
149 ······<SpecificVersion>False</SpecificVersion>
150 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
151 ····</Reference>
152 ····<Reference Include="FirebirdUISupport">
153 ······<HintPath>..\Provider\FirebirdNdoProvider\FirebirdUISupport\bin\$(Configuration)\FirebirdUISupport.dll</HintPath>
154 ····</Reference>
155 ····<Reference Include="NDO.MySql">
156 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\$(Configuration)\net452\NDO.MySql.dll</HintPath>
157 ····</Reference>
158 ····<Reference Include="MySqlUISupport">
159 ······<HintPath>..\Provider\MySqlNdoProvider\MySqlUISupport\bin\$(Configuration)\MySqlUISupport.dll</HintPath>
160 ····</Reference>
161 ····<Reference Include="NDO.Oracle">
162 ······<HintPath>..\Provider\OracleProvider\NDO.Oracle\bin\$(Configuration)\net452\NDO.Oracle.dll</HintPath>
163 ····</Reference>
164 ····<Reference Include="OracleUISupport">
165 ······<HintPath>..\Provider\OracleProvider\OracleUISupport\bin\$(Configuration)\OracleUISupport.dll</HintPath>
166 ····</Reference>
167 ····<Reference Include="NDO.Postgre">
168 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\$(Configuration)\net452\NDO.Postgre.dll</HintPath>
169 ····</Reference>
170 ····<Reference Include="PostGresUISupport">
171 ······<HintPath>..\Provider\PostGresProvider\PostGresUISupport\bin\$(Configuration)\PostGresUISupport.dll</HintPath>
172 ····</Reference>
173 ····<Reference Include="NDO.SqlCe">
174 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\$(Configuration)\net452\NDO.SqlCe.dll</HintPath>
175 ····</Reference>
176 ····<Reference Include="SqlCeUISupport">
177 ······<HintPath>..\Provider\SqlCEProvider\SqlCeUISupport\bin\$(Configuration)\SqlCeUISupport.dll</HintPath>
178 ····</Reference>
179 ····<Reference Include="NDO.Sqlite">
180 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\$(Configuration)\net452\NDO.Sqlite.dll</HintPath>
181 ····</Reference>
182 ····<Reference Include="SqliteUISupport">
183 ······<HintPath>..\Provider\SqliteProvider\SqliteUISupport\bin\$(Configuration)\SqliteUISupport.dll</HintPath>
184 ····</Reference>
185 ····<Reference Include="NDO.Sqlserver">
186 ······<HintPath>..\Provider\SqlServerProvider\NDO.Sqlserver\bin\$(Configuration)\net452\NDO.Sqlserver.dll</HintPath>
187 ····</Reference>
188 ····<Reference Include="SqlServerUISupport">
189 ······<HintPath>..\Provider\SqlServerProvider\SqlServerUISupport\bin\$(Configuration)\SqlServerUISupport.dll</HintPath>
190 ····</Reference>
191 ····<Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
192 ······<SpecificVersion>False</SpecificVersion>
193 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\Release\net452\System.Data.SQLite.dll</HintPath>
194 ····</Reference>
195 ····<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
196 ······<SpecificVersion>False</SpecificVersion>
197 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\Release\net452\System.Data.SqlServerCe.dll</HintPath>
198 ····</Reference>····
199 ··</ItemGroup>
200 ··<ItemGroup>
201 ····<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />
202 ····<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.330" ExcludeAssets="Runtime" />
203 ····<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" />
204 ····<PackageReference Include="mono.cecil">
205 ······<Version>0.11.4</Version>
206 ····</PackageReference>
207 ····<PackageReference Include="NuGet.VisualStudio">
208 ······<Version>17.1.0</Version>
209 ····</PackageReference>
210 ··</ItemGroup>
211 ··<ItemGroup>
212 ····<EmbeddedResource Include="ConfigurationDialog.resx">
213 ······<DependentUpon>ConfigurationDialog.cs</DependentUpon>
214 ····</EmbeddedResource>
215 ····<EmbeddedResource Include="PersistentClassDialog.resx">
216 ······<DependentUpon>PersistentClassDialog.cs</DependentUpon>
217 ····</EmbeddedResource>
218 ····<EmbeddedResource Include="RelationDialog.resx">
219 ······<DependentUpon>RelationDialog.cs</DependentUpon>
220 ····</EmbeddedResource>
221 ··</ItemGroup>
222 ··<ItemGroup>
223 ····<Content Include="Resources\Images.png" />
224 ··</ItemGroup>
225 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
226 ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
227 ··<Target Name="PrepareEnhDate" BeforeTargets="PrepareForBuild">
228 ····<Exec Command="..\MakeEnhancerDate\bin\Release\MakeEnhancerDate.exe &gt; EnhDate.cs" />
229 ··</Target>··
230 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
231 ······ Other similar extension points exist, see Microsoft.Common.targets.
232 ··<Target Name="BeforeBuild">
233 ··</Target>
234 ··<Target Name="AfterBuild">
235 ··</Target>
236 ··-->
237 </Project>