|
15 | 15 | <PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl> |
16 | 16 | <PackageProjectUrl>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</PackageProjectUrl> |
17 | 17 | <PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> |
18 | | - <Description>Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Works with Visual Studio 2017 Update 3 or later. Use v1.0.1 for previous versions of Visual Studio.</Description> |
19 | | - <PackageReleaseNotes>Updated for IOperation API changes in Visual Studio 2017 Update 3.</PackageReleaseNotes> |
| 18 | + <Description>Reports diagnostics for C# coding guidelines that are not already covered by Resharper. Requires Visual Studio 2017 Update 3. Use v1.0.1 if you are using Visual Studio 2015 with Update 2 or higher.</Description> |
| 19 | + <PackageReleaseNotes>Updated for IOperation API changes in Visual Studio 2017 Update 3. Use v1.0.1 if you are using Visual Studio 2015 with Update 2 or higher.</PackageReleaseNotes> |
20 | 20 | <Copyright>Apache License, Version 2.0</Copyright> |
21 | 21 | <PackageTags>csharp c# coding guidelines analyzer</PackageTags> |
22 | 22 | <NoPackageAnalysis>true</NoPackageAnalysis> |
| 23 | + <DevelopmentDependency>true</DevelopmentDependency> |
23 | 24 | </PropertyGroup> |
24 | 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
25 | 26 | <OutputPath>..\..\..\bin\Debug</OutputPath> |
|
28 | 29 | <OutputPath>..\..\..\bin\Release</OutputPath> |
29 | 30 | </PropertyGroup> |
30 | 31 | <ItemGroup> |
31 | | - <None Include="..\..\..\LICENSE.txt" Link="LICENSE.txt"> |
32 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
33 | | - </None> |
| 32 | + <None Include="..\..\..\LICENSE.txt" Link="LICENSE.txt" /> |
34 | 33 | </ItemGroup> |
35 | 34 | <ItemGroup> |
36 | | - <None Update="tools\*.ps1" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="tools" /> |
37 | | - <None Update="build\*.props" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="build" /> |
| 35 | + <None Update="tools\*.ps1" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="" /> |
| 36 | + <None Update="build\*.props" CopyToOutputDirectory="PreserveNewest" Pack="true" PackagePath="" /> |
38 | 37 | <None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" /> |
39 | 38 | </ItemGroup> |
40 | 39 | <ItemGroup> |
|
0 commit comments