1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{D9572452-7118-4570-ACF0-7BCAF6DC92B3}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >Wexflow.Server.Test</RootNamespace >
10
+ <AssemblyName >Wexflow.Server.Test</AssemblyName >
11
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <PlatformTarget >AnyCPU</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27
+ <PlatformTarget >AnyCPU</PlatformTarget >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ </PropertyGroup >
35
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
36
+ <DebugSymbols >true</DebugSymbols >
37
+ <OutputPath >bin\x64\Debug\</OutputPath >
38
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
39
+ <DebugType >full</DebugType >
40
+ <PlatformTarget >x64</PlatformTarget >
41
+ <LangVersion >7.3</LangVersion >
42
+ <ErrorReport >prompt</ErrorReport >
43
+ <Prefer32Bit >true</Prefer32Bit >
44
+ </PropertyGroup >
45
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
46
+ <OutputPath >bin\x64\Release\</OutputPath >
47
+ <DefineConstants >TRACE</DefineConstants >
48
+ <Optimize >true</Optimize >
49
+ <DebugType >pdbonly</DebugType >
50
+ <PlatformTarget >x64</PlatformTarget >
51
+ <LangVersion >7.3</LangVersion >
52
+ <ErrorReport >prompt</ErrorReport >
53
+ <Prefer32Bit >true</Prefer32Bit >
54
+ </PropertyGroup >
55
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
56
+ <DebugSymbols >true</DebugSymbols >
57
+ <OutputPath >bin\x86\Debug\</OutputPath >
58
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
59
+ <DebugType >full</DebugType >
60
+ <PlatformTarget >x86</PlatformTarget >
61
+ <LangVersion >7.3</LangVersion >
62
+ <ErrorReport >prompt</ErrorReport >
63
+ <Prefer32Bit >true</Prefer32Bit >
64
+ </PropertyGroup >
65
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
66
+ <OutputPath >bin\x86\Release\</OutputPath >
67
+ <DefineConstants >TRACE</DefineConstants >
68
+ <Optimize >true</Optimize >
69
+ <DebugType >pdbonly</DebugType >
70
+ <PlatformTarget >x86</PlatformTarget >
71
+ <LangVersion >7.3</LangVersion >
72
+ <ErrorReport >prompt</ErrorReport >
73
+ <Prefer32Bit >true</Prefer32Bit >
74
+ </PropertyGroup >
75
+ <ItemGroup >
76
+ <Reference Include =" System" />
77
+ <Reference Include =" System.Configuration" />
78
+ <Reference Include =" System.Core" />
79
+ <Reference Include =" System.Xml.Linq" />
80
+ <Reference Include =" System.Data.DataSetExtensions" />
81
+ <Reference Include =" Microsoft.CSharp" />
82
+ <Reference Include =" System.Data" />
83
+ <Reference Include =" System.Net.Http" />
84
+ <Reference Include =" System.Xml" />
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <Compile Include =" Program.cs" />
88
+ <Compile Include =" Properties\AssemblyInfo.cs" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <ProjectReference Include =" ..\Wexflow.Core.Service.Client\Wexflow.Core.Service.Client.csproj" >
92
+ <Project >{3cfa5f19-d8e1-4af8-9b6a-dcb959c035db}</Project >
93
+ <Name >Wexflow.Core.Service.Client</Name >
94
+ </ProjectReference >
95
+ </ItemGroup >
96
+ <ItemGroup >
97
+ <None Include =" App.config" />
98
+ </ItemGroup >
99
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
100
+ </Project >
0 commit comments