Skip to content

Commit

Permalink
Build update
Browse files Browse the repository at this point in the history
  • Loading branch information
GER-Space committed Feb 19, 2018
1 parent 71c9ac1 commit f4db5c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
*.user
*.userosscache
*.sln.docstates
*.zip

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
1 change: 0 additions & 1 deletion Addon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using kOS;
using kOS.Safe;
using UnityEngine;
Expand Down
Binary file added GameData/kOS-Biome/KOS-Biome.dll
Binary file not shown.
5 changes: 3 additions & 2 deletions KOS-Biome.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<OutputPath>GameData\kOS-Biome\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
Expand Down

0 comments on commit f4db5c7

Please sign in to comment.