SharpRealityVsix.csproj 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <MinimumVisualStudioVersion>15.0</MinimumVisualStudioVersion>
  5. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  6. <FileUpgradeFlags>
  7. </FileUpgradeFlags>
  8. <UpgradeBackupLocation>
  9. </UpgradeBackupLocation>
  10. <OldToolsVersion>14.0</OldToolsVersion>
  11. </PropertyGroup>
  12. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  13. <PropertyGroup>
  14. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  15. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  16. <SchemaVersion>2.0</SchemaVersion>
  17. <ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  18. <ProjectGuid>{97B943BE-0541-45CA-A737-CCE0AF9A7BF0}</ProjectGuid>
  19. <OutputType>Library</OutputType>
  20. <AppDesignerFolder>Properties</AppDesignerFolder>
  21. <RootNamespace>SharpRealityVsix</RootNamespace>
  22. <AssemblyName>SharpRealityVsix</AssemblyName>
  23. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  24. <GeneratePkgDefFile>false</GeneratePkgDefFile>
  25. <IncludeAssemblyInVSIXContainer>false</IncludeAssemblyInVSIXContainer>
  26. <IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
  27. <IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
  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. <Compile Include="Properties\AssemblyInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Content Include="ProjectTemplates\HoloUrhoSharp.zip">
  53. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  54. <IncludeInVSIX>true</IncludeInVSIX>
  55. </Content>
  56. <Content Include="UrhoSharp.png">
  57. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  58. <IncludeInVSIX>true</IncludeInVSIX>
  59. </Content>
  60. <Content Include="UrhoSharpIco.ico">
  61. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  62. <IncludeInVSIX>true</IncludeInVSIX>
  63. </Content>
  64. <None Include="source.extension.vsixmanifest">
  65. <SubType>Designer</SubType>
  66. </None>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Content Include="index.html" />
  70. <Content Include="stylesheet.css" />
  71. </ItemGroup>
  72. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  73. <Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != ''" />
  74. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  75. Other similar extension points exist, see Microsoft.Common.targets.
  76. <Target Name="BeforeBuild">
  77. </Target>
  78. <Target Name="AfterBuild">
  79. </Target>
  80. -->
  81. </Project>