Skip to content

Commit

Permalink
binaries and project file updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Sep 16, 2023
1 parent 1aac77b commit 372d516
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,21 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath>
<DefineConstants>TRACE;DEBUG;ENABLE_PROFILER;DEVELOPMENT</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>portable</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand All @@ -55,6 +56,9 @@
<HintPath>..\..\..\..\Kerbal Space Program\KSP 1.12.3\KSP_x64_Data\Managed\UnityEngine.UIModule.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Assembly-CSharp">
<Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="ISettingsPanel.cs" />
Expand All @@ -65,10 +69,7 @@
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy /y "$(TargetPath)" "D:\Games\KSP Mod Projects\RocketSoundEnhancement\Source\Unity\RSE_Assets\Assets\Plugins"



</PostBuildEvent>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 372d516

Please sign in to comment.