Skip to content

Commit 8903115

Browse files
authored
Merge pull request #51 from ScottLilly/cleanup
Cleanup
2 parents 26840cd + 80efead commit 8903115

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CSharpExtender/CSharpExtender.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
<GenerateDocumentationFile>False</GenerateDocumentationFile>
2121
</PropertyGroup>
2222

23+
<ItemGroup>
24+
<Compile Remove="DataAnnotations\**" />
25+
<EmbeddedResource Remove="DataAnnotations\**" />
26+
<None Remove="DataAnnotations\**" />
27+
</ItemGroup>
28+
2329
<ItemGroup>
2430
<None Include="..\LICENSE.txt">
2531
<Pack>True</Pack>
@@ -44,10 +50,6 @@
4450
</None>
4551
</ItemGroup>
4652

47-
<ItemGroup>
48-
<Folder Include="DataAnnotations\" />
49-
</ItemGroup>
50-
5153
<ItemGroup>
5254
<EditorConfigFiles Remove="D:\Development\MyNuGetPackages\CSharpExtender\CSharpExtender\.editorconfig" />
5355
</ItemGroup>

0 commit comments

Comments
 (0)