Remove cross project compile include on DotnetFiles.cs

This commit is contained in:
Krzysztof Wicher 2016-12-29 14:34:24 -08:00
parent 961905a301
commit 941575d188
4 changed files with 3 additions and 5 deletions

View file

@ -13,7 +13,6 @@
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<Compile Include="..\..\src\dotnet\DotnetFiles.cs" Exclude="bin\**;obj\**;**\*.xproj;packages\**" />
<EmbeddedResource Include="**\*.resx" />
<EmbeddedResource Include="compiler\resources\**\*" />
</ItemGroup>