songnan.zhang 3 years ago
parent
commit
cb79bcd8eb
  1. 5
      AutoFileCopyNet/AutoFileCopyNet.csproj

5
AutoFileCopyNet/AutoFileCopyNet.csproj

@ -101,8 +101,6 @@
<Compile Include="HaiTianFileAnalytic\Injpar.cs" /> <Compile Include="HaiTianFileAnalytic\Injpar.cs" />
<Compile Include="HaiTianFileCopy\HaiTianFileCopyJob.cs" /> <Compile Include="HaiTianFileCopy\HaiTianFileCopyJob.cs" />
<Compile Include="EngelFileAnalytic\Engel.cs" /> <Compile Include="EngelFileAnalytic\Engel.cs" />
<Compile Include="Log\LogDataAccess.cs" />
<Compile Include="Log\LogFileAccess.cs" />
<Compile Include="MemoryHandler.cs" /> <Compile Include="MemoryHandler.cs" />
<Compile Include="Monitoring\Monitoring.cs" /> <Compile Include="Monitoring\Monitoring.cs" />
<Compile Include="Monitoring\NetworkMonitor.cs" /> <Compile Include="Monitoring\NetworkMonitor.cs" />
@ -162,6 +160,9 @@
<ItemGroup> <ItemGroup>
<WCFMetadata Include="Service References\" /> <WCFMetadata Include="Service References\" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Folder Include="Log\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

Loading…
Cancel
Save