Changed .gitignore

This commit is contained in:
CreativeMD 2018-05-03 13:31:32 +02:00
parent 23905479ab
commit 3e1454ace3
16 changed files with 53499 additions and 288 deletions

18
VSModLauncher.csproj.user Normal file
View 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>