浏览代码

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

Gert Driesen 8 年之前
父节点
当前提交
cd4fad7f67
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/Renci.SshNet.NETCore/Renci.SshNet.NETCore.csproj

+ 0 - 1
src/Renci.SshNet.NETCore/Renci.SshNet.NETCore.csproj

@@ -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>