Skip to content

Commit 78cb795

Browse files
CsantucciChris Jakeman
authored andcommitted
Correct Launcher64 build presets
1 parent 6511d49 commit 78cb795

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/Launcher64/Launcher64.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</PropertyGroup>
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
4343
<DebugSymbols>true</DebugSymbols>
44-
<OutputPath>bin\x64\Debug\</OutputPath>
44+
<OutputPath>..\..\Program\</OutputPath>
4545
<DefineConstants>DEBUG;TRACE</DefineConstants>
4646
<DebugType>full</DebugType>
4747
<PlatformTarget>x64</PlatformTarget>

Source/ORTS.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,8 +379,8 @@ Global
379379
{0DA86C52-FFB5-4CD6-A2C0-08F1610E6399}.Release|Any CPU.Build.0 = Release|Any CPU
380380
{0DA86C52-FFB5-4CD6-A2C0-08F1610E6399}.Release|x64.ActiveCfg = Release|Any CPU
381381
{0DA86C52-FFB5-4CD6-A2C0-08F1610E6399}.Release|x64.Build.0 = Release|Any CPU
382-
{B558F620-3BF7-4371-B7A1-9EE8D828DE21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
383-
{B558F620-3BF7-4371-B7A1-9EE8D828DE21}.Debug|Any CPU.Build.0 = Debug|Any CPU
382+
{B558F620-3BF7-4371-B7A1-9EE8D828DE21}.Debug|Any CPU.ActiveCfg = Debug|x64
383+
{B558F620-3BF7-4371-B7A1-9EE8D828DE21}.Debug|Any CPU.Build.0 = Debug|x64
384384
{B558F620-3BF7-4371-B7A1-9EE8D828DE21}.Debug|x64.ActiveCfg = Debug|x64
385385
{B558F620-3BF7-4371-B7A1-9EE8D828DE21}.Debug|x64.Build.0 = Debug|x64
386386
{B558F620-3BF7-4371-B7A1-9EE8D828DE21}.Release|Any CPU.ActiveCfg = Release|Any CPU

0 commit comments

Comments
 (0)