11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" ..\packages\Microsoft.CodeQuality.Analyzers.2.9.8\build\Microsoft.CodeQuality.Analyzers.props" Condition =" Exists('..\packages\Microsoft.CodeQuality.Analyzers.2.9.8\build\Microsoft.CodeQuality.Analyzers.props')" />
4+ <Import Project =" ..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.2.9.8\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props" Condition =" Exists('..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.2.9.8\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props')" />
35 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
46 <PropertyGroup >
57 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
2123 <DefineConstants >DEBUG;TRACE</DefineConstants >
2224 <ErrorReport >prompt</ErrorReport >
2325 <WarningLevel >4</WarningLevel >
26+ <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
2427 </PropertyGroup >
2528 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly </DebugType >
29+ <DebugType >none </DebugType >
2730 <Optimize >true</Optimize >
2831 <OutputPath >bin\Release\</OutputPath >
2932 <DefineConstants >TRACE</DefineConstants >
3033 <ErrorReport >prompt</ErrorReport >
3134 <WarningLevel >4</WarningLevel >
35+ <CodeAnalysisRuleSet >..\stylecop.ruleset</CodeAnalysisRuleSet >
3236 </PropertyGroup >
3337 <ItemGroup >
3438 <Reference Include =" System" />
35- <Reference Include =" System.Configuration" />
3639 <Reference Include =" System.Core" />
37- <Reference Include =" System.Data.OracleClient" />
38- <Reference Include =" System.Diagnostics.EventLog, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
39- <HintPath >..\packages\System.Diagnostics.EventLog.4.7.0\lib\net461\System.Diagnostics.EventLog.dll</HintPath >
40- </Reference >
41- <Reference Include =" System.Drawing" />
4240 <Reference Include =" System.Management" />
4341 <Reference Include =" System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
4442 <HintPath >..\packages\Microsoft.PowerShell.5.ReferenceAssemblies.1.1.0\lib\net4\System.Management.Automation.dll</HintPath >
4543 </Reference >
46- <Reference Include =" System.Net" />
47- <Reference Include =" System.Security" />
4844 <Reference Include =" System.Security.AccessControl, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
4945 <HintPath >..\packages\System.Security.AccessControl.4.7.0\lib\net461\System.Security.AccessControl.dll</HintPath >
5046 </Reference >
5854 <Reference Include =" System.ServiceProcess.ServiceController, Version=4.2.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
5955 <HintPath >..\packages\System.ServiceProcess.ServiceController.4.7.0\lib\net461\System.ServiceProcess.ServiceController.dll</HintPath >
6056 </Reference >
61- <Reference Include =" System.Transactions" />
62- <Reference Include =" System.Xml.Linq" />
63- <Reference Include =" System.Data.DataSetExtensions" />
6457 <Reference Include =" Microsoft.CSharp" />
65- <Reference Include =" System.Data" />
66- <Reference Include =" System.Net.Http" />
67- <Reference Include =" System.Xml" />
6858 </ItemGroup >
6959 <ItemGroup >
7060 <Compile Include =" FileIoProvider.cs" />
71- <Compile Include =" Models\AppManifest.cs" />
7261 <Compile Include =" PowerShellProvider.cs" />
7362 <Compile Include =" Properties\AssemblyInfo.cs" />
7463 <Compile Include =" CredentialsProvider.cs" />
9281 <None Include =" app.config" />
9382 <None Include =" packages.config" />
9483 </ItemGroup >
84+ <ItemGroup >
85+ <AdditionalFiles Include =" ..\stylecop.json" >
86+ <Link >stylecop.json</Link >
87+ </AdditionalFiles >
88+ <AdditionalFiles Include =" ..\stylecop.ruleset" >
89+ <Link >stylecop.ruleset</Link >
90+ </AdditionalFiles >
91+ </ItemGroup >
92+ <ItemGroup >
93+ <Analyzer Include =" ..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
94+ <Analyzer Include =" ..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
95+ </ItemGroup >
96+ <ItemGroup />
9597 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
9698</Project >
0 commit comments