diff --git a/ShareSuite/Properties/launchSettings.json b/ShareSuite/Properties/launchSettings.json new file mode 100644 index 0000000..47223f1 --- /dev/null +++ b/ShareSuite/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{ + "profiles": { + "ShareSuite": { + "commandName": "Project" + }, + "RoR2 Mod Launch": { + "commandName": "Executable", + "executablePath": "C:\\Program Files (x86)\\Steam\\steamapps\\common\\Risk of Rain 2\\Risk of Rain 2.exe", + "commandLineArgs": "--doorstop-enabled true --doorstop-target-assembly \"%appdata%\\r2modmanPlus-local\\RiskOfRain2\\profiles\\Default\\BepInEx\\core\\BepInEx.Preloader.dll\"" + } + } +} \ No newline at end of file diff --git a/ShareSuite/ShareSuite.csproj.user b/ShareSuite/ShareSuite.csproj.user new file mode 100644 index 0000000..fc2496c --- /dev/null +++ b/ShareSuite/ShareSuite.csproj.user @@ -0,0 +1,9 @@ + + + + ProjectDebugger + + + RoR2 Mod Launch + + \ No newline at end of file