File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
</PropertyGroup >
7
7
8
8
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
9
- <DebugType >full </DebugType >
9
+ <DebugType >portable </DebugType >
10
10
<DebugSymbols >true</DebugSymbols >
11
11
</PropertyGroup >
12
12
Original file line number Diff line number Diff line change 15
15
</PropertyGroup >
16
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
17
<DebugSymbols >true</DebugSymbols >
18
- <DebugType >full </DebugType >
18
+ <DebugType >portable </DebugType >
19
19
<Optimize >false</Optimize >
20
20
<OutputPath >bin\Debug\</OutputPath >
21
21
<DefineConstants >DEBUG;TRACE</DefineConstants >
Original file line number Diff line number Diff line change 14
14
15
15
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
16
16
<PlatformTarget >AnyCPU</PlatformTarget >
17
- <DebugType >full </DebugType >
17
+ <DebugType >portable </DebugType >
18
18
<DebugSymbols >true</DebugSymbols >
19
19
</PropertyGroup >
20
20
You can’t perform that action at this time.
0 commit comments