Skip to content

Commit d3dad59

Browse files
committed
Support for vscode debug
1 parent d5a125d commit d3dad59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Maploader/Maploader.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
9-
<DebugType>full</DebugType>
9+
<DebugType>portable</DebugType>
1010
<DebugSymbols>true</DebugSymbols>
1111
</PropertyGroup>
1212

PapyrusCs.Tests/PapyrusCs.Tests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1717
<DebugSymbols>true</DebugSymbols>
18-
<DebugType>full</DebugType>
18+
<DebugType>portable</DebugType>
1919
<Optimize>false</Optimize>
2020
<OutputPath>bin\Debug\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>

PapyrusCs/PapyrusCs.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
1616
<PlatformTarget>AnyCPU</PlatformTarget>
17-
<DebugType>full</DebugType>
17+
<DebugType>portable</DebugType>
1818
<DebugSymbols>true</DebugSymbols>
1919
</PropertyGroup>
2020

0 commit comments

Comments
 (0)