Datei: NDOPackage/NDOPackage.csproj
Last Commit (bff399f)
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="MySqlConnectorUISupport"> |
116 | ······<HintPath>..\Provider\MySqlConnectorProvider\MySqlConnectorUISupport\bin\Release\MySqlConnectorUISupport.dll</HintPath> |
117 | ····</Reference> |
118 | ····<Reference Include="NDO, Version=4.0.10.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL"> |
119 | ······<SpecificVersion>false</SpecificVersion> |
120 | ······<HintPath>..\NDODLL\bin\$(Configuration)\net452\NDO.dll</HintPath> |
121 | ····</Reference> |
122 | ····<Reference Include="NDO.MySqlConnector"> |
123 | ······<HintPath>..\Provider\MySqlConnectorProvider\NDO.MySqlConnector\bin\Release\net472\NDO.MySqlConnector.dll</HintPath> |
124 | ····</Reference> |
125 | ····<Reference Include="NDO.UISupport"> |
126 | ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath> |
127 | ····</Reference> |
128 | ····<Reference Include="NDOInterfaces"> |
129 | ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath> |
130 | ····</Reference> |
131 | ····<Reference Include="System" /> |
132 | ····<Reference Include="System.Design" /> |
133 | ····<Reference Include="System.Drawing" /> |
134 | ····<Reference Include="System.Windows.Forms" /> |
135 | ····<Reference Include="System.Xml" /> |
136 | ····<Reference Include="System.Xml.Linq" /> |
137 | ····<Reference Include="Mapping, Version=1.0.5490.31731, Culture=neutral, processorArchitecture=MSIL"> |
138 | ······<SpecificVersion>False</SpecificVersion> |
139 | ······<HintPath>..\SimpleMappingTool\bin\Release\Mapping.exe</HintPath> |
140 | ······<Private>True</Private> |
141 | ····</Reference> |
142 | ····<Reference Include="MySql.Data, Version=8.0.14.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
143 | ······<SpecificVersion>False</SpecificVersion> |
144 | ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\Release\net452\MySql.Data.dll</HintPath> |
145 | ····</Reference> |
146 | ····<Reference Include="Npgsql, Version=4.0.4.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL"> |
147 | ······<SpecificVersion>False</SpecificVersion> |
148 | ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\Release\net452\Npgsql.dll</HintPath> |
149 | ····</Reference> |
150 | ····<Reference Include="NDO.Firebird, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
151 | ······<SpecificVersion>False</SpecificVersion> |
152 | ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\NDO.Firebird.dll</HintPath> |
153 | ····</Reference> |
154 | ····<Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.12.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL"> |
155 | ······<SpecificVersion>False</SpecificVersion> |
156 | ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath> |
157 | ····</Reference> |
158 | ····<Reference Include="FirebirdUISupport"> |
159 | ······<HintPath>..\Provider\FirebirdNdoProvider\FirebirdUISupport\bin\$(Configuration)\FirebirdUISupport.dll</HintPath> |
160 | ····</Reference> |
161 | ····<Reference Include="NDO.MySql"> |
162 | ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\$(Configuration)\net452\NDO.MySql.dll</HintPath> |
163 | ····</Reference> |
164 | ····<Reference Include="MySqlUISupport"> |
165 | ······<HintPath>..\Provider\MySqlNdoProvider\MySqlUISupport\bin\$(Configuration)\MySqlUISupport.dll</HintPath> |
166 | ····</Reference> |
167 | ····<Reference Include="NDO.Oracle"> |
168 | ······<HintPath>..\Provider\OracleProvider\NDO.Oracle\bin\$(Configuration)\net452\NDO.Oracle.dll</HintPath> |
169 | ····</Reference> |
170 | ····<Reference Include="OracleUISupport"> |
171 | ······<HintPath>..\Provider\OracleProvider\OracleUISupport\bin\$(Configuration)\OracleUISupport.dll</HintPath> |
172 | ····</Reference> |
173 | ····<Reference Include="NDO.Postgre"> |
174 | ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\$(Configuration)\net452\NDO.Postgre.dll</HintPath> |
175 | ····</Reference> |
176 | ····<Reference Include="PostGresUISupport"> |
177 | ······<HintPath>..\Provider\PostGresProvider\PostGresUISupport\bin\$(Configuration)\PostGresUISupport.dll</HintPath> |
178 | ····</Reference> |
179 | ····<Reference Include="NDO.SqlCe"> |
180 | ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\$(Configuration)\net452\NDO.SqlCe.dll</HintPath> |
181 | ····</Reference> |
182 | ····<Reference Include="SqlCeUISupport"> |
183 | ······<HintPath>..\Provider\SqlCEProvider\SqlCeUISupport\bin\$(Configuration)\SqlCeUISupport.dll</HintPath> |
184 | ····</Reference> |
185 | ····<Reference Include="NDO.Sqlite"> |
186 | ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\$(Configuration)\net452\NDO.Sqlite.dll</HintPath> |
187 | ····</Reference> |
188 | ····<Reference Include="SqliteUISupport"> |
189 | ······<HintPath>..\Provider\SqliteProvider\SqliteUISupport\bin\$(Configuration)\SqliteUISupport.dll</HintPath> |
190 | ····</Reference> |
191 | ····<Reference Include="NDO.Sqlserver"> |
192 | ······<HintPath>..\Provider\SqlServerProvider\NDO.Sqlserver\bin\$(Configuration)\net452\NDO.Sqlserver.dll</HintPath> |
193 | ····</Reference> |
194 | ····<Reference Include="SqlServerUISupport"> |
195 | ······<HintPath>..\Provider\SqlServerProvider\SqlServerUISupport\bin\$(Configuration)\SqlServerUISupport.dll</HintPath> |
196 | ····</Reference> |
197 | ····<Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
198 | ······<SpecificVersion>False</SpecificVersion> |
199 | ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\Release\net452\System.Data.SQLite.dll</HintPath> |
200 | ····</Reference> |
201 | ····<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
202 | ······<SpecificVersion>False</SpecificVersion> |
203 | ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\Release\net452\System.Data.SqlServerCe.dll</HintPath> |
204 | ····</Reference> |
205 | ··</ItemGroup> |
206 | ··<ItemGroup> |
207 | ····<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" /> |
208 | ····<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.330" ExcludeAssets="Runtime" /> |
209 | ····<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" /> |
210 | ····<PackageReference Include="mono.cecil"> |
211 | ······<Version>0.11.4</Version> |
212 | ····</PackageReference> |
213 | ····<PackageReference Include="NuGet.VisualStudio"> |
214 | ······<Version>17.1.0</Version> |
215 | ····</PackageReference> |
216 | ··</ItemGroup> |
217 | ··<ItemGroup> |
218 | ····<EmbeddedResource Include="ConfigurationDialog.resx"> |
219 | ······<DependentUpon>ConfigurationDialog.cs</DependentUpon> |
220 | ····</EmbeddedResource> |
221 | ····<EmbeddedResource Include="PersistentClassDialog.resx"> |
222 | ······<DependentUpon>PersistentClassDialog.cs</DependentUpon> |
223 | ····</EmbeddedResource> |
224 | ····<EmbeddedResource Include="RelationDialog.resx"> |
225 | ······<DependentUpon>RelationDialog.cs</DependentUpon> |
226 | ····</EmbeddedResource> |
227 | ··</ItemGroup> |
228 | ··<ItemGroup> |
229 | ····<Content Include="Resources\Images.png" /> |
230 | ··</ItemGroup> |
231 | ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
232 | ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
233 | ··<Target Name="PrepareEnhDate" BeforeTargets="PrepareForBuild"> |
234 | ····<Exec Command="..\MakeEnhancerDate\bin\Release\MakeEnhancerDate.exe > EnhDate.cs" /> |
235 | ··</Target> |
236 | ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
237 | ······ Other similar extension points exist, see Microsoft.Common.targets. |
238 | ··<Target Name="BeforeBuild"> |
239 | ··</Target> |
240 | ··<Target Name="AfterBuild"> |
241 | ··</Target> |
242 | ··--> |
243 | </Project> |
New Commit (90ec57c)
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="MySqlConnectorUISupport"> |
116 | ······<HintPath>..\Provider\MySqlConnectorProvider\MySqlConnectorUISupport\bin\Release\MySqlConnectorUISupport.dll</HintPath> |
117 | ····</Reference> |
118 | ····<Reference Include="NDO, Version=4.0.10.0, Culture=neutral, PublicKeyToken=37bfdffa92a0cd24, processorArchitecture=MSIL"> |
119 | ······<SpecificVersion>false</SpecificVersion> |
120 | ······<HintPath>..\NDODLL\bin\$(Configuration)\net452\NDO.dll</HintPath> |
121 | ····</Reference> |
122 | ····<Reference Include="NDO.MySqlConnector"> |
123 | ······<HintPath>..\Provider\MySqlConnectorProvider\NDO.MySqlConnector\bin\Release\net472\NDO.MySqlConnector.dll</HintPath> |
124 | ····</Reference> |
125 | ····<Reference Include="NDO.UISupport"> |
126 | ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath> |
127 | ····</Reference> |
128 | ····<Reference Include="NDOInterfaces"> |
129 | ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\NDOInterfaces.dll</HintPath> |
130 | ····</Reference> |
131 | ····<Reference Include="System" /> |
132 | ····<Reference Include="System.Design" /> |
133 | ····<Reference Include="System.Drawing" /> |
134 | ····<Reference Include="System.Windows.Forms" /> |
135 | ····<Reference Include="System.Xml" /> |
136 | ····<Reference Include="System.Xml.Linq" /> |
137 | ····<Reference Include="Mapping, Version=1.0.5490.31731, Culture=neutral, processorArchitecture=MSIL"> |
138 | ······<SpecificVersion>False</SpecificVersion> |
139 | ······<HintPath>..\SimpleMappingTool\bin\Release\Mapping.exe</HintPath> |
140 | ······<Private>True</Private> |
141 | ····</Reference> |
142 | ····<Reference Include="MySql.Data, Version=8.0.14.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
143 | ······<SpecificVersion>False</SpecificVersion> |
144 | ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\Release\net452\MySql.Data.dll</HintPath> |
145 | ····</Reference> |
146 | ····<Reference Include="Npgsql, Version=4.0.4.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL"> |
147 | ······<SpecificVersion>False</SpecificVersion> |
148 | ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\Release\net452\Npgsql.dll</HintPath> |
149 | ····</Reference> |
150 | ····<Reference Include="NDO.Firebird, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
151 | ······<SpecificVersion>False</SpecificVersion> |
152 | ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\NDO.Firebird.dll</HintPath> |
153 | ····</Reference> |
154 | ····<Reference Include="FirebirdSql.Data.FirebirdClient, Version=5.12.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c, processorArchitecture=MSIL"> |
155 | ······<SpecificVersion>False</SpecificVersion> |
156 | ······<HintPath>..\Provider\FirebirdNdoProvider\NDO.Firebird\bin\$(Configuration)\net452\FirebirdSql.Data.FirebirdClient.dll</HintPath> |
157 | ····</Reference> |
158 | ····<Reference Include="FirebirdUISupport"> |
159 | ······<HintPath>..\Provider\FirebirdNdoProvider\FirebirdUISupport\bin\$(Configuration)\FirebirdUISupport.dll</HintPath> |
160 | ····</Reference> |
161 | ····<Reference Include="NDO.MySql"> |
162 | ······<HintPath>..\Provider\MySqlNdoProvider\NDO.MySql\bin\$(Configuration)\net452\NDO.MySql.dll</HintPath> |
163 | ····</Reference> |
164 | ····<Reference Include="MySqlUISupport"> |
165 | ······<HintPath>..\Provider\MySqlNdoProvider\MySqlUISupport\bin\$(Configuration)\MySqlUISupport.dll</HintPath> |
166 | ····</Reference> |
167 | ····<Reference Include="NDO.Oracle"> |
168 | ······<HintPath>..\Provider\OracleProvider\NDO.Oracle\bin\$(Configuration)\net452\NDO.Oracle.dll</HintPath> |
169 | ····</Reference> |
170 | ····<Reference Include="OracleUISupport"> |
171 | ······<HintPath>..\Provider\OracleProvider\OracleUISupport\bin\$(Configuration)\OracleUISupport.dll</HintPath> |
172 | ····</Reference> |
173 | ····<Reference Include="NDO.Postgre"> |
174 | ······<HintPath>..\Provider\PostGresProvider\NDO.Postgre\bin\$(Configuration)\net452\NDO.Postgre.dll</HintPath> |
175 | ····</Reference> |
176 | ····<Reference Include="PostGresUISupport"> |
177 | ······<HintPath>..\Provider\PostGresProvider\PostGresUISupport\bin\$(Configuration)\PostGresUISupport.dll</HintPath> |
178 | ····</Reference> |
179 | ····<Reference Include="NDO.SqlCe"> |
180 | ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\$(Configuration)\net452\NDO.SqlCe.dll</HintPath> |
181 | ····</Reference> |
182 | ····<Reference Include="SqlCeUISupport"> |
183 | ······<HintPath>..\Provider\SqlCEProvider\SqlCeUISupport\bin\$(Configuration)\SqlCeUISupport.dll</HintPath> |
184 | ····</Reference> |
185 | ····<Reference Include="NDO.Sqlite"> |
186 | ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\$(Configuration)\net452\NDO.Sqlite.dll</HintPath> |
187 | ····</Reference> |
188 | ····<Reference Include="SqliteUISupport"> |
189 | ······<HintPath>..\Provider\SqliteProvider\SqliteUISupport\bin\$(Configuration)\SqliteUISupport.dll</HintPath> |
190 | ····</Reference> |
191 | ····<Reference Include="NDO.Sqlserver"> |
192 | ······<HintPath>..\Provider\SqlServerProvider\NDO.Sqlserver\bin\$(Configuration)\net452\NDO.Sqlserver.dll</HintPath> |
193 | ····</Reference> |
194 | ····<Reference Include="SqlServerUISupport"> |
195 | ······<HintPath>..\Provider\SqlServerProvider\SqlServerUISupport\bin\$(Configuration)\SqlServerUISupport.dll</HintPath> |
196 | ····</Reference> |
197 | ····<Reference Include="System.Data.SQLite, Version=1.0.109.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
198 | ······<SpecificVersion>False</SpecificVersion> |
199 | ······<HintPath>..\Provider\SqliteProvider\NDO.Sqlite\bin\Release\net452\System.Data.SQLite.dll</HintPath> |
200 | ····</Reference> |
201 | ····<Reference Include="System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL"> |
202 | ······<SpecificVersion>False</SpecificVersion> |
203 | ······<HintPath>..\Provider\SqlCEProvider\NDO.SqlCe\bin\Release\net452\System.Data.SqlServerCe.dll</HintPath> |
204 | ····</Reference> |
205 | ··</ItemGroup> |
206 | ··<ItemGroup> |
207 | ····<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" /> |
208 | ····<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.330" ExcludeAssets="Runtime" /> |
209 | ····<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" /> |
210 | ····<PackageReference Include="mono.cecil"> |
211 | ······<Version>0.11.4</Version> |
212 | ····</PackageReference> |
213 | ····<PackageReference Include="NuGet.VisualStudio"> |
214 | ······<Version>17.1.0</Version> |
215 | ····</PackageReference> |
216 | ····<PackageReference Include="Nuget.VisualStudio.Contracts"> |
217 | ······<Version>17.9.1</Version> |
218 | ····</PackageReference> |
219 | ··</ItemGroup> |
220 | ··<ItemGroup> |
221 | ····<EmbeddedResource Include="ConfigurationDialog.resx"> |
222 | ······<DependentUpon>ConfigurationDialog.cs</DependentUpon> |
223 | ····</EmbeddedResource> |
224 | ····<EmbeddedResource Include="PersistentClassDialog.resx"> |
225 | ······<DependentUpon>PersistentClassDialog.cs</DependentUpon> |
226 | ····</EmbeddedResource> |
227 | ····<EmbeddedResource Include="RelationDialog.resx"> |
228 | ······<DependentUpon>RelationDialog.cs</DependentUpon> |
229 | ····</EmbeddedResource> |
230 | ··</ItemGroup> |
231 | ··<ItemGroup> |
232 | ····<Content Include="Resources\Images.png" /> |
233 | ··</ItemGroup> |
234 | ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
235 | ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
236 | ··<Target Name="PrepareEnhDate" BeforeTargets="PrepareForBuild"> |
237 | ····<Exec Command="..\MakeEnhancerDate\bin\Release\MakeEnhancerDate.exe > EnhDate.cs" /> |
238 | ··</Target> |
239 | ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
240 | ······ Other similar extension points exist, see Microsoft.Common.targets. |
241 | ··<Target Name="BeforeBuild"> |
242 | ··</Target> |
243 | ··<Target Name="AfterBuild"> |
244 | ··</Target> |
245 | ··--> |
246 | </Project> |