Skip to content

Commit 372d516

Browse files
committed
binaries and project file updates
1 parent 1aac77b commit 372d516

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed
Binary file not shown.
Binary file not shown.

Source/RocketSoundEnhancement.Unity/RocketSoundEnhancement.Unity.csproj

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,21 @@
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>..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath>
2121
<DefineConstants>TRACE;DEBUG;ENABLE_PROFILER;DEVELOPMENT</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26-
<DebugType>pdbonly</DebugType>
26+
<DebugType>portable</DebugType>
2727
<Optimize>true</Optimize>
2828
<OutputPath>..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
32+
<DebugSymbols>true</DebugSymbols>
3233
</PropertyGroup>
3334
<ItemGroup>
3435
<Reference Include="System" />
@@ -55,6 +56,9 @@
5556
<HintPath>..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.UIModule.dll</HintPath>
5657
<Private>False</Private>
5758
</Reference>
59+
<Reference Include="Assembly-CSharp">
60+
<Private>False</Private>
61+
</Reference>
5862
</ItemGroup>
5963
<ItemGroup>
6064
<Compile Include="ISettingsPanel.cs" />
@@ -65,10 +69,7 @@
6569
</ItemGroup>
6670
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6771
<PropertyGroup>
68-
<PostBuildEvent>copy /y "$(TargetPath)" "D:\Games\KSP Mod Projects\RocketSoundEnhancement\Source\Unity\RSE_Assets\Assets\Plugins"
69-
70-
71-
72-
</PostBuildEvent>
72+
<PostBuildEvent>
73+
</PostBuildEvent>
7374
</PropertyGroup>
7475
</Project>

0 commit comments

Comments
 (0)