Datei: NDOPackage/NDOPackage.csproj

Last Commit (7e92bdb)
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>false</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>
New Commit (f22b142)
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>false</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="MySql.Data, Version=8.0.14.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
105 ······<SpecificVersion>False</SpecificVersion>
106 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\Release\net452\MySql.Data.dll</HintPath>
107 ····</Reference>
108 ····<Reference Include="NDO, Version=4.0.0.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL">
109 ······<SpecificVersion>false</SpecificVersion>
110 ······<HintPath>..\NDODLL\bin\$(Configuration)\net452\NDO.dll</HintPath>
111 ····</Reference>
112 ····<Reference Include="NDO.UISupport">
113 ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
114 ····</Reference>
115 ····<Reference Include="NDOInterfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=ff5e453a099b8326, processorArchitecture=MSIL">
116 ······<SpecificVersion>false</SpecificVersion>
117 ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath>
118 ······<Private>True</Private>
119 ····</Reference>
120 ····<Reference Include="Npgsql, Version=4.0.4.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
121 ······<SpecificVersion>False</SpecificVersion>
122 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\Release\net452\Npgsql.dll</HintPath>
123 ····</Reference>
124 ····<Reference Include="NuGet.VisualStudio, Version=4.0.0.2323, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
125 ······<HintPath>packages\NuGet.VisualStudio.4.0.0\lib\net45\NuGet.VisualStudio.dll</HintPath>
126 ······<EmbedInteropTypes>True</EmbedInteropTypes>
127 ····</Reference>
128 ····<Reference Include="NDO.Firebird, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
129 ······<SpecificVersion>False</SpecificVersion>
130 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\NDO.Firebird.dll</HintPath>
131 ····</Reference>
132 ····<Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.12.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL">
133 ······<SpecificVersion>False</SpecificVersion>
134 ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath>
135 ····</Reference>
136 ····<Reference Include="FirebirdUISupport">
137 ······<HintPath>..\Provider\FirebirdNdoProvider\FirebirdUISupport\bin\$(Configuration)\FirebirdUISupport.dll</HintPath>
138 ····</Reference>
139 ····<Reference Include="NDO.MySql">
140 ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\$(Configuration)\net452\NDO.MySql.dll</HintPath>
141 ····</Reference>
142 ····<Reference Include="MySqlUISupport">
143 ······<HintPath>..\Provider\MySqlNdoProvider\MySqlUISupport\bin\$(Configuration)\MySqlUISupport.dll</HintPath>
144 ····</Reference>
145 ····<Reference Include="NDO.Oracle">
146 ······<HintPath>..\Provider\OracleProvider\NDO.Oracle\bin\$(Configuration)\net452\NDO.Oracle.dll</HintPath>
147 ····</Reference>
148 ····<Reference Include="OracleUISupport">
149 ······<HintPath>..\Provider\OracleProvider\OracleUISupport\bin\$(Configuration)\OracleUISupport.dll</HintPath>
150 ····</Reference>
151 ····<Reference Include="NDO.Postgre">
152 ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\$(Configuration)\net452\NDO.Postgre.dll</HintPath>
153 ····</Reference>
154 ····<Reference Include="PostGresUISupport">
155 ······<HintPath>..\Provider\PostGresProvider\PostGresUISupport\bin\$(Configuration)\PostGresUISupport.dll</HintPath>
156 ····</Reference>
157 ····<Reference Include="NDO.SqlCe">
158 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\$(Configuration)\net452\NDO.SqlCe.dll</HintPath>
159 ····</Reference>
160 ····<Reference Include="SqlCeUISupport">
161 ······<HintPath>..\Provider\SqlCEProvider\SqlCeUISupport\bin\$(Configuration)\SqlCeUISupport.dll</HintPath>
162 ····</Reference>
163 ····<Reference Include="NDO.Sqlite">
164 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\$(Configuration)\net452\NDO.Sqlite.dll</HintPath>
165 ····</Reference>
166 ····<Reference Include="SqliteUISupport">
167 ······<HintPath>..\Provider\SqliteProvider\SqliteUISupport\bin\$(Configuration)\SqliteUISupport.dll</HintPath>
168 ····</Reference>
169 ····<Reference Include="NDO.Sqlserver">
170 ······<HintPath>..\Provider\SqlServerProvider\NDO.Sqlserver\bin\$(Configuration)\net452\NDO.Sqlserver.dll</HintPath>
171 ····</Reference>
172 ····<Reference Include="SqlServerUISupport">
173 ······<HintPath>..\Provider\SqlServerProvider\SqlServerUISupport\bin\$(Configuration)\SqlServerUISupport.dll</HintPath>
174 ····</Reference>
175 ····<Reference Include="System" />
176 ····<Reference Include="System.Core" />
177 ····<Reference Include="System.Data" />
178 ····<Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
179 ······<SpecificVersion>False</SpecificVersion>
180 ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\Release\net452\System.Data.SQLite.dll</HintPath>
181 ····</Reference>
182 ····<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
183 ······<SpecificVersion>False</SpecificVersion>
184 ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\Release\net452\System.Data.SqlServerCe.dll</HintPath>
185 ····</Reference>
186 ····<Reference Include="System.Design" />
187 ····<Reference Include="System.Drawing" />
188 ····<Reference Include="System.Windows.Forms" />
189 ····<Reference Include="System.Xml" />
190 ····<Reference Include="System.Xml.Linq" />
191 ····<Reference Include="VSLangProj, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
192 ······<EmbedInteropTypes>True</EmbedInteropTypes>
193 ····</Reference>
194 ····<Reference Include="VSLangProj2, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
195 ······<EmbedInteropTypes>True</EmbedInteropTypes>
196 ····</Reference>
197 ····<Reference Include="VsWebSite.Interop, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
198 ······<EmbedInteropTypes>True</EmbedInteropTypes>
199 ····</Reference>
200 ··</ItemGroup>
201 ··<ItemGroup>
202 ····<COMReference Include="stdole">
203 ······<Guid>{00020430-0000-0000-C000-000000000046}</Guid>
204 ······<VersionMajor>2</VersionMajor>
205 ······<VersionMinor>0</VersionMinor>
206 ······<Lcid>0</Lcid>
207 ······<WrapperTool>primary</WrapperTool>
208 ······<Isolated>False</Isolated>
209 ······<EmbedInteropTypes>False</EmbedInteropTypes>
210 ····</COMReference>
211 ··</ItemGroup>
212 ··<ItemGroup>
213 ····<Compile Include="AbstractCommand.cs" />
214 ····<Compile Include="Connection.cs" />
215 ····<Compile Include="IMessageAdapter.cs" />
216 ····<Compile Include="MergeConflictBase.cs" />
217 ····<Compile Include="MergeConflictUseCGCode.cs" />
218 ····<Compile Include="MergeConflictUseYourCode.cs" />
219 ····<Compile Include="NDOAssemblyChecker.cs" />
220 ····<Compile Include="NDOMapping.cs" />
221 ····<Compile Include="NDOProviderFactory.cs" />
222 ····<Compile Include="NDOReference.cs" />
223 ····<Compile Include="NdoUIProviderFactory.cs" />
224 ····<Compile Include="OpenClassGenerator.cs" />
225 ····<Compile Include="OpenMappingTool.cs" />
226 ····<Compile Include="AddPersistentClass.cs" />
227 ····<Compile Include="AddAccessorCs.cs" />
228 ····<Compile Include="AddAccessorVb.cs" />
229 ····<Compile Include="AddPersistentClassCs.cs" />
230 ····<Compile Include="AddPersistentClassVb.cs" />
231 ····<Compile Include="AddAccessor.cs" />
232 ····<Compile Include="Configure.cs" />
233 ····<Compile Include="AddRelation.cs" />
234 ····<Compile Include="ApplicationObject.cs" />
235 ····<Compile Include="BuildEventHandler.cs" />
236 ····<Compile Include="CodeGenHelper.cs" />
237 ····<Compile Include="ConfigurationDialog.cs">
238 ······<SubType>Form</SubType>
239 ····</Compile>
240 ····<Compile Include="ConfigurationOptions.cs" />
241 ····<Compile Include="ConsoleProcess.cs" />
242 ····<Compile Include="EnhancerEmptyException.cs" />
243 ····<Compile Include="EnhDate.cs" />
244 ····<Compile Include="ExtendedPath.cs" />
245 ····<Compile Include="Guids.cs" />
246 ····<Compile Include="MessageAdapter.cs" />
247 ····<Compile Include="PersistentClassDialog.cs">
248 ······<SubType>Form</SubType>
249 ····</Compile>
250 ····<Compile Include="ProjectDescription.cs" />
251 ····<Compile Include="ProjectIterator.cs" />
252 ····<Compile Include="ProjectKind.cs" />
253 ····<Compile Include="RelationDialog.cs">
254 ······<SubType>Form</SubType>
255 ····</Compile>
256 ····<Compile Include="Resources.Designer.cs">
257 ······<AutoGen>True</AutoGen>
258 ······<DesignTime>True</DesignTime>
259 ······<DependentUpon>Resources.resx</DependentUpon>
260 ····</Compile>
261 ····<Compile Include="GlobalSuppressions.cs" />
262 ····<Compile Include="NDOPackage.cs" />
263 ····<Compile Include="Properties\AssemblyInfo.cs" />
264 ····<Compile Include="PkgCmdID.cs" />
265 ····<Compile Include="TabProperties.cs" />
266 ····<Compile Include="XmlHelper.cs" />
267 ··</ItemGroup>
268 ··<ItemGroup>
269 ····<EmbeddedResource Include="ConfigurationDialog.resx">
270 ······<DependentUpon>ConfigurationDialog.cs</DependentUpon>
271 ····</EmbeddedResource>
272 ····<EmbeddedResource Include="PersistentClassDialog.resx">
273 ······<DependentUpon>PersistentClassDialog.cs</DependentUpon>
274 ····</EmbeddedResource>
275 ····<EmbeddedResource Include="RelationDialog.resx">
276 ······<DependentUpon>RelationDialog.cs</DependentUpon>
277 ····</EmbeddedResource>
278 ····<EmbeddedResource Include="Resources.resx">
279 ······<Generator>ResXFileCodeGenerator</Generator>
280 ······<LastGenOutput>Resources.Designer.cs</LastGenOutput>
281 ······<SubType>Designer</SubType>
282 ····</EmbeddedResource>
283 ····<EmbeddedResource Include="VSPackage.resx">
284 ······<MergeWithCTO>true</MergeWithCTO>
285 ······<ManifestResourceName>VSPackage</ManifestResourceName>
286 ····</EmbeddedResource>
287 ··</ItemGroup>
288 ··<ItemGroup>
289 ····<None Include="app.config" />
290 ····<None Include="packages.config" />
291 ····<None Include="source.extension.vsixmanifest">
292 ······<SubType>Designer</SubType>
293 ····</None>
294 ··</ItemGroup>
295 ··<ItemGroup>
296 ····<None Include="Key.snk" />
297 ··</ItemGroup>
298 ··<ItemGroup>
299 ····<VSCTCompile Include="NDOPackage.vsct">
300 ······<ResourceName>Menus.ctmenu</ResourceName>
301 ······<SubType>Designer</SubType>
302 ····</VSCTCompile>
303 ··</ItemGroup>
304 ··<ItemGroup>
305 ····<None Include="Resources\Images.png" />
306 ··</ItemGroup>
307 ··<ItemGroup>
308 ····<Content Include="App.ico">
309 ······<CopyToOutputDirectory>Always</CopyToOutputDirectory>
310 ······<IncludeInVSIX>true</IncludeInVSIX>
311 ····</Content>
312 ····<Content Include="Resources\Package.ico">
313 ······<CopyToOutputDirectory>Always</CopyToOutputDirectory>
314 ······<IncludeInVSIX>true</IncludeInVSIX>
315 ····</Content>
316 ··</ItemGroup>
317 ··<ItemGroup>
318 ····<BootstrapperPackage Include=".NETFramework,Version=v4.0">
319 ······<Visible>False</Visible>
320 ······<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
321 ······<Install>true</Install>
322 ····</BootstrapperPackage>
323 ····<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
324 ······<Visible>False</Visible>
325 ······<ProductName>.NET Framework 3.5 SP1</ProductName>
326 ······<Install>false</Install>
327 ····</BootstrapperPackage>
328 ····<BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
329 ······<Visible>False</Visible>
330 ······<ProductName>Windows Installer 4.5</ProductName>
331 ······<Install>true</Install>
332 ····</BootstrapperPackage>
333 ··</ItemGroup>
334 ··<PropertyGroup>
335 ····<UseCodebase>true</UseCodebase>
336 ··</PropertyGroup>
337 ··<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
338 ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
339 ··<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
340 ····<PropertyGroup>
341 ······<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>
342 ····</PropertyGroup>
343 ····<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'))" />
344 ····<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'))" />
345 ··</Target>
346 ··<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')" />
347 ··<Target Name="PrepareEnhDate" BeforeTargets="PrepareForBuild">
348 ····<Exec Command="..\MakeEnhancerDate\bin\Release\MakeEnhancerDate.exe &gt; EnhDate.cs" />
349 ··</Target>
350 ··<PropertyGroup>
351 ····<PreBuildEvent>
352 ····</PreBuildEvent>
353 ··</PropertyGroup>
354 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
355 ······ Other similar extension points exist, see Microsoft.Common.targets.
356 ··<Target Name="BeforeBuild">
357 ··</Target>
358 ··<Target Name="AfterBuild">
359 ··</Target>
360 ··-->
361 </Project>