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 >{7126F617-9F1D-4238-A5D4-5224F45049E9}</ProjectGuid >
14
+ <OutputType >Library</OutputType >
15
+ <AppDesignerFolder >Properties</AppDesignerFolder >
16
+ <RootNamespace >SingleFileGenerator</RootNamespace >
17
+ <AssemblyName >SingleFileGenerator</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 =" Generators\SassToCss.cs" />
49
+ <Compile Include =" Properties\AssemblyInfo.cs" />
50
+ <Compile Include =" Commands\MyCommand.cs" />
51
+ <Compile Include =" SingleFileGeneratorPackage.cs" />
52
+ <Compile Include =" source.extension.cs" >
53
+ <AutoGen >True</AutoGen >
54
+ <DesignTime >True</DesignTime >
55
+ <DependentUpon >source.extension.vsixmanifest</DependentUpon >
56
+ </Compile >
57
+ <Compile Include =" VSCommandTable.cs" >
58
+ <AutoGen >True</AutoGen >
59
+ <DesignTime >True</DesignTime >
60
+ <DependentUpon >VSCommandTable.vsct</DependentUpon >
61
+ </Compile >
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <None Include =" source.extension.vsixmanifest" >
65
+ <SubType >Designer</SubType >
66
+ <Generator >VsixManifestGenerator</Generator >
67
+ <LastGenOutput >source.extension.cs</LastGenOutput >
68
+ </None >
69
+ <Content Include =" libsass.dll" >
70
+ <IncludeInVSIX >true</IncludeInVSIX >
71
+ </Content >
72
+ <Content Include =" Resources\Icon.png" >
73
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
74
+ <IncludeInVSIX >true</IncludeInVSIX >
75
+ </Content >
76
+ </ItemGroup >
77
+ <ItemGroup >
78
+ <VSCTCompile Include =" VSCommandTable.vsct" >
79
+ <ResourceName >Menus.ctmenu</ResourceName >
80
+ <Generator >VsctGenerator</Generator >
81
+ <LastGenOutput >VSCommandTable.cs</LastGenOutput >
82
+ </VSCTCompile >
83
+ </ItemGroup >
84
+ <ItemGroup >
85
+ <Reference Include =" System" />
86
+ <Reference Include =" System.Design" />
87
+ </ItemGroup >
88
+ <ItemGroup >
89
+ <PackageReference Include =" Community.VisualStudio.VSCT" Version =" 16.0.29.6" PrivateAssets =" all" />
90
+ <PackageReference Include =" Community.VisualStudio.Toolkit" Version =" 17.0.76.303" ExcludeAssets =" Runtime" />
91
+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.0.5232" />
92
+ <PackageReference Include =" NUglify" >
93
+ <Version >1.16.1</Version >
94
+ </PackageReference >
95
+ <PackageReference Include =" SharpScss" PrivateAssets =" Compile" >
96
+ <Version >2.0.0</Version >
97
+ </PackageReference >
98
+ </ItemGroup >
99
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100
+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
101
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
102
+ Other similar extension points exist, see Microsoft.Common.targets.
103
+ <Target Name="BeforeBuild">
104
+ </Target>
105
+ <Target Name="AfterBuild">
106
+ </Target>
107
+ -->
108
+ </Project >
0 commit comments