Datei: NDOPackage/NDOPackage.csproj

Last Commit (946ad0e)
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="ConfigurationOptions.cs" />
60 ····<Compile Include="Connection.cs" />
61 ····<Compile Include="ConsoleProcess.cs" />
62 ····<Compile Include="EnhancerEmptyException.cs" />
63 ····<Compile Include="EnhDate.cs" />
64 ····<Compile Include="ExtendedPath.cs" />
65 ····<Compile Include="MessageAdapter.cs" />
66 ····<Compile Include="NDOAssemblyChecker.cs" />
67 ····<Compile Include="NDOMapping.cs" />
 
68 ····<Compile Include="NDOReference.cs" />
 
 
 
 
69 ····<Compile Include="ProjectDescription.cs" />
70 ····<Compile Include="ProjectExtensions.cs" />
71 ····<Compile Include="ProjectIterator.cs" />
72 ····<Compile Include="ProjectKind.cs" />
73 ····<Compile Include="Properties\AssemblyInfo.cs" />
74 ····<Compile Include="Commands\AddAccessor.cs" />
75 ····<Compile Include="NDOPackage.cs" />
 
 
 
76 ····<Compile Include="source.extension.cs">
77 ······<AutoGen>True</AutoGen>
78 ······<DesignTime>True</DesignTime>
79 ······<DependentUpon>source.extension.vsixmanifest</DependentUpon>
80 ····</Compile>
81 ····<Compile Include="TabProperties.cs" />
82 ····<Compile Include="VSCommandTable.cs">
83 ······<AutoGen>True</AutoGen>
84 ······<DesignTime>True</DesignTime>
85 ······<DependentUpon>VSCommandTable.vsct</DependentUpon>
86 ····</Compile>
87 ····<Compile Include="XmlHelper.cs" />
88 ··</ItemGroup>
89 ··<ItemGroup>
90 ····<None Include="source.extension.vsixmanifest">
91 ······<SubType>Designer</SubType>
92 ······<Generator>VsixManifestGenerator</Generator>
93 ······<LastGenOutput>source.extension.cs</LastGenOutput>
94 ····</None>
95 ··</ItemGroup>
96 ··<ItemGroup>
97 ····<VSCTCompile Include="VSCommandTable.vsct">
98 ······<ResourceName>Menus.ctmenu</ResourceName>
99 ······<Generator>VsctGenerator</Generator>
100 ······<LastGenOutput>VSCommandTable.cs</LastGenOutput>
101 ····</VSCTCompile>
102 ··</ItemGroup>
103 ··<ItemGroup>
 
 
 
 
 
 
104 ····<Reference Include="System" />
105 ····<Reference Include="System.Design" />
 
106 ····<Reference Include="System.Windows.Forms" />
107 ····<Reference Include="System.Xml" />
108 ····<Reference Include="System.Xml.Linq" />
109 ··</ItemGroup>
110 ··<ItemGroup>
111 ····<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />
112 ····<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.330" ExcludeAssets="Runtime" />
113 ····<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" />
114 ····<PackageReference Include="mono.cecil">
115 ······<Version>0.11.4</Version>
 
 
 
116 ····</PackageReference>
 
 
 
 
 
 
 
 
 
 
 
117 ··</ItemGroup>
118 ··<ItemGroup />
119 ··<ItemGroup>
120 ····<Content Include="Resources\Images.png" />
121 ··</ItemGroup>
122 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
123 ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
124 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125 ······ Other similar extension points exist, see Microsoft.Common.targets.
126 ··<Target Name="BeforeBuild">
127 ··</Target>
128 ··<Target Name="AfterBuild">
129 ··</Target>
130 ··-->
131 </Project>
New Commit (33e9857)
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.UISupport">
116 ······<HintPath>..\UISupport\NDO.UISupport\bin\$(Configuration)\NDO.UISupport.dll</HintPath>
117 ····</Reference>
118 ····<Reference Include="NDOInterfaces">
119 ······<HintPath>..\NDOInterfaces\bin\$(Configuration)\net452\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 ··</ItemGroup>
128 ··<ItemGroup>
129 ····<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" />
130 ····<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.330" ExcludeAssets="Runtime" />
131 ····<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" />
132 ····<PackageReference Include="mono.cecil">
133 ······<Version>0.11.4</Version>
134 ····</PackageReference>
135 ····<PackageReference Include="NuGet.VisualStudio">
136 ······<Version>17.1.0</Version>
137 ····</PackageReference>
138 ··</ItemGroup>
139 ··<ItemGroup>
140 ····<EmbeddedResource Include="ConfigurationDialog.resx">
141 ······<DependentUpon>ConfigurationDialog.cs</DependentUpon>
142 ····</EmbeddedResource>
143 ····<EmbeddedResource Include="PersistentClassDialog.resx">
144 ······<DependentUpon>PersistentClassDialog.cs</DependentUpon>
145 ····</EmbeddedResource>
146 ····<EmbeddedResource Include="RelationDialog.resx">
147 ······<DependentUpon>RelationDialog.cs</DependentUpon>
148 ····</EmbeddedResource>
149 ··</ItemGroup>
 
150 ··<ItemGroup>
151 ····<Content Include="Resources\Images.png" />
152 ··</ItemGroup>
153 ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
154 ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
155 ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156 ······ Other similar extension points exist, see Microsoft.Common.targets.
157 ··<Target Name="BeforeBuild">
158 ··</Target>
159 ··<Target Name="AfterBuild">
160 ··</Target>
161 ··-->
162 </Project>