11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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- <RuntimeIdentifier >win-x64</RuntimeIdentifier >
7- <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
8- <PlatformTarget >x64</PlatformTarget >
9- </PropertyGroup >
10- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
11- <PropertyGroup >
12- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
13- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
14- <SchemaVersion >2.0</SchemaVersion >
15- <ProjectTypeGuids >{82B43B9B-A64C-4715-B499-D71E9CA2BD60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16- <ProjectGuid >{51A666D5-565B-439E-8DE7-A1462FB36179}</ProjectGuid >
17- <OutputType >Library</OutputType >
18- <AppDesignerFolder >Properties</AppDesignerFolder >
19- <RootNamespace >CustomCode_Analyzer</RootNamespace >
20- <AssemblyName >CustomCode_Analyzer</AssemblyName >
21- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
22- <GeneratePkgDefFile >false</GeneratePkgDefFile >
23- <IncludeAssemblyInVSIXContainer >false</IncludeAssemblyInVSIXContainer >
24- <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
25- <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
26- <CopyBuildOutputToOutputDirectory >false</CopyBuildOutputToOutputDirectory >
27- <CopyOutputSymbolsToOutputDirectory >false</CopyOutputSymbolsToOutputDirectory >
28- <VSSDKTargetPlatformRegRootSuffix >Roslyn</VSSDKTargetPlatformRegRootSuffix >
29- <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
30- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
31- </PropertyGroup >
32- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
33- <DebugSymbols >true</DebugSymbols >
34- <DebugType >full</DebugType >
35- <Optimize >false</Optimize >
36- <OutputPath >bin\Debug\</OutputPath >
37- <DefineConstants >DEBUG;TRACE</DefineConstants >
38- <ErrorReport >prompt</ErrorReport >
39- <WarningLevel >4</WarningLevel >
40- </PropertyGroup >
41- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42- <DebugType >pdbonly</DebugType >
43- <Optimize >true</Optimize >
44- <OutputPath >bin\Release\</OutputPath >
45- <DefineConstants >TRACE</DefineConstants >
46- <ErrorReport >prompt</ErrorReport >
47- <WarningLevel >4</WarningLevel >
48- </PropertyGroup >
49- <PropertyGroup >
50- <StartAction >Program</StartAction >
51- <StartProgram >$(DevEnvDir)devenv.exe</StartProgram >
52- <StartArguments >/rootsuffix Roslyn</StartArguments >
53- </PropertyGroup >
54-
55- <ItemGroup >
56- <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.6.2164" >
57- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
58- <PrivateAssets >all</PrivateAssets >
59- </PackageReference >
60- </ItemGroup >
61-
62- <ItemGroup >
63- <Content Include =" ..\..\LICENSE" >
64- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
65- <IncludeInVSIX >true</IncludeInVSIX >
66- <Link >Resources\LICENSE</Link >
67- </Content >
68- <Content Include =" ..\..\README.md" >
69- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
70- <IncludeInVSIX >true</IncludeInVSIX >
71- <Link >README.md</Link >
72- </Content >
73- </ItemGroup >
74-
75- <ItemGroup >
76- <None Include =" source.extension.vsixmanifest" >
77- <SubType >Designer</SubType >
78- </None >
79- </ItemGroup >
80- <ItemGroup >
81- <ProjectReference Include =" ..\CustomCode-Analyzer\CustomCode-Analyzer.csproj" >
82- <Project >{3FDD8E27-C786-4F91-9EDE-04C42BDC5273}</Project >
83- <Name >CustomCode-Analyzer</Name >
84- </ProjectReference >
85- </ItemGroup >
86- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
87- <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
3+ <PropertyGroup >
4+ <MinimumVisualStudioVersion >15.0</MinimumVisualStudioVersion >
5+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
6+ <RuntimeIdentifier >win-x64</RuntimeIdentifier >
7+ <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
8+ <PlatformTarget >x64</PlatformTarget >
9+ </PropertyGroup >
10+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
11+ <PropertyGroup >
12+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
13+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
14+ <SchemaVersion >2.0</SchemaVersion >
15+ <ProjectTypeGuids >{82B43B9B-A64C-4715-B499-D71E9CA2BD60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
16+ <ProjectGuid >{51A666D5-565B-439E-8DE7-A1462FB36179}</ProjectGuid >
17+ <OutputType >Library</OutputType >
18+ <AppDesignerFolder >Properties</AppDesignerFolder >
19+ <RootNamespace >CustomCode_Analyzer</RootNamespace >
20+ <AssemblyName >CustomCode_Analyzer</AssemblyName >
21+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
22+ <GeneratePkgDefFile >false</GeneratePkgDefFile >
23+ <IncludeAssemblyInVSIXContainer >false</IncludeAssemblyInVSIXContainer >
24+ <IncludeDebugSymbolsInVSIXContainer >false</IncludeDebugSymbolsInVSIXContainer >
25+ <IncludeDebugSymbolsInLocalVSIXDeployment >false</IncludeDebugSymbolsInLocalVSIXDeployment >
26+ <CopyBuildOutputToOutputDirectory >false</CopyBuildOutputToOutputDirectory >
27+ <CopyOutputSymbolsToOutputDirectory >false</CopyOutputSymbolsToOutputDirectory >
28+ <VSSDKTargetPlatformRegRootSuffix >Roslyn</VSSDKTargetPlatformRegRootSuffix >
29+ <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
30+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
33+ <DebugSymbols >true</DebugSymbols >
34+ <DebugType >full</DebugType >
35+ <Optimize >false</Optimize >
36+ <OutputPath >bin\Debug\</OutputPath >
37+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38+ <ErrorReport >prompt</ErrorReport >
39+ <WarningLevel >4</WarningLevel >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42+ <DebugType >pdbonly</DebugType >
43+ <Optimize >true</Optimize >
44+ <OutputPath >bin\Release\</OutputPath >
45+ <DefineConstants >TRACE</DefineConstants >
46+ <ErrorReport >prompt</ErrorReport >
47+ <WarningLevel >4</WarningLevel >
48+ </PropertyGroup >
49+ <PropertyGroup >
50+ <StartAction >Program</StartAction >
51+ <StartProgram >$(DevEnvDir)devenv.exe</StartProgram >
52+ <StartArguments >/rootsuffix Roslyn</StartArguments >
53+ </PropertyGroup >
54+ <ItemGroup >
55+ <PackageReference Include =" Microsoft.VSSDK.BuildTools" Version =" 17.12.2069" >
56+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
57+ <PrivateAssets >all</PrivateAssets >
58+ </PackageReference >
59+ </ItemGroup >
60+ <ItemGroup >
61+ <Content Include =" ..\..\LICENSE" >
62+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
63+ <IncludeInVSIX >true</IncludeInVSIX >
64+ <Link >Resources\LICENSE</Link >
65+ </Content >
66+ <Content Include =" ..\..\README.md" >
67+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
68+ <IncludeInVSIX >true</IncludeInVSIX >
69+ <Link >README.md</Link >
70+ </Content >
71+ </ItemGroup >
72+ <ItemGroup >
73+ <None Include =" source.extension.vsixmanifest" >
74+ <SubType >Designer</SubType >
75+ </None >
76+ </ItemGroup >
77+ <ItemGroup >
78+ <ProjectReference Include =" ..\CustomCode-Analyzer\CustomCode-Analyzer.csproj" >
79+ <Project >{3FDD8E27-C786-4F91-9EDE-04C42BDC5273}</Project >
80+ <Name >CustomCode-Analyzer</Name >
81+ </ProjectReference >
82+ </ItemGroup >
83+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+ <Import Project =" $(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition =" '$(VSToolsPath)' != ''" />
8885</Project >
0 commit comments