Datei: NDOPackage/NDOPackage.csproj

Last Commit (f4949d4)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
3 ··<Import Project="packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" />
4 ··<PropertyGroup>
5 ····<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
6 ····<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
7 ····<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
8 ····<TargetFrameworkProfile />
9 ····<FileUpgradeFlags>
10 ····</FileUpgradeFlags>
11 ····<UpgradeBackupLocation>
12 ····</UpgradeBackupLocation>
13 ····<OldToolsVersion>12.0</OldToolsVersion>
14 ····<IsWebBootstrapper>false</IsWebBootstrapper>
15 ····<PublishUrl>publish\</PublishUrl>
16 ····<Install>true</Install>
17 ····<InstallFrom>Disk</InstallFrom>
18 ····<UpdateEnabled>false</UpdateEnabled>
19 ····<UpdateMode>Foreground</UpdateMode>
20 ····<UpdateInterval>7</UpdateInterval>
21 ····<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 ····<UpdatePeriodically>false</UpdatePeriodically>
23 ····<UpdateRequired>false</UpdateRequired>
24 ····<MapFileExtensions>true</MapFileExtensions>
25 ····<ApplicationRevision>0</ApplicationRevision>
26 ····<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 ····<UseApplicationTrust>false</UseApplicationTrust>
28 ····<BootstrapperEnabled>true</BootstrapperEnabled>
29 ····<NuGetPackageImportStamp>
30 ····</NuGetPackageImportStamp>
31 ··</PropertyGroup>
32 ··<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
33 ··<PropertyGroup>
34 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
35 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
36 ····<SchemaVersion>2.0</SchemaVersion>
37 ····<ProjectGuid>{F1144212-39E0-45A8-BBE5-D95E55E1F9F4}</ProjectGuid>
38 ····<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
39 ····<OutputType>Library</OutputType>
40 ····<AppDesignerFolder>Properties</AppDesignerFolder>
41 ····<RootNamespace>NETDataObjects.NDOVSPackage</RootNamespace>
42 ····<AssemblyName>NDOPackage</AssemblyName>
43 ····<SignAssembly>false</SignAssembly>
44 ····<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
45 ····<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
46 ··</PropertyGroup>
47 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 ····<DebugSymbols>true</DebugSymbols>
49 ····<DebugType>full</DebugType>
50 ····<Optimize>false</Optimize>
51 ····<OutputPath>bin\Debug\</OutputPath>
52 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
53 ····<ErrorReport>prompt</ErrorReport>
54 ····<WarningLevel>4</WarningLevel>
55 ····<Prefer32Bit>false</Prefer32Bit>
56 ··</PropertyGroup>
57 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
58 ····<DebugType>pdbonly</DebugType>
59 ····<Optimize>true</Optimize>
60 ····<OutputPath>bin\Release\</OutputPath>
61 ····<DefineConstants>TRACE</DefineConstants>
62 ····<ErrorReport>prompt</ErrorReport>
63 ····<WarningLevel>4</WarningLevel>
64 ····<RunCodeAnalysis>true</RunCodeAnalysis>
65 ····<Prefer32Bit>false</Prefer32Bit>
 
66 ··</PropertyGroup>
67 ··<ItemGroup>
68 ····<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
69 ······<EmbedInteropTypes>False</EmbedInteropTypes>
70 ····</Reference>
71 ····<Reference Include="envdte100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
72 ······<EmbedInteropTypes>False</EmbedInteropTypes>
73 ····</Reference>
74 ····<Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
75 ······<EmbedInteropTypes>False</EmbedInteropTypes>
76 ····</Reference>
77 ····<Reference Include="envdte90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
78 ······<EmbedInteropTypes>False</EmbedInteropTypes>
79 ····</Reference>
80 ····<Reference Include="Mapping, Version=1.0.5490.31731, Culture=neutral, processorArchitecture=MSIL">
81 ······<SpecificVersion>False</SpecificVersion>
82 ······<HintPath>..\SimpleMappingTool\bin\Release\Mapping.exe</HintPath>
83 ······<Private>True</Private>
84 ····</Reference>
85 ····<Reference Include="Microsoft.CSharp" />
 
 
 
86 ····<Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
87 ······<SpecificVersion>False</SpecificVersion>
88 ······<HintPath>Dlls\Microsoft.VisualStudio.ComponentModelHost</HintPath>
89 ····</Reference>
90 ····<Reference Include="Microsoft.VisualStudio.OLE.Interop" />
91 ····<Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
92 ····<Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
93 ····<Reference Include="Microsoft.VisualStudio.Shell.Interop" />
94 ····<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
95 ····<Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
96 <Reference Include="Microsoft. VisualStudio. Threading, Version=16. 6. 0. 0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
97 ····<Reference Include="Mono.Cecil, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
98 ······<HintPath>packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.dll</HintPath>
99 ····</Reference>
100 ····<Reference Include="NDO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
101 ······<SpecificVersion>false</SpecificVersion>
102 ······<HintPath>..\NDODLL\bin\$(Configuration)\net452\NDO.dll</HintPath>
103 ····</Reference>
104 ····<Reference Include="NDO.UISupport">
105 ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
106 ····</Reference>
107 ····<Reference Include="NDOInterfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
108 ······<SpecificVersion>false</SpecificVersion>
109 ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
110 ······<Private>True</Private>
111 ····</Reference>
112 ····<Reference Include="NuGet.VisualStudio, Version=4.0.0.2323, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
113 ······<HintPath>packages\NuGet.VisualStudio.4.0.0\lib\net45\NuGet.VisualStudio.dll</HintPath>
114 ······<EmbedInteropTypes>True</EmbedInteropTypes>
115 ····</Reference>
116 ····<Reference Include="NDO.Firebird, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
117 ······<SpecificVersion>False</SpecificVersion>
118 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\NDO.Firebird.dll</HintPath>
119 ····</Reference>
120 ····<Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.12.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
121 ······<SpecificVersion>False</SpecificVersion>
122 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
123 ····</Reference>
124 ····<Reference Include="FirebirdUISupport">
125 ······<HintPath>..\Provider\FirebirdNdoProvider\FirebirdUISupport\bin\$(Configuration)\FirebirdUISupport.dll</HintPath>
126 ····</Reference>
127 ····<Reference Include="NDO.MySql">
128 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\$(Configuration)\net452\NDO.MySql.dll</HintPath>
129 ····</Reference>
130 ····<Reference Include="MySqlUISupport">
131 ······<HintPath>..\Provider\MySqlNdoProvider\MySqlUISupport\bin\$(Configuration)\MySqlUISupport.dll</HintPath>
132 ····</Reference>
133 ····<Reference Include="NDO.Oracle">
134 ······<HintPath>..\Provider\OracleProvider\NDO.Oracle\bin\$(Configuration)\net452\NDO.Oracle.dll</HintPath>
135 ····</Reference>
136 ····<Reference Include="OracleUISupport">
137 ······<HintPath>..\Provider\OracleProvider\OracleUISupport\bin\$(Configuration)\OracleUISupport.dll</HintPath>
138 ····</Reference>
139 ····<Reference Include="NDO.Postgre">
140 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\$(Configuration)\net452\NDO.Postgre.dll</HintPath>
141 ····</Reference>
142 ····<Reference Include="PostGresUISupport">
143 ······<HintPath>..\Provider\PostGresProvider\PostGresUISupport\bin\$(Configuration)\PostGresUISupport.dll</HintPath>
144 ····</Reference>
145 ····<Reference Include="NDO.SqlCe">
146 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\$(Configuration)\net452\NDO.SqlCe.dll</HintPath>
147 ····</Reference>
148 ····<Reference Include="SqlCeUISupport">
149 ······<HintPath>..\Provider\SqlCEProvider\SqlCeUISupport\bin\$(Configuration)\SqlCeUISupport.dll</HintPath>
150 ····</Reference>
151 ····<Reference Include="NDO.Sqlite">
152 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\$(Configuration)\net452\NDO.Sqlite.dll</HintPath>
153 ····</Reference>
154 ····<Reference Include="SqliteUISupport">
155 ······<HintPath>..\Provider\SqliteProvider\SqliteUISupport\bin\$(Configuration)\SqliteUISupport.dll</HintPath>
156 ····</Reference>
157 ····<Reference Include="NDO.Sqlserver">
158 ······<HintPath>..\Provider\SqlServerProvider\NDO.Sqlserver\bin\$(Configuration)\net452\NDO.Sqlserver.dll</HintPath>
159 ····</Reference>
160 ····<Reference Include="SqlServerUISupport">
161 ······<HintPath>..\Provider\SqlServerProvider\SqlServerUISupport\bin\$(Configuration)\SqlServerUISupport.dll</HintPath>
162 ····</Reference>
163 ····<Reference Include="System" />
164 ····<Reference Include="System.Core" />
165 ····<Reference Include="System.Data" />
166 ····<Reference Include="System.Design" />
167 ····<Reference Include="System.Drawing" />
168 ····<Reference Include="System.Windows.Forms" />
169 ····<Reference Include="System.Xml" />
170 ····<Reference Include="System.Xml.Linq" />
171 ····<Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
172 ······<EmbedInteropTypes>True</EmbedInteropTypes>
173 ····</Reference>
174 ····<Reference Include="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
175 ······<EmbedInteropTypes>True</EmbedInteropTypes>
176 ····</Reference>
177 ····<Reference Include="VsWebSite.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
178 ······<EmbedInteropTypes>True</EmbedInteropTypes>
179 ····</Reference>
180 ··</ItemGroup>
181 ··<ItemGroup>
182 ····<COMReference Include="Microsoft.VisualStudio.CommandBars">
183 ······<Guid>{1CBA492E-7263-47BB-87FE-639000619B15}</Guid>
184 ······<VersionMajor>8</VersionMajor>
185 ······<VersionMinor>0</VersionMinor>
186 ······<Lcid>0</Lcid>
187 ······<WrapperTool>primary</WrapperTool>
188 ······<Isolated>False</Isolated>
189 ······<EmbedInteropTypes>False</EmbedInteropTypes>
190 ····</COMReference>
191 ····<COMReference Include="stdole">
192 ······<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
193 ······<VersionMajor>2</VersionMajor>
194 ······<VersionMinor>0</VersionMinor>
195 ······<Lcid>0</Lcid>
196 ······<WrapperTool>primary</WrapperTool>
197 ······<Isolated>False</Isolated>
198 ······<EmbedInteropTypes>False</EmbedInteropTypes>
199 ····</COMReference>
200 ··</ItemGroup>
201 ··<ItemGroup>
202 ····<Compile Include="AbstractCommand.cs" />
203 ····<Compile Include="Connection.cs" />
204 ····<Compile Include="IMessageAdapter.cs" />
205 ····<Compile Include="MergeConflictBase.cs" />
206 ····<Compile Include="MergeConflictUseCGCode.cs" />
207 ····<Compile Include="MergeConflictUseYourCode.cs" />
208 ····<Compile Include="NDOAssemblyChecker.cs" />
209 ····<Compile Include="NDOMapping.cs" />
210 ····<Compile Include="NDOProviderFactory.cs" />
211 ····<Compile Include="NDOReference.cs" />
212 ····<Compile Include="NdoUIProviderFactory.cs" />
213 ····<Compile Include="OpenClassGenerator.cs" />
214 ····<Compile Include="OpenMappingTool.cs" />
215 ····<Compile Include="AddPersistentClass.cs" />
216 ····<Compile Include="AddAccessorCs.cs" />
217 ····<Compile Include="AddAccessorVb.cs" />
218 ····<Compile Include="AddPersistentClassCs.cs" />
219 ····<Compile Include="AddPersistentClassVb.cs" />
220 ····<Compile Include="AddAccessor.cs" />
221 ····<Compile Include="Configure.cs" />
222 ····<Compile Include="AddRelation.cs" />
223 ····<Compile Include="ApplicationObject.cs" />
224 ····<Compile Include="BuildEventHandler.cs" />
225 ····<Compile Include="CodeGenHelper.cs" />
226 ····<Compile Include="ConfigurationDialog.cs">
227 ······<SubType>Form</SubType>
228 ····</Compile>
229 ····<Compile Include="ConfigurationOptions.cs" />
230 ····<Compile Include="ConsoleProcess.cs" />
231 ····<Compile Include="EnhancerEmptyException.cs" />
232 ····<Compile Include="EnhDate.cs" />
233 ····<Compile Include="ExtendedPath.cs" />
234 ····<Compile Include="Guids.cs" />
235 ····<Compile Include="MessageAdapter.cs" />
236 ····<Compile Include="PersistentClassDialog.cs">
237 ······<SubType>Form</SubType>
238 ····</Compile>
239 ····<Compile Include="ProjectDescription.cs" />
240 ····<Compile Include="ProjectIterator.cs" />
241 ····<Compile Include="ProjectKind.cs" />
242 ····<Compile Include="RelationDialog.cs">
243 ······<SubType>Form</SubType>
244 ····</Compile>
245 ····<Compile Include="Resources.Designer.cs">
246 ······<AutoGen>True</AutoGen>
247 ······<DesignTime>True</DesignTime>
248 ······<DependentUpon>Resources.resx</DependentUpon>
249 ····</Compile>
250 ····<Compile Include="GlobalSuppressions.cs" />
251 ····<Compile Include="NDOPackage.cs" />
252 ····<Compile Include="Properties\AssemblyInfo.cs" />
253 ····<Compile Include="PkgCmdID.cs" />
254 ····<Compile Include="TabProperties.cs" />
255 ····<Compile Include="XmlHelper.cs" />
256 ··</ItemGroup>
257 ··<ItemGroup>
258 ····<EmbeddedResource Include="ConfigurationDialog.resx">
259 ······<DependentUpon>ConfigurationDialog.cs</DependentUpon>
260 ····</EmbeddedResource>
261 ····<EmbeddedResource Include="PersistentClassDialog.resx">
262 ······<DependentUpon>PersistentClassDialog.cs</DependentUpon>
263 ····</EmbeddedResource>
264 ····<EmbeddedResource Include="RelationDialog.resx">
265 ······<DependentUpon>RelationDialog.cs</DependentUpon>
266 ····</EmbeddedResource>
267 ····<EmbeddedResource Include="Resources.resx">
268 ······<Generator>ResXFileCodeGenerator</Generator>
269 ······<LastGenOutput>Resources.Designer.cs</LastGenOutput>
270 ······<SubType>Designer</SubType>
271 ····</EmbeddedResource>
272 ····<EmbeddedResource Include="VSPackage.resx">
273 ······<MergeWithCTO>true</MergeWithCTO>
274 ······<ManifestResourceName>VSPackage</ManifestResourceName>
275 ····</EmbeddedResource>
276 ··</ItemGroup>
277 ··<ItemGroup>
278 ····<None Include="app.config" />
279 ····<None Include="packages.config" />
280 ····<None Include="source.extension.vsixmanifest">
281 ······<SubType>Designer</SubType>
282 ····</None>
283 ··</ItemGroup>
284 ··<ItemGroup>
285 ····<None Include="Key.snk" />
286 ··</ItemGroup>
287 ··<ItemGroup>
288 ····<VSCTCompile Include="NDOPackage.vsct">
289 ······<ResourceName>Menus.ctmenu</ResourceName>
290 ······<SubType>Designer</SubType>
291 ····</VSCTCompile>
292 ··</ItemGroup>
293 ··<ItemGroup>
294 ····<None Include="Resources\Images.png" />
295 ··</ItemGroup>
296 ··<ItemGroup>
297 ····<Content Include="App.ico">
298 ······<CopyToOutputDirectory>Always</CopyToOutputDirectory>
299 ······<IncludeInVSIX>true</IncludeInVSIX>
300 ····</Content>
301 ····<Content Include="Resources\Package.ico">
302 ······<CopyToOutputDirectory>Always</CopyToOutputDirectory>
303 ······<IncludeInVSIX>true</IncludeInVSIX>
304 ····</Content>
305 ··</ItemGroup>
306 ··<ItemGroup>
307 ····<BootstrapperPackage Include=".NETFramework,Version=v4.0">
308 ······<Visible>False</Visible>
309 ······<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
310 ······<Install>true</Install>
311 ····</BootstrapperPackage>
312 ····<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
313 ······<Visible>False</Visible>
314 ······<ProductName>.NET Framework 3.5 SP1</ProductName>
315 ······<Install>false</Install>
316 ····</BootstrapperPackage>
317 ····<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
318 ······<Visible>False</Visible>
319 ······<ProductName>Windows Installer 4.5</ProductName>
320 ······<Install>true</Install>
321 ····</BootstrapperPackage>
322 ··</ItemGroup>
323 ··<PropertyGroup>
324 ····<UseCodebase>true</UseCodebase>
325 ··</PropertyGroup>
326 ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
327 ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
328 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
329 ····<PropertyGroup>
330 ······<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
331 ····</PropertyGroup>
332 ····<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props'))" />
333 ····<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets'))" />
334 ··</Target>
335 ··<Import Project="packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" />
336 ··<Target Name="PrepareEnhDate" BeforeTargets="PrepareForBuild">
337 ····<Exec Command="..\MakeEnhancerDate\bin\Release\MakeEnhancerDate.exe &gt; EnhDate.cs" />
338 ··</Target>
339 ··<PropertyGroup>
340 ····<PreBuildEvent>
341 ····</PreBuildEvent>
342 ··</PropertyGroup>
343 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
344 ······ Other similar extension points exist, see Microsoft.Common.targets.
345 ··<Target Name="BeforeBuild">
346 ··</Target>
347 ··<Target Name="AfterBuild">
348 ··</Target>
349 ··-->
350 </Project>
New Commit (947ce88)
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
3 ··<Import Project="packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" />
4 ··<PropertyGroup>
5 ····<MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
6 ····<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">12.0</VisualStudioVersion>
7 ····<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
8 ····<TargetFrameworkProfile />
9 ····<FileUpgradeFlags>
10 ····</FileUpgradeFlags>
11 ····<UpgradeBackupLocation>
12 ····</UpgradeBackupLocation>
13 ····<OldToolsVersion>12.0</OldToolsVersion>
14 ····<IsWebBootstrapper>false</IsWebBootstrapper>
15 ····<PublishUrl>publish\</PublishUrl>
16 ····<Install>true</Install>
17 ····<InstallFrom>Disk</InstallFrom>
18 ····<UpdateEnabled>false</UpdateEnabled>
19 ····<UpdateMode>Foreground</UpdateMode>
20 ····<UpdateInterval>7</UpdateInterval>
21 ····<UpdateIntervalUnits>Days</UpdateIntervalUnits>
22 ····<UpdatePeriodically>false</UpdatePeriodically>
23 ····<UpdateRequired>false</UpdateRequired>
24 ····<MapFileExtensions>true</MapFileExtensions>
25 ····<ApplicationRevision>0</ApplicationRevision>
26 ····<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
27 ····<UseApplicationTrust>false</UseApplicationTrust>
28 ····<BootstrapperEnabled>true</BootstrapperEnabled>
29 ····<NuGetPackageImportStamp>
30 ····</NuGetPackageImportStamp>
31 ··</PropertyGroup>
32 ··<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
33 ··<PropertyGroup>
34 ····<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
35 ····<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
36 ····<SchemaVersion>2.0</SchemaVersion>
37 ····<ProjectGuid>{F1144212-39E0-45A8-BBE5-D95E55E1F9F4}</ProjectGuid>
38 ····<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
39 ····<OutputType>Library</OutputType>
40 ····<AppDesignerFolder>Properties</AppDesignerFolder>
41 ····<RootNamespace>NETDataObjects.NDOVSPackage</RootNamespace>
42 ····<AssemblyName>NDOPackage</AssemblyName>
43 ····<SignAssembly>false</SignAssembly>
44 ····<AssemblyOriginatorKeyFile>Key.snk</AssemblyOriginatorKeyFile>
45 ····<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
46 ··</PropertyGroup>
47 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 ····<DebugSymbols>true</DebugSymbols>
49 ····<DebugType>full</DebugType>
50 ····<Optimize>false</Optimize>
51 ····<OutputPath>bin\Debug\</OutputPath>
52 ····<DefineConstants>DEBUG;TRACE</DefineConstants>
53 ····<ErrorReport>prompt</ErrorReport>
54 ····<WarningLevel>4</WarningLevel>
55 ····<Prefer32Bit>false</Prefer32Bit>
56 ··</PropertyGroup>
57 ··<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
58 ····<DebugType>pdbonly</DebugType>
59 ····<Optimize>true</Optimize>
60 ····<OutputPath>bin\Release\</OutputPath>
61 ····<DefineConstants>TRACE</DefineConstants>
62 ····<ErrorReport>prompt</ErrorReport>
63 ····<WarningLevel>4</WarningLevel>
64 ····<RunCodeAnalysis>true</RunCodeAnalysis>
65 ····<Prefer32Bit>false</Prefer32Bit>
66 ····<PlatformTarget>AnyCPU</PlatformTarget>
67 ··</PropertyGroup>
68 ··<ItemGroup>
69 ····<Reference Include="envdte, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
70 ······<EmbedInteropTypes>False</EmbedInteropTypes>
71 ····</Reference>
72 ····<Reference Include="envdte100, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
73 ······<EmbedInteropTypes>False</EmbedInteropTypes>
74 ····</Reference>
75 ····<Reference Include="EnvDTE80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
76 ······<EmbedInteropTypes>False</EmbedInteropTypes>
77 ····</Reference>
78 ····<Reference Include="envdte90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
79 ······<EmbedInteropTypes>False</EmbedInteropTypes>
80 ····</Reference>
81 ····<Reference Include="Mapping, Version=1.0.5490.31731, Culture=neutral, processorArchitecture=MSIL">
82 ······<SpecificVersion>False</SpecificVersion>
83 ······<HintPath>..\SimpleMappingTool\bin\Release\Mapping.exe</HintPath>
84 ······<Private>True</Private>
85 ····</Reference>
86 ····<Reference Include="Microsoft.CSharp" />
87 ····<Reference Include="Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
88 ······<EmbedInteropTypes>True</EmbedInteropTypes>
89 ····</Reference>
90 ····<Reference Include="Microsoft.VisualStudio.ComponentModelHost, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
91 ······<SpecificVersion>False</SpecificVersion>
92 ······<HintPath>Dlls\Microsoft.VisualStudio.ComponentModelHost</HintPath>
93 ····</Reference>
94 ····<Reference Include="Microsoft.VisualStudio.OLE.Interop" />
95 ····<Reference Include="Microsoft.VisualStudio.Shell.15.0, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
96 ····<Reference Include="Microsoft.VisualStudio.Shell.Framework, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
97 ····<Reference Include="Microsoft.VisualStudio.Shell.Interop" />
98 ····<Reference Include="Microsoft.VisualStudio.Shell.Interop.8.0" />
99 ····<Reference Include="Microsoft.VisualStudio.TextManager.Interop" />
100 <Reference Include="Microsoft. VisualStudio. Threading, Version=16. 8. 0. 0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
101 ····<Reference Include="Mono.Cecil, Version=0.10.1.0, Culture=neutral, PublicKeyToken=50cebf1cceb9d05e, processorArchitecture=MSIL">
102 ······<HintPath>packages\Mono.Cecil.0.10.1\lib\net40\Mono.Cecil.dll</HintPath>
103 ····</Reference>
104 ····<Reference Include="NDO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
105 ······<SpecificVersion>false</SpecificVersion>
106 ······<HintPath>..\NDODLL\bin\$(Configuration)\net452\NDO.dll</HintPath>
107 ····</Reference>
108 ····<Reference Include="NDO.UISupport">
109 ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
110 ····</Reference>
111 ····<Reference Include="NDOInterfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
112 ······<SpecificVersion>false</SpecificVersion>
113 ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
114 ······<Private>True</Private>
115 ····</Reference>
116 ····<Reference Include="NuGet.VisualStudio, Version=4.0.0.2323, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
117 ······<HintPath>packages\NuGet.VisualStudio.4.0.0\lib\net45\NuGet.VisualStudio.dll</HintPath>
118 ······<EmbedInteropTypes>True</EmbedInteropTypes>
119 ····</Reference>
120 ····<Reference Include="NDO.Firebird, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
121 ······<SpecificVersion>False</SpecificVersion>
122 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\NDO.Firebird.dll</HintPath>
123 ····</Reference>
124 ····<Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.12.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
125 ······<SpecificVersion>False</SpecificVersion>
126 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
127 ····</Reference>
128 ····<Reference Include="FirebirdUISupport">
129 ······<HintPath>..\Provider\FirebirdNdoProvider\FirebirdUISupport\bin\$(Configuration)\FirebirdUISupport.dll</HintPath>
130 ····</Reference>
131 ····<Reference Include="NDO.MySql">
132 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\$(Configuration)\net452\NDO.MySql.dll</HintPath>
133 ····</Reference>
134 ····<Reference Include="MySqlUISupport">
135 ······<HintPath>..\Provider\MySqlNdoProvider\MySqlUISupport\bin\$(Configuration)\MySqlUISupport.dll</HintPath>
136 ····</Reference>
137 ····<Reference Include="NDO.Oracle">
138 ······<HintPath>..\Provider\OracleProvider\NDO.Oracle\bin\$(Configuration)\net452\NDO.Oracle.dll</HintPath>
139 ····</Reference>
140 ····<Reference Include="OracleUISupport">
141 ······<HintPath>..\Provider\OracleProvider\OracleUISupport\bin\$(Configuration)\OracleUISupport.dll</HintPath>
142 ····</Reference>
143 ····<Reference Include="NDO.Postgre">
144 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\$(Configuration)\net452\NDO.Postgre.dll</HintPath>
145 ····</Reference>
146 ····<Reference Include="PostGresUISupport">
147 ······<HintPath>..\Provider\PostGresProvider\PostGresUISupport\bin\$(Configuration)\PostGresUISupport.dll</HintPath>
148 ····</Reference>
149 ····<Reference Include="NDO.SqlCe">
150 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\$(Configuration)\net452\NDO.SqlCe.dll</HintPath>
151 ····</Reference>
152 ····<Reference Include="SqlCeUISupport">
153 ······<HintPath>..\Provider\SqlCEProvider\SqlCeUISupport\bin\$(Configuration)\SqlCeUISupport.dll</HintPath>
154 ····</Reference>
155 ····<Reference Include="NDO.Sqlite">
156 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\$(Configuration)\net452\NDO.Sqlite.dll</HintPath>
157 ····</Reference>
158 ····<Reference Include="SqliteUISupport">
159 ······<HintPath>..\Provider\SqliteProvider\SqliteUISupport\bin\$(Configuration)\SqliteUISupport.dll</HintPath>
160 ····</Reference>
161 ····<Reference Include="NDO.Sqlserver">
162 ······<HintPath>..\Provider\SqlServerProvider\NDO.Sqlserver\bin\$(Configuration)\net452\NDO.Sqlserver.dll</HintPath>
163 ····</Reference>
164 ····<Reference Include="SqlServerUISupport">
165 ······<HintPath>..\Provider\SqlServerProvider\SqlServerUISupport\bin\$(Configuration)\SqlServerUISupport.dll</HintPath>
166 ····</Reference>
167 ····<Reference Include="System" />
168 ····<Reference Include="System.Core" />
169 ····<Reference Include="System.Data" />
170 ····<Reference Include="System.Design" />
171 ····<Reference Include="System.Drawing" />
172 ····<Reference Include="System.Windows.Forms" />
173 ····<Reference Include="System.Xml" />
174 ····<Reference Include="System.Xml.Linq" />
175 ····<Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
176 ······<EmbedInteropTypes>True</EmbedInteropTypes>
177 ····</Reference>
178 ····<Reference Include="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
179 ······<EmbedInteropTypes>True</EmbedInteropTypes>
180 ····</Reference>
181 ····<Reference Include="VsWebSite.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
182 ······<EmbedInteropTypes>True</EmbedInteropTypes>
183 ····</Reference>
184 ··</ItemGroup>
185 ··<ItemGroup>
 
 
 
 
 
 
 
 
 
186 ····<COMReference Include="stdole">
187 ······<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
188 ······<VersionMajor>2</VersionMajor>
189 ······<VersionMinor>0</VersionMinor>
190 ······<Lcid>0</Lcid>
191 ······<WrapperTool>primary</WrapperTool>
192 ······<Isolated>False</Isolated>
193 ······<EmbedInteropTypes>False</EmbedInteropTypes>
194 ····</COMReference>
195 ··</ItemGroup>
196 ··<ItemGroup>
197 ····<Compile Include="AbstractCommand.cs" />
198 ····<Compile Include="Connection.cs" />
199 ····<Compile Include="IMessageAdapter.cs" />
200 ····<Compile Include="MergeConflictBase.cs" />
201 ····<Compile Include="MergeConflictUseCGCode.cs" />
202 ····<Compile Include="MergeConflictUseYourCode.cs" />
203 ····<Compile Include="NDOAssemblyChecker.cs" />
204 ····<Compile Include="NDOMapping.cs" />
205 ····<Compile Include="NDOProviderFactory.cs" />
206 ····<Compile Include="NDOReference.cs" />
207 ····<Compile Include="NdoUIProviderFactory.cs" />
208 ····<Compile Include="OpenClassGenerator.cs" />
209 ····<Compile Include="OpenMappingTool.cs" />
210 ····<Compile Include="AddPersistentClass.cs" />
211 ····<Compile Include="AddAccessorCs.cs" />
212 ····<Compile Include="AddAccessorVb.cs" />
213 ····<Compile Include="AddPersistentClassCs.cs" />
214 ····<Compile Include="AddPersistentClassVb.cs" />
215 ····<Compile Include="AddAccessor.cs" />
216 ····<Compile Include="Configure.cs" />
217 ····<Compile Include="AddRelation.cs" />
218 ····<Compile Include="ApplicationObject.cs" />
219 ····<Compile Include="BuildEventHandler.cs" />
220 ····<Compile Include="CodeGenHelper.cs" />
221 ····<Compile Include="ConfigurationDialog.cs">
222 ······<SubType>Form</SubType>
223 ····</Compile>
224 ····<Compile Include="ConfigurationOptions.cs" />
225 ····<Compile Include="ConsoleProcess.cs" />
226 ····<Compile Include="EnhancerEmptyException.cs" />
227 ····<Compile Include="EnhDate.cs" />
228 ····<Compile Include="ExtendedPath.cs" />
229 ····<Compile Include="Guids.cs" />
230 ····<Compile Include="MessageAdapter.cs" />
231 ····<Compile Include="PersistentClassDialog.cs">
232 ······<SubType>Form</SubType>
233 ····</Compile>
234 ····<Compile Include="ProjectDescription.cs" />
235 ····<Compile Include="ProjectIterator.cs" />
236 ····<Compile Include="ProjectKind.cs" />
237 ····<Compile Include="RelationDialog.cs">
238 ······<SubType>Form</SubType>
239 ····</Compile>
240 ····<Compile Include="Resources.Designer.cs">
241 ······<AutoGen>True</AutoGen>
242 ······<DesignTime>True</DesignTime>
243 ······<DependentUpon>Resources.resx</DependentUpon>
244 ····</Compile>
245 ····<Compile Include="GlobalSuppressions.cs" />
246 ····<Compile Include="NDOPackage.cs" />
247 ····<Compile Include="Properties\AssemblyInfo.cs" />
248 ····<Compile Include="PkgCmdID.cs" />
249 ····<Compile Include="TabProperties.cs" />
250 ····<Compile Include="XmlHelper.cs" />
251 ··</ItemGroup>
252 ··<ItemGroup>
253 ····<EmbeddedResource Include="ConfigurationDialog.resx">
254 ······<DependentUpon>ConfigurationDialog.cs</DependentUpon>
255 ····</EmbeddedResource>
256 ····<EmbeddedResource Include="PersistentClassDialog.resx">
257 ······<DependentUpon>PersistentClassDialog.cs</DependentUpon>
258 ····</EmbeddedResource>
259 ····<EmbeddedResource Include="RelationDialog.resx">
260 ······<DependentUpon>RelationDialog.cs</DependentUpon>
261 ····</EmbeddedResource>
262 ····<EmbeddedResource Include="Resources.resx">
263 ······<Generator>ResXFileCodeGenerator</Generator>
264 ······<LastGenOutput>Resources.Designer.cs</LastGenOutput>
265 ······<SubType>Designer</SubType>
266 ····</EmbeddedResource>
267 ····<EmbeddedResource Include="VSPackage.resx">
268 ······<MergeWithCTO>true</MergeWithCTO>
269 ······<ManifestResourceName>VSPackage</ManifestResourceName>
270 ····</EmbeddedResource>
271 ··</ItemGroup>
272 ··<ItemGroup>
273 ····<None Include="app.config" />
274 ····<None Include="packages.config" />
275 ····<None Include="source.extension.vsixmanifest">
276 ······<SubType>Designer</SubType>
277 ····</None>
278 ··</ItemGroup>
279 ··<ItemGroup>
280 ····<None Include="Key.snk" />
281 ··</ItemGroup>
282 ··<ItemGroup>
283 ····<VSCTCompile Include="NDOPackage.vsct">
284 ······<ResourceName>Menus.ctmenu</ResourceName>
285 ······<SubType>Designer</SubType>
286 ····</VSCTCompile>
287 ··</ItemGroup>
288 ··<ItemGroup>
289 ····<None Include="Resources\Images.png" />
290 ··</ItemGroup>
291 ··<ItemGroup>
292 ····<Content Include="App.ico">
293 ······<CopyToOutputDirectory>Always</CopyToOutputDirectory>
294 ······<IncludeInVSIX>true</IncludeInVSIX>
295 ····</Content>
296 ····<Content Include="Resources\Package.ico">
297 ······<CopyToOutputDirectory>Always</CopyToOutputDirectory>
298 ······<IncludeInVSIX>true</IncludeInVSIX>
299 ····</Content>
300 ··</ItemGroup>
301 ··<ItemGroup>
302 ····<BootstrapperPackage Include=".NETFramework,Version=v4.0">
303 ······<Visible>False</Visible>
304 ······<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
305 ······<Install>true</Install>
306 ····</BootstrapperPackage>
307 ····<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
308 ······<Visible>False</Visible>
309 ······<ProductName>.NET Framework 3.5 SP1</ProductName>
310 ······<Install>false</Install>
311 ····</BootstrapperPackage>
312 ····<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
313 ······<Visible>False</Visible>
314 ······<ProductName>Windows Installer 4.5</ProductName>
315 ······<Install>true</Install>
316 ····</BootstrapperPackage>
317 ··</ItemGroup>
318 ··<PropertyGroup>
319 ····<UseCodebase>true</UseCodebase>
320 ··</PropertyGroup>
321 ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
322 ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
323 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
324 ····<PropertyGroup>
325 ······<ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}".</ErrorText>
326 ····</PropertyGroup>
327 ····<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.props'))" />
328 ····<Error Condition="!Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets'))" />
329 ··</Target>
330 ··<Import Project="packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets" Condition="Exists('packages\Microsoft.VSSDK.BuildTools.15.1.192\build\Microsoft.VSSDK.BuildTools.targets')" />
331 ··<Target Name="PrepareEnhDate" BeforeTargets="PrepareForBuild">
332 ····<Exec Command="..\MakeEnhancerDate\bin\Release\MakeEnhancerDate.exe &gt; EnhDate.cs" />
333 ··</Target>
334 ··<PropertyGroup>
335 ····<PreBuildEvent>
336 ····</PreBuildEvent>
337 ··</PropertyGroup>
338 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
339 ······ Other similar extension points exist, see Microsoft.Common.targets.
340 ··<Target Name="BeforeBuild">
341 ··</Target>
342 ··<Target Name="AfterBuild">
343 ··</Target>
344 ··-->
345 </Project>