mirror of
https://github.com/anegostudios/vsmodtemplate
synced 2025-07-05 12:54:32 -07:00
Changed .gitignore
This commit is contained in:
parent
23905479ab
commit
3e1454ace3
16 changed files with 53499 additions and 288 deletions
18
VSModLauncher.csproj.user
Normal file
18
VSModLauncher.csproj.user
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
||||
<StartAction>Program</StartAction>
|
||||
<StartProgram>$(AppData)\Vintagestory\Vintagestory.exe</StartProgram>
|
||||
<StartArguments>--openWorld="modsamplestest" -p3 --addModPath="$(SolutionDir)mods"</StartArguments>
|
||||
<StartWorkingDirectory>$(AppData)\Vintagestory\</StartWorkingDirectory>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
||||
<StartAction>Program</StartAction>
|
||||
<StartProgram>$(AppData)\Vintagestory\Vintagestory.exe</StartProgram>
|
||||
<StartArguments>--openWorld="modsamplestest" -p3 --addModPath="$(SolutionDir)mods"</StartArguments>
|
||||
<StartWorkingDirectory>$(AppData)\Vintagestory\</StartWorkingDirectory>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ReferencePath>$(AppData)\Vintagestory\;$(AppData)\Vintagestory\Lib\</ReferencePath>
|
||||
</PropertyGroup>
|
||||
</Project>
|
Loading…
Add table
Add a link
Reference in a new issue