Datei: NDOPackage/NDOPackage.csproj
Last 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 > 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 (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 > 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> |