As of VS 2017 RC3, the sources files in the project directory are implicitly included.

This commit is contained in:
Gert Driesen
2017-02-02 18:22:14 +01:00
parent 3f78ad3002
commit cd4fad7f67
@@ -19,7 +19,6 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Include="**\*.cs" />
<Compile Include="..\Renci.SshNet\**\*.cs" Exclude="..\Renci.SshNet\Properties\AssemblyInfo.cs">
<Link>%(RecursiveDir)%(Filename)%(Extension)</Link>
</Compile>