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 >{C4B7092C-E1A9-4CF7-AE4C-D6A146392BA7}</ProjectGuid >
85 <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >StyleCopTester</RootNamespace >
11- <AssemblyName >StyleCopTester</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <PlatformTarget >AnyCPU</PlatformTarget >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- <Prefer32Bit >false</Prefer32Bit >
25- </PropertyGroup >
26- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27- <PlatformTarget >AnyCPU</PlatformTarget >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- </PropertyGroup >
35- <PropertyGroup Condition =" '$(BuildingInsideVisualStudio)' != 'true'" >
36- <!-- Ideally this is always enabled, but that tends to hurt developer productivity -->
37- <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
6+ <TargetFrameworks >net452</TargetFrameworks >
7+
8+ <NeutralLanguage >en-US</NeutralLanguage >
9+ <InformationalVersion >1.0.0-dev</InformationalVersion >
3810 </PropertyGroup >
11+
3912 <PropertyGroup >
40- <DocumentationFile >$(OutputPath)$(AssemblyName).xml</DocumentationFile >
4113 <CodeAnalysisRuleSet >..\StyleCop.Analyzers.Internal.ruleset</CodeAnalysisRuleSet >
4214 </PropertyGroup >
43- <PropertyGroup >
44- <StartArguments >..\..\StyleCopAnalyzers.sln /stats</StartArguments >
45- <StartWorkingDirectory >$(MSBuildProjectDirectory)</StartWorkingDirectory >
46- </PropertyGroup >
15+
4716 <PropertyGroup >
4817 <SignAssembly >true</SignAssembly >
4918 <AssemblyOriginatorKeyFile >..\..\build\keys\TestingKey.snk</AssemblyOriginatorKeyFile >
5019 </PropertyGroup >
20+
5121 <ItemGroup >
52- <Reference Include =" Microsoft.CodeAnalysis, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53- <HintPath >..\..\packages\Microsoft.CodeAnalysis.Common.1.2.1\lib\net45\Microsoft.CodeAnalysis.dll</HintPath >
54- <Private >True</Private >
55- </Reference >
56- <Reference Include =" Microsoft.CodeAnalysis.CSharp, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57- <HintPath >..\..\packages\Microsoft.CodeAnalysis.CSharp.1.2.1\lib\net45\Microsoft.CodeAnalysis.CSharp.dll</HintPath >
58- <Private >True</Private >
59- </Reference >
60- <Reference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
61- <HintPath >..\..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.1.2.1\lib\net45\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath >
62- <Private >True</Private >
63- </Reference >
64- <Reference Include =" Microsoft.CodeAnalysis.VisualBasic, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65- <HintPath >..\..\packages\Microsoft.CodeAnalysis.VisualBasic.1.2.1\lib\net45\Microsoft.CodeAnalysis.VisualBasic.dll</HintPath >
66- <Private >True</Private >
67- </Reference >
68- <Reference Include =" Microsoft.CodeAnalysis.VisualBasic.Workspaces, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
69- <HintPath >..\..\packages\Microsoft.CodeAnalysis.VisualBasic.Workspaces.1.2.1\lib\net45\Microsoft.CodeAnalysis.VisualBasic.Workspaces.dll</HintPath >
70- <Private >True</Private >
71- </Reference >
72- <Reference Include =" Microsoft.CodeAnalysis.Workspaces, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
73- <HintPath >..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.2.1\lib\net45\Microsoft.CodeAnalysis.Workspaces.dll</HintPath >
74- <Private >True</Private >
75- </Reference >
76- <Reference Include =" Microsoft.CodeAnalysis.Workspaces.Desktop, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
77- <HintPath >..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.2.1\lib\net45\Microsoft.CodeAnalysis.Workspaces.Desktop.dll</HintPath >
78- <Private >True</Private >
79- </Reference >
80- <Reference Include =" System" />
81- <Reference Include =" System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
82- <HintPath >..\..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll</HintPath >
83- <Private >True</Private >
84- </Reference >
85- <Reference Include =" System.Composition.AttributedModel, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
86- <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath >
87- <Private >True</Private >
88- </Reference >
89- <Reference Include =" System.Composition.Convention, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
90- <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath >
91- <Private >True</Private >
92- </Reference >
93- <Reference Include =" System.Composition.Hosting, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
94- <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath >
95- <Private >True</Private >
96- </Reference >
97- <Reference Include =" System.Composition.Runtime, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
98- <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath >
99- <Private >True</Private >
100- </Reference >
101- <Reference Include =" System.Composition.TypedParts, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
102- <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath >
103- <Private >True</Private >
104- </Reference >
105- <Reference Include =" System.Core" />
106- <Reference Include =" System.Reflection.Metadata, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
107- <HintPath >..\..\packages\System.Reflection.Metadata.1.2.0\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath >
108- <Private >True</Private >
109- </Reference >
110- <Reference Include =" System.Xml.Linq" />
111- <Reference Include =" System.Data.DataSetExtensions" />
112- <Reference Include =" Microsoft.CSharp" />
113- <Reference Include =" System.Data" />
114- <Reference Include =" System.Net.Http" />
115- <Reference Include =" System.Xml" />
11622 <Reference Include =" WindowsBase" />
11723 </ItemGroup >
24+
11825 <ItemGroup >
119- <Compile Include =" CodeFixEquivalenceGroup.cs" />
120- <Compile Include =" Extensions.cs" />
121- <Compile Include =" Program.cs" />
122- <Compile Include =" Properties\AssemblyInfo.cs" />
123- <Compile Include =" Statistic.cs" />
124- <Compile Include =" TesterDiagnosticProvider.cs" />
26+ <PackageReference Include =" Microsoft.CodeAnalysis" Version =" 1.2.1" />
12527 </ItemGroup >
28+
12629 <ItemGroup >
127- <None Include =" ..\..\build\keys\TestingKey.snk" >
128- <Link >TestingKey.snk</Link >
129- </None >
130- <None Include =" ..\StyleCop.Analyzers.Internal.ruleset" >
131- <Link >StyleCop.Analyzers.Internal.ruleset</Link >
132- </None >
133- <None Include =" ..\StyleCop.Analyzers.ruleset" >
134- <Link >StyleCop.Analyzers.ruleset</Link >
135- </None >
136- <None Include =" App.config" />
137- <None Include =" packages.config" />
30+ <ProjectReference Include =" ..\StyleCop.Analyzers.CodeFixes\StyleCop.Analyzers.CodeFixes.csproj" />
31+ <ProjectReference Include =" ..\StyleCop.Analyzers\StyleCop.Analyzers.csproj" />
13832 </ItemGroup >
33+
13934 <ItemGroup >
140- <AdditionalFiles Include =" ..\stylecop.json" >
141- <Link >stylecop.json</Link >
142- </AdditionalFiles >
143- </ItemGroup >
144- <ItemGroup >
145- <Analyzer Include =" ..\..\packages\AsyncUsageAnalyzers.1.0.0-alpha003\analyzers\dotnet\AsyncUsageAnalyzers.dll" />
146- <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.2.0-beta2\analyzers\dotnet\cs\Analyzer.Utilities.dll" />
147- <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.2.0-beta2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
148- <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.2.0-beta2\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
149- <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.1.0-beta004\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
150- <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.1.0-beta004\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
151- </ItemGroup >
152- <ItemGroup >
153- <ProjectReference Include =" ..\StyleCop.Analyzers.CodeFixes\StyleCop.Analyzers.CodeFixes.csproj" >
154- <Project >{f91f7815-4e63-4698-b053-e57b2d707194}</Project >
155- <Name >StyleCop.Analyzers.CodeFixes</Name >
156- </ProjectReference >
157- <ProjectReference Include =" ..\StyleCop.Analyzers\StyleCop.Analyzers.csproj" >
158- <Project >{3b052737-06ce-4182-ae0f-08eb82dfa73e}</Project >
159- <Name >StyleCop.Analyzers</Name >
160- </ProjectReference >
35+ <None Include =" App.config" />
16136 </ItemGroup >
162- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
163- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
164- Other similar extension points exist, see Microsoft.Common.targets.
165- <Target Name="BeforeBuild">
166- </Target>
167- <Target Name="AfterBuild">
168- </Target>
169- -->
37+
17038</Project >
0 commit comments