1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" ..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Props" Condition =" Exists('..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProductVersion >8.0.30703</ProductVersion >
8
+ <SchemaVersion >2.0</SchemaVersion >
9
+ <ProjectGuid >{0EFF7BD1-E944-4CFD-BBF4-91563372BCAF}</ProjectGuid >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >OrderUsings.ReSharper</RootNamespace >
13
+ <AssemblyName >OrderUsings.ReSharper820</AssemblyName >
14
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15
+ <FileAlignment >512</FileAlignment >
16
+ <TargetFrameworkProfile />
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 >JET_MODE_ASSERT;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 Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" >
36
+ <StartAction >Program</StartAction >
37
+ <StartProgram >$(VsInstallDir)devenv.exe</StartProgram >
38
+ <StartArguments >/ReSharper.Plugin $(AssemblyName).dll /ReSharper.Internal</StartArguments >
39
+ <StartWorkingDirectory >$(MSBuildProjectDirectory)\$(OutputPath)</StartWorkingDirectory >
40
+ </PropertyGroup >
41
+ <ItemGroup >
42
+ <Reference Include =" PresentationCore" />
43
+ <Reference Include =" PresentationFramework" />
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Core" />
46
+ <Reference Include =" System.Drawing" />
47
+ <Reference Include =" System.Xaml" />
48
+ <Reference Include =" System.Xml.Linq" />
49
+ <Reference Include =" System.Data.DataSetExtensions" />
50
+ <Reference Include =" System.Data" />
51
+ <Reference Include =" System.Windows.Forms" />
52
+ <Reference Include =" System.Xml" />
53
+ <Reference Include =" WindowsBase" />
54
+ </ItemGroup >
55
+ <ItemGroup >
56
+ <Compile Include =" ..\ReSharper810\CodeCleanup\OrderAndSpaceCleanupDescriptor.cs" >
57
+ <Link >CodeCleanup\OrderAndSpaceCleanupDescriptor.cs</Link >
58
+ </Compile >
59
+ <Compile Include =" ..\ReSharper810\CodeCleanup\OrderAndSpacingCodeCleanupModule.cs" >
60
+ <Link >CodeCleanup\OrderAndSpacingCodeCleanupModule.cs</Link >
61
+ </Compile >
62
+ <Compile Include =" ..\ReSharper810\CodeModel\ImportReader.cs" >
63
+ <Link >CodeModel\ImportReader.cs</Link >
64
+ </Compile >
65
+ <Compile Include =" ..\ReSharper810\Fixes.cs" >
66
+ <Link >Fixes.cs</Link >
67
+ </Compile >
68
+ <Compile Include =" ..\ReSharper810\Highlightings\BaseHighlighting.cs" >
69
+ <Link >Highlightings\BaseHighlighting.cs</Link >
70
+ </Compile >
71
+ <Compile Include =" ..\ReSharper810\Highlightings\UsingOrderHighlighting.cs" >
72
+ <Link >Highlightings\UsingOrderHighlighting.cs</Link >
73
+ </Compile >
74
+ <Compile Include =" ..\ReSharper810\Highlightings\UsingSpacingHighlighting.cs" >
75
+ <Link >Highlightings\UsingSpacingHighlighting.cs</Link >
76
+ </Compile >
77
+ <Compile Include =" ..\ReSharper810\Inspection\OrderUsingsDaemonStage.cs" >
78
+ <Link >Inspection\OrderUsingsDaemonStage.cs</Link >
79
+ </Compile >
80
+ <Compile Include =" ..\ReSharper810\Inspection\OrderUsingsDaemonStageProcess.cs" >
81
+ <Link >Inspection\OrderUsingsDaemonStageProcess.cs</Link >
82
+ </Compile >
83
+ <Compile Include =" ..\ReSharper810\QuickFixes\UsingOrderAndSpacingQuickFix.cs" >
84
+ <Link >QuickFixes\UsingOrderAndSpacingQuickFix.cs</Link >
85
+ </Compile >
86
+ <Compile Include =" ..\ReSharper810\Settings\OrderUsingsOptionsPage.cs" >
87
+ <Link >Settings\OrderUsingsOptionsPage.cs</Link >
88
+ </Compile >
89
+ <Compile Include =" ..\ReSharper810\Settings\OrderUsingsSettings.cs" >
90
+ <Link >Settings\OrderUsingsSettings.cs</Link >
91
+ </Compile >
92
+ <Compile Include =" Properties\AssemblyInfo.cs" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <None Include =" packages.config" />
96
+ </ItemGroup >
97
+ <ItemGroup >
98
+ <ProjectReference Include =" ..\OrderUsings.Core\OrderUsings.Core.csproj" >
99
+ <Project >{9875da0a-db09-47b2-80b5-80b08e430cef}</Project >
100
+ <Name >OrderUsings.Core</Name >
101
+ </ProjectReference >
102
+ </ItemGroup >
103
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
105
+ <PropertyGroup >
106
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
107
+ </PropertyGroup >
108
+ <Error Condition =" !Exists('..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Props')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Props'))" />
109
+ <Error Condition =" !Exists('..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Targets'))" />
110
+ </Target >
111
+ <Import Project =" ..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Targets" Condition =" Exists('..\packages\JetBrains.ReSharper.SDK.8.2.1158\build\JetBrains.ReSharper.SDK.Targets')" />
112
+ </Project >
0 commit comments