Datei: NDOPackage/NDOPackage.csproj
Last Commit (7e08240)
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\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) \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) \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) \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) \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) \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. 4</Version> |
181 | ····</PackageReference> |
182 | ····<PackageReference Include="mysql.data"> |
183 | <Version>8. 3. 0</Version> |
184 | ····</PackageReference> |
185 | ····<PackageReference Include="mysqlconnector"> |
186 | <Version>2. 3. 7</Version> |
187 | ····</PackageReference> |
188 | ····<PackageReference Include="npgsql"> |
189 | <Version>8. 0. 2</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. 8. 6</Version> |
199 | ····</PackageReference> |
200 | ····<PackageReference Include="System.Data.Sqlite.Core.msil"> |
201 | <Version>1. 0. 118</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 (0a71280)
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\net48\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) \net48\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) \net48\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) \net48\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) \net48\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) \net48\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> |