Skip to content

Commit

Permalink
DiscordRPCExample Output Path
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Jul 8, 2020
1 parent ae70ffe commit 7c00385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/Examples/DiscordRPCExample/DiscordRPCExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutputPath>../../../game/bin/Release/DiscordRPCExample/bin/</OutputPath>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\VoltstroEngine\VoltstroEngine.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/VoltstroEngineLauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace VoltstroEngineLauncher
{
public class Program
{
private const string DefaultGame = "Sandbox";
private const string DefaultGame = "DiscordRPCExample";

[STAThread]
public static void Main(string[] args)
Expand Down

0 comments on commit 7c00385

Please sign in to comment.