1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
- <PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{08EDE138-C862-47CC-A720-A6DDC011FB41}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >P3Net.CodeRush.ContextProviders</RootNamespace >
11
- <AssemblyName >P3Net.CodeRush.ContextProviders</AssemblyName >
12
- <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <SccProjectName >SAK</SccProjectName >
15
- <SccLocalPath >SAK</SccLocalPath >
16
- <SccAuxPath >SAK</SccAuxPath >
17
- <SccProvider >SAK</SccProvider >
18
- </PropertyGroup >
19
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
- <DebugSymbols >true</DebugSymbols >
21
- <DebugType >full</DebugType >
22
- <Optimize >false</Optimize >
23
- <OutputPath >bin\Debug\</OutputPath >
24
- <DefineConstants >DEBUG;TRACE</DefineConstants >
25
- <ErrorReport >prompt</ErrorReport >
26
- <WarningLevel >4</WarningLevel >
27
- </PropertyGroup >
28
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
- <DebugType >pdbonly</DebugType >
30
- <Optimize >true</Optimize >
31
- <OutputPath >bin\Release\</OutputPath >
32
- <DefineConstants >TRACE</DefineConstants >
33
- <ErrorReport >prompt</ErrorReport >
34
- <WarningLevel >4</WarningLevel >
35
- </PropertyGroup >
36
- <ItemGroup >
37
- <Reference Include =" DevExpress.CodeAnalysis" >
38
- <HintPath >..\Libraries\DevExpress.CodeAnalysis.dll</HintPath >
39
- </Reference >
40
- <Reference Include =" DevExpress.CodeAnalysis.Workspaces" >
41
- <HintPath >..\Libraries\DevExpress.CodeAnalysis.Workspaces.dll</HintPath >
42
- </Reference >
43
- <Reference Include =" DevExpress.CodeRush.Foundation" >
44
- <HintPath >..\Libraries\DevExpress.CodeRush.Foundation.dll</HintPath >
45
- </Reference >
46
- <Reference Include =" DevExpress.CodeRush.Platform" >
47
- <HintPath >..\Libraries\DevExpress.CodeRush.Platform.dll</HintPath >
48
- </Reference >
49
- <Reference Include =" DevExpress.CodeRush.TextEditor" >
50
- <HintPath >..\Libraries\DevExpress.CodeRush.TextEditor.dll</HintPath >
51
- </Reference >
52
- <Reference Include =" Esent.Interop, Version=1.9.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53
- <HintPath >..\packages\ManagedEsent.1.9.4\lib\net40\Esent.Interop.dll</HintPath >
54
- </Reference >
55
- <Reference Include =" Microsoft.CodeAnalysis, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
56
- <HintPath >..\packages\Microsoft.CodeAnalysis.Common.2.1.0\lib\netstandard1.3\Microsoft.CodeAnalysis.dll</HintPath >
57
- </Reference >
58
- <Reference Include =" Microsoft.CodeAnalysis.CSharp, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
59
- <HintPath >..\packages\Microsoft.CodeAnalysis.CSharp.2.1.0\lib\netstandard1.3\Microsoft.CodeAnalysis.CSharp.dll</HintPath >
60
- </Reference >
61
- <Reference Include =" Microsoft.CodeAnalysis.Elfie, Version=0.10.6.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
62
- <HintPath >..\packages\Microsoft.CodeAnalysis.Elfie.0.10.6\lib\net46\Microsoft.CodeAnalysis.Elfie.dll</HintPath >
63
- </Reference >
64
- <Reference Include =" Microsoft.CodeAnalysis.Workspaces, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
65
- <HintPath >..\packages\Microsoft.CodeAnalysis.Workspaces.Common.2.1.0\lib\net46\Microsoft.CodeAnalysis.Workspaces.dll</HintPath >
66
- </Reference >
67
- <Reference Include =" Microsoft.CodeAnalysis.Workspaces.Desktop, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
68
- <HintPath >..\packages\Microsoft.CodeAnalysis.Workspaces.Common.2.1.0\lib\net46\Microsoft.CodeAnalysis.Workspaces.Desktop.dll</HintPath >
69
- </Reference >
70
- <Reference Include =" System" />
71
- <Reference Include =" System.AppContext, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
72
- <HintPath >..\packages\System.AppContext.4.3.0\lib\net46\System.AppContext.dll</HintPath >
73
- </Reference >
74
- <Reference Include =" System.Collections.Immutable, Version=1.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
75
- <HintPath >..\packages\System.Collections.Immutable.1.3.1\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
76
- <Private >True</Private >
77
- </Reference >
78
- <Reference Include =" System.ComponentModel.Composition" />
79
- <Reference Include =" System.Composition.AttributedModel, Version=1.0.30.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
80
- <HintPath >..\packages\Microsoft.Composition.1.0.30\lib\portable-net45+win8+wp8+wpa81\System.Composition.AttributedModel.dll</HintPath >
81
- </Reference >
82
- <Reference Include =" System.Composition.Convention, Version=1.0.30.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
83
- <HintPath >..\packages\Microsoft.Composition.1.0.30\lib\portable-net45+win8+wp8+wpa81\System.Composition.Convention.dll</HintPath >
84
- </Reference >
85
- <Reference Include =" System.Composition.Hosting, Version=1.0.30.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
86
- <HintPath >..\packages\Microsoft.Composition.1.0.30\lib\portable-net45+win8+wp8+wpa81\System.Composition.Hosting.dll</HintPath >
87
- </Reference >
88
- <Reference Include =" System.Composition.Runtime, Version=1.0.30.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
89
- <HintPath >..\packages\Microsoft.Composition.1.0.30\lib\portable-net45+win8+wp8+wpa81\System.Composition.Runtime.dll</HintPath >
90
- </Reference >
91
- <Reference Include =" System.Composition.TypedParts, Version=1.0.30.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
92
- <HintPath >..\packages\Microsoft.Composition.1.0.30\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath >
93
- </Reference >
94
- <Reference Include =" System.Console, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
95
- <HintPath >..\packages\System.Console.4.3.0\lib\net46\System.Console.dll</HintPath >
96
- </Reference >
97
- <Reference Include =" System.Core" />
98
- <Reference Include =" System.Diagnostics.FileVersionInfo, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
99
- <HintPath >..\packages\System.Diagnostics.FileVersionInfo.4.3.0\lib\net46\System.Diagnostics.FileVersionInfo.dll</HintPath >
100
- </Reference >
101
- <Reference Include =" System.Diagnostics.StackTrace, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
102
- <HintPath >..\packages\System.Diagnostics.StackTrace.4.3.0\lib\net46\System.Diagnostics.StackTrace.dll</HintPath >
103
- </Reference >
104
- <Reference Include =" System.IO.Compression, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
105
- <HintPath >..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll</HintPath >
106
- </Reference >
107
- <Reference Include =" System.IO.FileSystem, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
108
- <HintPath >..\packages\System.IO.FileSystem.4.3.0\lib\net46\System.IO.FileSystem.dll</HintPath >
109
- </Reference >
110
- <Reference Include =" System.IO.FileSystem.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
111
- <HintPath >..\packages\System.IO.FileSystem.Primitives.4.3.0\lib\net46\System.IO.FileSystem.Primitives.dll</HintPath >
112
- </Reference >
113
- <Reference Include =" System.Numerics" />
114
- <Reference Include =" System.Reflection.Metadata, Version=1.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
115
- <HintPath >..\packages\System.Reflection.Metadata.1.4.2\lib\portable-net45+win8\System.Reflection.Metadata.dll</HintPath >
116
- </Reference >
117
- <Reference Include =" System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
118
- <HintPath >..\packages\System.Security.Cryptography.Algorithms.4.3.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath >
119
- </Reference >
120
- <Reference Include =" System.Security.Cryptography.Encoding, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
121
- <HintPath >..\packages\System.Security.Cryptography.Encoding.4.3.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath >
122
- </Reference >
123
- <Reference Include =" System.Security.Cryptography.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
124
- <HintPath >..\packages\System.Security.Cryptography.Primitives.4.3.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath >
125
- </Reference >
126
- <Reference Include =" System.Security.Cryptography.X509Certificates, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
127
- <HintPath >..\packages\System.Security.Cryptography.X509Certificates.4.3.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath >
128
- </Reference >
129
- <Reference Include =" System.Text.Encoding.CodePages, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
130
- <HintPath >..\packages\System.Text.Encoding.CodePages.4.3.0\lib\net46\System.Text.Encoding.CodePages.dll</HintPath >
131
- </Reference >
132
- <Reference Include =" System.Threading.Thread, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
133
- <HintPath >..\packages\System.Threading.Thread.4.3.0\lib\net46\System.Threading.Thread.dll</HintPath >
134
- </Reference >
135
- <Reference Include =" System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
136
- <HintPath >..\packages\System.ValueTuple.4.3.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath >
137
- </Reference >
138
- <Reference Include =" System.Xml.Linq" />
139
- <Reference Include =" System.Data.DataSetExtensions" />
140
- <Reference Include =" Microsoft.CSharp" />
141
- <Reference Include =" System.Data" />
142
- <Reference Include =" System.Net.Http" />
143
- <Reference Include =" System.Xml" />
144
- <Reference Include =" System.Xml.ReaderWriter, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
145
- <HintPath >..\packages\System.Xml.ReaderWriter.4.3.0\lib\net46\System.Xml.ReaderWriter.dll</HintPath >
146
- </Reference >
147
- <Reference Include =" System.Xml.XmlDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
148
- <HintPath >..\packages\System.Xml.XmlDocument.4.3.0\lib\net46\System.Xml.XmlDocument.dll</HintPath >
149
- </Reference >
150
- <Reference Include =" System.Xml.XPath, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
151
- <HintPath >..\packages\System.Xml.XPath.4.3.0\lib\net46\System.Xml.XPath.dll</HintPath >
152
- </Reference >
153
- <Reference Include =" System.Xml.XPath.XDocument, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
154
- <HintPath >..\packages\System.Xml.XPath.XDocument.4.3.0\lib\net46\System.Xml.XPath.XDocument.dll</HintPath >
155
- </Reference >
156
- </ItemGroup >
157
- <ItemGroup >
158
- <Compile Include =" Comments\DocumentationForEventContextProvider.cs" />
159
- <Compile Include =" Comments\DocumentationForInterfaceContextProvider.cs" />
160
- <Compile Include =" Comments\DocumentationForClassContextProvider.cs" />
161
- <Compile Include =" Comments\DocumentationForMethodContextProvider.cs" />
162
- <Compile Include =" Comments\DocumentationForPropertyContextProvider.cs" />
163
- <Compile Include =" Comments\DocumentationForElementContextProvider.cs" />
164
- <Compile Include =" Comments\CommentContextProvider.cs" />
165
- <Compile Include =" Properties\AssemblyInfo.cs" />
166
- </ItemGroup >
167
- <ItemGroup >
168
- <None Include =" app.config" />
169
- <None Include =" packages.config" />
170
- </ItemGroup >
171
- <ItemGroup >
172
- <Analyzer Include =" ..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.Analyzers.dll" />
173
- <Analyzer Include =" ..\packages\Microsoft.CodeAnalysis.Analyzers.1.1.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.CSharp.Analyzers.dll" />
174
- </ItemGroup >
175
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1
+ <Project Sdk =" Microsoft.Net.Sdk" >
2
+ <PropertyGroup >
3
+ <TargetFramework >net461</TargetFramework >
4
+ <ApplicationVersion >1.2.0</ApplicationVersion >
5
+ <Company >P3Net</Company >
6
+ <Version >1.2.0</Version >
7
+ <AssemblyVersion >1.2.0.0</AssemblyVersion >
8
+ <RepositoryUrl >https://github.com/CoolDadTx/p3net-coderush-extensions</RepositoryUrl >
9
+ <RepositoryType >GitHub</RepositoryType >
10
+ <PackageReleaseNotes >Updated to CodeRush 18.1</PackageReleaseNotes >
11
+ </PropertyGroup >
12
+ <ItemGroup >
13
+ <Reference Include =" System.ComponentModel.Composition" />
14
+ <Reference Include =" DevExpress.CodeAnalysis" >
15
+ <HintPath >..\Libraries\DevExpress.CodeAnalysis.dll</HintPath >
16
+ </Reference >
17
+ <Reference Include =" DevExpress.CodeAnalysis.Workspaces" >
18
+ <HintPath >..\Libraries\DevExpress.CodeAnalysis.Workspaces.dll</HintPath >
19
+ </Reference >
20
+ <Reference Include =" DevExpress.CodeRush.Foundation" >
21
+ <HintPath >..\Libraries\DevExpress.CodeRush.Foundation.dll</HintPath >
22
+ </Reference >
23
+ <Reference Include =" DevExpress.CodeRush.Platform" >
24
+ <HintPath >..\Libraries\DevExpress.CodeRush.Platform.dll</HintPath >
25
+ </Reference >
26
+ <Reference Include =" DevExpress.CodeRush.TextEditor" >
27
+ <HintPath >..\Libraries\DevExpress.CodeRush.TextEditor.dll</HintPath >
28
+ </Reference >
29
+ </ItemGroup >
30
+ <ItemGroup >
31
+ <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 2.6.0" />
32
+ <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 2.8.0" />
33
+ <PackageReference Include =" Microsoft.CodeAnalysis.Workspaces.Common" Version =" 2.8.0" />
34
+ </ItemGroup >
176
35
</Project >
0 commit comments