Skip to content

Commit

Permalink
remove postbuildevent and set up debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan committed Sep 16, 2023
1 parent e1efe71 commit bced45f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/RocketSoundEnhancement/RocketSoundEnhancement.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>"D:\Games\KSP Mod Projects\pdb2mdb\pdb2mdb.exe" "RocketSoundEnhancement.dll"
copy "$(TargetDir)*" "D:\Games\Kerbal Space Program\KSP 1.12.3\GameData\RocketSoundEnhancement\Plugins\"
</PostBuildEvent>
<!--<PostBuildEvent>copy "$(TargetDir)*" "D:\Games\Kerbal Space Program\KSP 1.12.3\GameData\RocketSoundEnhancement\Plugins\"</PostBuildEvent>-->
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<OutputPath>..\..\GameData\RocketSoundEnhancement\Plugins\</OutputPath>
<DebugType>portable</DebugType>
</PropertyGroup>
<ItemGroup>
<Reference Include="Assembly-CSharp">
Expand Down

0 comments on commit bced45f

Please sign in to comment.