Skip to content

Commit f40b93b

Browse files
committed
add stylecop.json and .appveyor.yml to solution
1 parent 2481eff commit f40b93b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

PartialResponse.AspNetCore.Mvc.Formatters.Json.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartialResponse.AspNetCore.
1515
EndProject
1616
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo", "samples\PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo\PartialResponse.AspNetCore.Mvc.Formatters.Json.Demo.csproj", "{F65AB962-E8AB-4A2B-9178-322EEA67F9C5}"
1717
EndProject
18+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E51F9EAF-B010-4AFF-B44C-79E180E97093}"
19+
ProjectSection(SolutionItems) = preProject
20+
.appveyor.yml = .appveyor.yml
21+
stylecop.json = stylecop.json
22+
EndProjectSection
23+
EndProject
1824
Global
1925
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2026
Debug|Any CPU = Debug|Any CPU

src/PartialResponse.AspNetCore.Mvc.Formatters.Json/PartialResponse.AspNetCore.Mvc.Formatters.Json.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<PropertyGroup>
1313
<AssemblyOriginatorKeyFile>../../PartialResponse.snk</AssemblyOriginatorKeyFile>
14-
<PublicSign Condition=" '$(OS)' != 'Windows_NT' ">true</PublicSign>
14+
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
1515
<SignAssembly>true</SignAssembly>
1616
</PropertyGroup>
1717

0 commit comments

Comments
 (0)