Skip to content

Commit

Permalink
Debugging features
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Aug 15, 2020
1 parent b022c5e commit 48a416c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions SCANsat.Unity/SCANsat.Unity.csproj
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
Expand Down Expand Up @@ -130,9 +130,10 @@
<PostBuildEvent>::copy /y "$(TargetPath)" "C:\Users\david\Documents\KSP\SCANsat\Unity 2017 UI\SCANsat\Assets\Plugins\"

:: "C:\Users\david\Documents\KSP\Dev Environment\1.9.1\pdb2mdb\pdb2mdb.exe" "$(TargetFileName)"
xcopy /Y "$(TargetPath)" "C:\Users\david\Documents\KSP\Dev Environment\1.9.1\Kerbal Space Program\GameData\SCANsat\Plugins\"
:: xcopy /Y "$(TargetDir)$(TargetName).pdb" "C:\Users\david\Documents\KSP\Dev Environment\1.9.1\Kerbal Space Program\GameData\SCANsat\Plugins\"
:: xcopy /Y "$(TargetDir)$(TargetName).dll.mdb" "C:\Users\david\Documents\KSP\Dev Environment\1.9.1\Kerbal Space Program\GameData\SCANsat\Plugins\"</PostBuildEvent>
xcopy /Y "$(TargetPath)" "C:\Users\david\Documents\KSP\Dev Environment\1.10\Kerbal Space Program\GameData\SCANsat\Plugins\"
xcopy /Y "$(TargetPath)" "C:\Users\david\Documents\KSP\Dev Environment\Debugging\Kerbal Space Program\GameData\SCANsat\Plugins\"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "C:\Users\david\Documents\KSP\Dev Environment\Debugging\Kerbal Space Program\GameData\SCANsat\Plugins\"
::xcopy /Y "$(TargetDir)$(TargetName).dll.mdb" "C:\Users\david\Documents\KSP\Dev Environment\Debugging\Kerbal Space Program\GameData\SCANsat\Plugins\"</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
9 changes: 5 additions & 4 deletions SCANsat/SCANsat.csproj
Expand Up @@ -23,7 +23,7 @@
<DefineConstants>DEBUG;ENABLE_PROFILER</DefineConstants>
<DebugSymbols>true</DebugSymbols>
<NoStdLib>true</NoStdLib>
<DebugType>full</DebugType>
<DebugType>portable</DebugType>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand Down Expand Up @@ -194,8 +194,9 @@
<PropertyGroup>
<PostBuildEvent>
REM "C:\Users\david\Documents\Visual Studio 2013\Projects\KSP Dev\pdb2mdb\pdb2mdb.exe" "$(TargetFileName)"
xcopy /Y "$(TargetPath)" "C:\Users\david\Documents\KSP\Dev Environment\1.9.1\Kerbal Space Program\GameData\SCANsat\Plugins\"
REM xcopy /Y "$(TargetDir)$(TargetName).pdb" "C:\Users\david\Documents\Visual Studio 2013\Projects\KSP Dev\1.8\Kerbal Space Program\GameData\SCANsat\Plugins\"
REM xcopy /Y "$(TargetDir)$(TargetName).dll.mdb" "C:\Users\david\Documents\Visual Studio 2013\Projects\KSP Dev\1.8\Kerbal Space Program\GameData\SCANsat\Plugins\"</PostBuildEvent>
xcopy /Y "$(TargetPath)" "C:\Users\david\Documents\KSP\Dev Environment\1.10\Kerbal Space Program\GameData\SCANsat\Plugins\"
xcopy /Y "$(TargetPath)" "C:\Users\david\Documents\KSP\Dev Environment\Debugging\Kerbal Space Program\GameData\SCANsat\Plugins\"
xcopy /Y "$(TargetDir)$(TargetName).pdb" "C:\Users\david\Documents\KSP\Dev Environment\Debugging\Kerbal Space Program\GameData\SCANsat\Plugins\"
::xcopy /Y "$(TargetDir)$(TargetName).dll.mdb" "C:\Users\david\Documents\KSP\Dev Environment\Debugging\Kerbal Space Program\GameData\SCANsat\Plugins\"</PostBuildEvent>
</PropertyGroup>
</Project>

0 comments on commit 48a416c

Please sign in to comment.