-
Notifications
You must be signed in to change notification settings - Fork 25
/
esdk_obs_.net_core_for_test.csproj
48 lines (40 loc) · 1.43 KB
/
esdk_obs_.net_core_for_test.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netcoreapp2.0</TargetFramework>
<ApplicationIcon />
<StartupObject />
<Version>3.0.0</Version>
<Configurations>Debug;Release;test</Configurations>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>donetcore</DefineConstants>
<DocumentationFile>bin\Release\netcoreapp2.0\esdk_obs_.net_core.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DefineConstants>donetcore</DefineConstants>
<DocumentationFile>bin\Debug\netcoreapp2.0\esdk_obs_.net_core.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Compile Remove="demo\**" />
<Compile Remove="packages\**" />
<EmbeddedResource Remove="demo\**" />
<EmbeddedResource Remove="packages\**" />
<None Remove="demo\**" />
<None Remove="packages\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Properties\AssemblyInfo.cs" />
<Compile Remove="TestClient.cs" />
</ItemGroup>
<ItemGroup>
<None Remove=".gitignore" />
<None Remove="app.config" />
<None Remove="build.bat" />
<None Remove="Log4Net.config" />
<None Remove="packages.config" />
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
</Project>