9
9
<PropertyGroup >
10
10
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
11
11
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
12
- <SchemaVersion >2.0</SchemaVersion >
13
- <AppDesignerFolder >Properties</AppDesignerFolder >
14
- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15
- <GenerateBindingRedirectsOutputType >true</GenerateBindingRedirectsOutputType >
16
- <NoWarn >CS0649, CS4014</NoWarn >
17
- <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
18
- <LangVersion >7.1</LangVersion >
12
+ <SchemaVersion >2.0</SchemaVersion >
13
+ <NoWarn >CS0649, CS4014</NoWarn >
14
+ <LangVersion >7.2</LangVersion >
19
15
<ProjectView >ShowAllFiles</ProjectView >
20
16
<ErrorReport >prompt</ErrorReport >
21
17
</PropertyGroup >
22
18
23
19
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24
20
<DebugSymbols >true</DebugSymbols >
25
- <!-- <DebugType>full</DebugType> -->
26
21
<DebugType >full</DebugType >
27
22
<Optimize >false</Optimize >
28
- <OutputPath >bin\Debug\</OutputPath >
29
23
<DefineConstants >DEBUG;TRACE</DefineConstants >
30
24
<ErrorReport >prompt</ErrorReport >
31
25
<WarningLevel >4</WarningLevel >
26
+ <OutputPath >bin\Debug\</OutputPath >
32
27
</PropertyGroup >
33
28
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34
- <DebugType >embedded </DebugType >
29
+ <DebugType >pdbonly </DebugType >
35
30
<Optimize >true</Optimize >
31
+ <DefineConstants >TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
36
34
<OutputPath >bin\Release\</OutputPath >
35
+ </PropertyGroup >
36
+
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'ReleaseEmb|AnyCPU' " >
38
+ <DebugType >embedded</DebugType >
39
+ <Optimize >true</Optimize >
37
40
<DefineConstants >TRACE</DefineConstants >
38
41
<ErrorReport >prompt</ErrorReport >
39
42
<WarningLevel >4</WarningLevel >
43
+ <OutputPath >bin\ReleaseEmb\</OutputPath >
40
44
</PropertyGroup >
41
- <ItemGroup >
42
- <Reference Include =" WindowsBase" />
43
- <Reference Include =" Microsoft.CSharp" />
44
- <Reference Include =" PresentationCore" />
45
- <Reference Include =" PresentationFramework" />
46
- <Reference Include =" System" />
47
- <Reference Include =" System.Core" />
48
- <Reference Include =" System.ComponentModel.Composition" />
49
- <Reference Include =" System.Data" />
50
- <Reference Include =" System.Data.DataSetExtensions" />
51
- <Reference Include =" System.Management" />
52
- <Reference Include =" System.Numerics" />
53
- <Reference Include =" System.Xaml" />
54
- <Reference Include =" System.Xml" />
55
- <Reference Include =" System.Xml.Linq" />
56
- </ItemGroup >
57
-
45
+
46
+
58
47
59
48
</Project >
0 commit comments