File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 9
9
<DefineConstants >TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0;</DefineConstants >
10
10
</PropertyGroup >
11
11
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
12
- <DebugType >
13
- </DebugType >
12
+ <DebugType >None</DebugType >
14
13
<DefineConstants >TRACE;RELEASE;NETSTANDARD;NETSTANDARD2_0;</DefineConstants >
15
14
</PropertyGroup >
16
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' " >
17
- <DebugType >
18
- </DebugType >
16
+ <DebugType >None</DebugType >
19
17
<Optimize >true</Optimize >
20
18
<DefineConstants >TRACE;NETSTANDARD;NETSTANDARD2_0;AppStore</DefineConstants >
21
19
<NoWarn >1701;1702</NoWarn >
Original file line number Diff line number Diff line change 10
10
<DebugSymbols >true</DebugSymbols >
11
11
</PropertyGroup >
12
12
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
13
- <DebugType ></DebugType >
13
+ <DebugType >None </DebugType >
14
14
<Optimize >true</Optimize >
15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' " >
17
- <DebugType ></DebugType >
17
+ <DebugType >None </DebugType >
18
18
<Optimize >true</Optimize >
19
19
<DefineConstants >AppStore</DefineConstants >
20
20
<NoWarn >1701;1702</NoWarn >
You can’t perform that action at this time.
0 commit comments