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