We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19e719e commit 4525e07Copy full SHA for 4525e07
1 file changed
COM3D2.DressCode.csproj
@@ -4,14 +4,17 @@
4
<TargetFramework>net35</TargetFramework>
5
<LangVersion>10</LangVersion>
6
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
7
- <DebugType>Full</DebugType>
8
<Product>DressCode</Product>
9
<Version>1.0.0</Version>
10
<Authors>Perdition</Authors>
11
<PackageProjectUrl>https://github.com/Perdition-117/COM3D2.DressCode</PackageProjectUrl>
12
<RepositoryUrl>https://github.com/Perdition-117/COM3D2.DressCode.git</RepositoryUrl>
13
</PropertyGroup>
14
+ <PropertyGroup Condition="'$(Configuration)'=='Debug'">
15
+ <DebugType>full</DebugType>
16
+ </PropertyGroup>
17
+
18
<ItemGroup>
19
<PackageReference Include="BepInEx.BaseLib" Version="5.4.19" />
20
<PackageReference Include="BepInEx.PluginInfoProps" Version="1.1.0" />
0 commit comments