Skip to content

Commit

Permalink
Updated HugsLib
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoDjango authored Nov 4, 2016
1 parent b7a3284 commit 9f78081
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
Binary file modified Assemblies/$HugsLib.dll
Binary file not shown.
Binary file modified Assemblies/HandMeThatBrick.dll
Binary file not shown.
17 changes: 8 additions & 9 deletions Source/HandMeThatBrick.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C326F5B2-2859-46C4-B339-68543358705B}</ProjectGuid>
<ProjectGuid>{EB96B4CA-CF63-423E-ACBA-EFC213D720B0}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>HandMeThatBrick</RootNamespace>
Expand All @@ -24,15 +24,15 @@
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\Assemblies\</OutputPath>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<Reference Include="%24HugsLib">
<HintPath>..\..\..\$HugsLib.dll</HintPath>
<HintPath>..\..\$HugsLib.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp">
<HintPath>C:\Program Files (x86)\Steam\steamapps\common\RimWorld\RimWorldWin_Data\Managed\Assembly-CSharp.dll</HintPath>
Expand All @@ -56,10 +56,9 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target> -->
</Project>
2 changes: 1 addition & 1 deletion Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c326f5b2-2859-46c4-b339-68543358705b")]
[assembly: Guid("eb96b4ca-cf63-423e-acba-efc213d720b0")]

// Version information for an assembly consists of the following four values:
//
Expand Down

0 comments on commit 9f78081

Please sign in to comment.