11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion = " 14.0 " DefaultTargets = " Build " xmlns = " http://schemas.microsoft.com/developer/msbuild/2003 " >
3- < Import Project = " $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props " Condition = " Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props') " />
2+ <Project Sdk = " Microsoft.NET.Sdk " >
3+
44 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{9BF22A9E-9708-4AE4-A5C7-7A00AE4C8885}</ProjectGuid >
5+ <TargetFramework >net452</TargetFramework >
86 <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >StyleCop.Analyzers.Status.Generator</RootNamespace >
11- <AssemblyName >StyleCop.Analyzers.Status.Generator</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
7+
8+ <!-- Automatically generate the necessary assembly binding redirects -->
9+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1510 </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <PlatformTarget >AnyCPU</PlatformTarget >
18- <DebugSymbols >true</DebugSymbols >
19- <DebugType >full</DebugType >
20- <Optimize >false</Optimize >
21- <OutputPath >bin\Debug\</OutputPath >
22- <DefineConstants >DEBUG;TRACE</DefineConstants >
23- <ErrorReport >prompt</ErrorReport >
24- <WarningLevel >4</WarningLevel >
11+
12+ <PropertyGroup >
2513 <CodeAnalysisRuleSet >Rules.ruleset</CodeAnalysisRuleSet >
26- <DocumentationFile >bin\Debug\StyleCop.Analyzers.Status.Generator.XML</DocumentationFile >
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29- <PlatformTarget >AnyCPU</PlatformTarget >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <OutputPath >bin\Release\</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <ErrorReport >prompt</ErrorReport >
35- <WarningLevel >4</WarningLevel >
14+ <GenerateDocumentationFile >true</GenerateDocumentationFile >
3615 </PropertyGroup >
16+
3717 <ItemGroup >
3818 <Reference Include =" System" />
3919 <Reference Include =" System.Windows.Forms" />
4020 </ItemGroup >
21+
4122 <ItemGroup >
4223 <PackageReference Include =" LibGit2Sharp" Version =" 0.21.0.176" />
4324 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces" Version =" 1.0.0" />
4425 <PackageReference Include =" Newtonsoft.Json" Version =" 7.0.1-beta3" />
4526 <PackageReference Include =" StyleCop.Analyzers" Version =" 1.0.0-beta015" PrivateAssets =" all" />
4627 </ItemGroup >
28+
4729 <ItemGroup >
48- <Compile Include =" CodeFixStatus.cs" />
49- <Compile Include =" CompilationFailedException.cs" />
50- <Compile Include =" Program.cs" />
51- <Compile Include =" Properties\AssemblyInfo.cs" />
52- <Compile Include =" ResourceReader.cs" />
53- <Compile Include =" SolutionReader.cs" />
54- <Compile Include =" StyleCopDiagnostic.cs" />
55- </ItemGroup >
56- <ItemGroup >
57- <None Include =" App.config" />
58- <None Include =" Rules.ruleset" />
5930 <None Include =" ..\stylecop.json" />
6031 </ItemGroup >
61- < Import Project = " $(MSBuildToolsPath)\Microsoft.CSharp.targets " />
32+
6233</Project >
0 commit comments