Skip to content

Commit 1133dec

Browse files
Bart KoelmanBart Koelman
authored andcommitted
Fixes in project file
1 parent b88a0e0 commit 1133dec

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

src/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer/CSharpGuidelinesAnalyzer.csproj

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,12 @@
1515
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
1616
<PackageProjectUrl>https://github.com/bkoelman/CSharpGuidelinesAnalyzer</PackageProjectUrl>
1717
<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>
2020
<Copyright>Apache License, Version 2.0</Copyright>
2121
<PackageTags>csharp c# coding guidelines analyzer</PackageTags>
2222
<NoPackageAnalysis>true</NoPackageAnalysis>
23+
<DevelopmentDependency>true</DevelopmentDependency>
2324
</PropertyGroup>
2425
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2526
<OutputPath>..\..\..\bin\Debug</OutputPath>
@@ -28,13 +29,11 @@
2829
<OutputPath>..\..\..\bin\Release</OutputPath>
2930
</PropertyGroup>
3031
<ItemGroup>
31-
<None Include="..\..\..\LICENSE.txt" Link="LICENSE.txt">
32-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
33-
</None>
32+
<None Include="..\..\..\LICENSE.txt" Link="LICENSE.txt" />
3433
</ItemGroup>
3534
<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="" />
3837
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
3938
</ItemGroup>
4039
<ItemGroup>

0 commit comments

Comments
 (0)