Datei: NDOPackage/NDOPackage.csproj
Last Commit (3030986)
| 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="EnhDate.cs" /> |
| 61 | ····<Compile Include="ExtendedPath.cs" /> |
| 62 | ····<Compile Include="MessageAdapter.cs" /> |
| 63 | ····<Compile Include="NDOAssemblyChecker.cs" /> |
| 64 | ····<Compile Include="NDOReference.cs" /> |
| 65 | ····<Compile Include="ProjectDescription.cs" /> |
| 66 | ····<Compile Include="ProjectExtensions.cs" /> |
| 67 | ····<Compile Include="ProjectIterator.cs" /> |
| 68 | ····<Compile Include="ProjectKind.cs" /> |
| 69 | ····<Compile Include="Properties\AssemblyInfo.cs" /> |
| 70 | ····<Compile Include="Commands\AddAccessor.cs" /> |
| 71 | ····<Compile Include="NDOPackage.cs" /> |
| 72 | ····<Compile Include="source.extension.cs"> |
| 73 | ······<AutoGen>True</AutoGen> |
| 74 | ······<DesignTime>True</DesignTime> |
| 75 | ······<DependentUpon>source.extension.vsixmanifest</DependentUpon> |
| 76 | ····</Compile> |
| 77 | ····<Compile Include="VSCommandTable.cs"> |
| 78 | ······<AutoGen>True</AutoGen> |
| 79 | ······<DesignTime>True</DesignTime> |
| 80 | ······<DependentUpon>VSCommandTable.vsct</DependentUpon> |
| 81 | ····</Compile> |
| 82 | ····<Compile Include="XmlHelper.cs" /> |
| 83 | ··</ItemGroup> |
| 84 | ··<ItemGroup> |
| 85 | ····<None Include="source.extension.vsixmanifest"> |
| 86 | ······<SubType>Designer</SubType> |
| 87 | ······<Generator>VsixManifestGenerator</Generator> |
| 88 | ······<LastGenOutput>source.extension.cs</LastGenOutput> |
| 89 | ····</None> |
| 90 | ··</ItemGroup> |
| 91 | ··<ItemGroup> |
| 92 | ····<VSCTCompile Include="VSCommandTable.vsct"> |
| 93 | ······<ResourceName>Menus.ctmenu</ResourceName> |
| 94 | ······<Generator>VsctGenerator</Generator> |
| 95 | ······<LastGenOutput>VSCommandTable.cs</LastGenOutput> |
| 96 | ····</VSCTCompile> |
| 97 | ··</ItemGroup> |
| 98 | ··<ItemGroup> |
| 99 | ····<Reference Include="System" /> |
| 100 | ····<Reference Include="System.Design" /> |
| 101 | ····<Reference Include="System.Windows.Forms" /> |
| 102 | ····<Reference Include="System.Xml" /> |
| 103 | ····<Reference Include="System.Xml.Linq" /> |
| 104 | ··</ItemGroup> |
| 105 | ··<ItemGroup> |
| 106 | ····<PackageReference Include="Community.VisualStudio.VSCT" Version="16.0.29.6" PrivateAssets="all" /> |
| 107 | ····<PackageReference Include="Community.VisualStudio.Toolkit.17" Version="17.0.330" ExcludeAssets="Runtime" /> |
| 108 | ····<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="17.0.5232" /> |
| 109 | ····<PackageReference Include="mono.cecil"> |
| 110 | ······<Version>0.11.4</Version> |
| 111 | ····</PackageReference> |
| 112 | ··</ItemGroup> |
| 113 | ··<ItemGroup /> |
| 114 | ··<ItemGroup> |
| 115 | ····<Content Include="Resources\Images.png" /> |
| 116 | ··</ItemGroup> |
| 117 | ··<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 118 | ··<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" /> |
| 119 | ··<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 120 | ······ Other similar extension points exist, see Microsoft.Common.targets. |
| 121 | ··<Target Name="BeforeBuild"> |
| 122 | ··</Target> |
| 123 | ··<Target Name="AfterBuild"> |
| 124 | ··</Target> |
| 125 | ··--> |
| 126 | </Project> |
New Commit (ed9120d)
| 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> |