Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

78 lines
3.7KB

  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. <MinimumVisualStudioVersion>17.0</MinimumVisualStudioVersion>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. <TargetFrameworkProfile />
  7. </PropertyGroup>
  8. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  9. <PropertyGroup>
  10. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  11. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  12. <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13. <ProjectGuid>{04887C90-4C4E-4847-B97F-BF582FEFF02C}</ProjectGuid>
  14. <OutputType>Library</OutputType>
  15. <AppDesignerFolder>Properties</AppDesignerFolder>
  16. <RootNamespace>MyProjectTemplate</RootNamespace>
  17. <AssemblyName>MyProjectTemplate</AssemblyName>
  18. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  19. <FileAlignment>512</FileAlignment>
  20. <GeneratePkgDefFile>false</GeneratePkgDefFile>
  21. <IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
  22. <IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
  23. <IncludeDebugSymbolsInLocalVSIXDeployment>true</IncludeDebugSymbolsInLocalVSIXDeployment>
  24. <CreateVsixContainer>false</CreateVsixContainer>
  25. <DeployExtension>false</DeployExtension>
  26. <DeployVSTemplates>false</DeployVSTemplates>
  27. <CopyVsixManifestToOutput>false</CopyVsixManifestToOutput>
  28. <CopyBuildOutputToOutputDirectory>false</CopyBuildOutputToOutputDirectory>
  29. <CopyOutputSymbolsToOutputDirectory>false</CopyOutputSymbolsToOutputDirectory>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugType>pdbonly</DebugType>
  42. <Optimize>true</Optimize>
  43. <OutputPath>bin\Release\</OutputPath>
  44. <DefineConstants>TRACE</DefineConstants>
  45. <ErrorReport>prompt</ErrorReport>
  46. <WarningLevel>4</WarningLevel>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Reference Include="Microsoft.VisualStudio.CoreUtility">
  50. <Private>False</Private>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Xml" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="Properties\AssemblyInfo.cs" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <None Include="AssemblyInfo.cs" />
  62. <None Include="Class1.cs" />
  63. <None Include="ProjectTemplate.csproj" />
  64. <None Include="MyProjectTemplate.ico" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <VSTemplate Include="MyProjectTemplate.vstemplate" />
  68. </ItemGroup>
  69. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  70. <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
  71. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  72. Other similar extension points exist, see Microsoft.Common.targets.
  73. <Target Name="BeforeBuild">
  74. </Target>
  75. <Target Name="AfterBuild">
  76. </Target>
  77. -->
  78. </Project>