-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathQC Common.csproj
31 lines (27 loc) · 1003 Bytes
/
QC Common.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netcoreapp2.2;net472</TargetFrameworks>
<RootNamespace>QuantumConcepts.Common</RootNamespace>
<AssemblyName>QuantumConcepts.Common</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Import\**" />
<Compile Remove="Zip\**" />
<EmbeddedResource Remove="Import\**" />
<EmbeddedResource Remove="Zip\**" />
<None Remove="Import\**" />
<None Remove="Zip\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="BaseApp.cs" />
<Compile Remove="Export\ExcelWriter.cs" />
<Compile Remove="Extensions\LinqExtensions.cs" />
<Compile Remove="IO\SqlVarBinaryMaxHelper.cs" />
<Compile Remove="IO\SqlVarBinaryStream.cs" />
<Compile Remove="Net\ProgressSoapExtension.cs" />
<Compile Remove="Utils\CookieUtil.cs" />
<Compile Remove="Utils\EventLogUtil.cs" />
<Compile Remove="Utils\SqlUtil.cs" />
<Compile Remove="Utils\WMIUtil.cs" />
</ItemGroup>
</Project>