1+ <?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 =" ..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.props" Condition =" Exists('..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.props')" />
4+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5+ <PropertyGroup >
6+ <MinimumVisualStudioVersion >11.0</MinimumVisualStudioVersion >
7+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
8+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
9+ <ProjectGuid >{BA0CD420-1E79-4FBC-B023-09C03BCDFFAC}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >AsyncUsageAnalyzers</RootNamespace >
13+ <AssemblyName >AsyncUsageAnalyzers.CodeFixes</AssemblyName >
14+ <ProjectTypeGuids >{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
15+ <TargetFrameworkProfile >Profile7</TargetFrameworkProfile >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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 >
36+ <DocumentationFile >$(OutputPath)$(AssemblyName).xml</DocumentationFile >
37+ <CodeAnalysisRuleSet >..\AsyncUsageAnalyzers.ruleset</CodeAnalysisRuleSet >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <SignAssembly >true</SignAssembly >
41+ </PropertyGroup >
42+ <PropertyGroup >
43+ <AssemblyOriginatorKeyFile Condition =" '$(KeyConfiguration)' == 'Final'" >..\..\build\keys\AsyncUsageAnalyzers.snk</AssemblyOriginatorKeyFile >
44+ <AssemblyOriginatorKeyFile Condition =" '$(KeyConfiguration)' != 'Final'" >..\..\build\keys\AsyncUsageAnalyzers.dev.snk</AssemblyOriginatorKeyFile >
45+ </PropertyGroup >
46+ <ItemGroup >
47+ <Compile Include =" Helpers\CustomBatchFixAllProvider.cs" />
48+ <Compile Include =" Helpers\CustomFixAllProviders.cs" />
49+ <Compile Include =" Helpers\FixAllContextHelper.cs" />
50+ <Compile Include =" Helpers\RenameHelper.cs" />
51+ <Compile Include =" Naming\AvoidAsyncSuffixCodeFixProvider.cs" />
52+ <Compile Include =" Naming\UseAsyncSuffixCodeFixProvider.cs" />
53+ <Compile Include =" Properties\AssemblyInfo.cs" />
54+ <Compile Include =" Usage\UseConfigureAwaitCodeFixProvider.cs" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <None Include =" ..\..\build\keys\AsyncUsageAnalyzers.dev.snk" >
58+ <Link >AsyncUsageAnalyzers.dev.snk</Link >
59+ </None >
60+ <None Include =" ..\..\build\keys\AsyncUsageAnalyzers.snk" >
61+ <Link >AsyncUsageAnalyzers.snk</Link >
62+ </None >
63+ <NuGetManifest Include =" AsyncUsageAnalyzers.nuspec" >
64+ <SubType >Designer</SubType >
65+ <Symbols >True</Symbols >
66+ <PackageAnalysis >False</PackageAnalysis >
67+ </NuGetManifest >
68+ <None Include =" packages.config" />
69+ <None Include =" tools\install.ps1" >
70+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
71+ </None >
72+ <None Include =" tools\uninstall.ps1" >
73+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
74+ </None >
75+ <None Include =" ReadMe.txt" />
76+ </ItemGroup >
77+ <ItemGroup >
78+ <AdditionalFiles Include =" ..\stylecop.json" >
79+ <Link >stylecop.json</Link >
80+ </AdditionalFiles >
81+ </ItemGroup >
82+ <ItemGroup >
83+ <Reference Include =" Microsoft.CodeAnalysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
84+ <HintPath >..\..\packages\Microsoft.CodeAnalysis.Common.1.0.0\lib\portable-net45+win8\Microsoft.CodeAnalysis.dll</HintPath >
85+ <Private >True</Private >
86+ </Reference >
87+ <Reference Include =" Microsoft.CodeAnalysis.CSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
88+ <HintPath >..\..\packages\Microsoft.CodeAnalysis.CSharp.1.0.0\lib\portable-net45+win8\Microsoft.CodeAnalysis.CSharp.dll</HintPath >
89+ <Private >True</Private >
90+ </Reference >
91+ <Reference Include =" Microsoft.CodeAnalysis.CSharp.Workspaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
92+ <HintPath >..\..\packages\Microsoft.CodeAnalysis.CSharp.Workspaces.1.0.0\lib\portable-net45+win8\Microsoft.CodeAnalysis.CSharp.Workspaces.dll</HintPath >
93+ <Private >True</Private >
94+ </Reference >
95+ <Reference Include =" Microsoft.CodeAnalysis.Workspaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
96+ <HintPath >..\..\packages\Microsoft.CodeAnalysis.Workspaces.Common.1.0.0\lib\portable-net45+win8\Microsoft.CodeAnalysis.Workspaces.dll</HintPath >
97+ <Private >True</Private >
98+ </Reference >
99+ <Reference Include =" System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
100+ <HintPath >..\..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
101+ <Private >True</Private >
102+ </Reference >
103+ <Reference Include =" System.Composition.AttributedModel, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
104+ <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath >
105+ <Private >False</Private >
106+ </Reference >
107+ <Reference Include =" System.Composition.Convention, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
108+ <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath >
109+ <Private >False</Private >
110+ </Reference >
111+ <Reference Include =" System.Composition.Hosting, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
112+ <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath >
113+ <Private >False</Private >
114+ </Reference >
115+ <Reference Include =" System.Composition.Runtime, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
116+ <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath >
117+ <Private >False</Private >
118+ </Reference >
119+ <Reference Include =" System.Composition.TypedParts, Version=1.0.27.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
120+ <HintPath >..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath >
121+ <Private >False</Private >
122+ </Reference >
123+ <Reference Include =" System.Reflection.Metadata, Version=1.0.21.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
124+ <HintPath >..\..\packages\System.Reflection.Metadata.1.0.21\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath >
125+ <Private >True</Private >
126+ </Reference >
127+ </ItemGroup >
128+ <ItemGroup >
129+ <Analyzer Include =" ..\..\packages\AsyncUsageAnalyzers.1.0.0-alpha003\analyzers\dotnet\AsyncUsageAnalyzers.dll" />
130+ <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
131+ <Analyzer Include =" ..\..\packages\Microsoft.CodeAnalysis.Analyzers.1.0.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
132+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\Newtonsoft.Json.dll" />
133+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
134+ <Analyzer Include =" ..\..\packages\StyleCop.Analyzers.1.0.0-rc3\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
135+ </ItemGroup >
136+ <ItemGroup >
137+ <ProjectReference Include =" ..\AsyncUsageAnalyzers\AsyncUsageAnalyzers.csproj" >
138+ <Project >{4e32037d-3ee0-419a-bc68-7d28fcd453a0}</Project >
139+ <Name >AsyncUsageAnalyzers</Name >
140+ </ProjectReference >
141+ </ItemGroup >
142+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\Portable\v4.5\Microsoft.Portable.CSharp.targets" />
143+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
144+ <PropertyGroup >
145+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
146+ </PropertyGroup >
147+ <Error Condition =" !Exists('..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.props'))" />
148+ <Error Condition =" !Exists('..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.targets'))" />
149+ </Target >
150+ <Import Project =" ..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.targets" Condition =" Exists('..\..\packages\Tvl.NuGet.BuildTasks.1.0.0-alpha002\build\Tvl.NuGet.BuildTasks.targets')" />
151+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
152+ Other similar extension points exist, see Microsoft.Common.targets.
153+ <Target Name="BeforeBuild">
154+ </Target>
155+ <Target Name="AfterBuild">
156+ </Target>
157+ -->
158+ </Project >
0 commit comments