Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit e4283c6

Browse files
committed
Remove Debug profile
1 parent d0ccf16 commit e4283c6

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

ModLoader.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModLoaderTesting", "ModLoad
99
EndProject
1010
Global
1111
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12-
Debug|Any CPU = Debug|Any CPU
1312
Release|Any CPU = Release|Any CPU
1413
EndGlobalSection
1514
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16-
{A947DC7D-08BE-4D3A-8D81-D94DD376ECB8}.Debug|Any CPU.ActiveCfg = Release|Any CPU
17-
{A947DC7D-08BE-4D3A-8D81-D94DD376ECB8}.Debug|Any CPU.Build.0 = Release|Any CPU
1815
{A947DC7D-08BE-4D3A-8D81-D94DD376ECB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
1916
{A947DC7D-08BE-4D3A-8D81-D94DD376ECB8}.Release|Any CPU.Build.0 = Release|Any CPU
20-
{A5B6E9D9-31AA-48C4-976D-7F8D45ADB982}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21-
{A5B6E9D9-31AA-48C4-976D-7F8D45ADB982}.Debug|Any CPU.Build.0 = Debug|Any CPU
2217
{A5B6E9D9-31AA-48C4-976D-7F8D45ADB982}.Release|Any CPU.ActiveCfg = Release|Any CPU
23-
{A5B6E9D9-31AA-48C4-976D-7F8D45ADB982}.Release|Any CPU.Build.0 = Release|Any CPU
2418
EndGlobalSection
2519
GlobalSection(SolutionProperties) = preSolution
2620
HideSolutionNode = FALSE

ModLoaderTesting/ModLoaderTesting.csproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@
2121
<NuGetPackageImportStamp>
2222
</NuGetPackageImportStamp>
2323
</PropertyGroup>
24-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25-
<DebugSymbols>true</DebugSymbols>
26-
<DebugType>full</DebugType>
27-
<Optimize>false</Optimize>
28-
<OutputPath>bin\Debug\</OutputPath>
29-
<DefineConstants>DEBUG;TRACE</DefineConstants>
30-
<ErrorReport>prompt</ErrorReport>
31-
<WarningLevel>4</WarningLevel>
32-
</PropertyGroup>
3324
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3425
<DebugType>pdbonly</DebugType>
3526
<Optimize>true</Optimize>

0 commit comments

Comments
 (0)