Skip to content

Commit

Permalink
Some issues I encountered and solutions to those issues are added to the
Browse files Browse the repository at this point in the history
readme. Some issues are trivial, some are more annoying to deal with. I
don't know what the 'audience' the Readme is for so I included all of
them.

I also think we might want to remove the LibNoise/bin folder from the
repo, but since they're already inside I'll just carrying on committing
them for now.
  • Loading branch information
yueranyuan committed Dec 23, 2016
1 parent fb251d9 commit e5de38a
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 137 deletions.
7 changes: 2 additions & 5 deletions DwarfCorp.sln
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DwarfCorpXNAContent", "DwarfCorp\DwarfCorpContent\DwarfCorpXNAContent.contentproj", "{D48F9E36-1F42-4633-B745-8C659D9550D4}"
EndProject
Expand Down Expand Up @@ -257,7 +257,4 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal
15 changes: 11 additions & 4 deletions DwarfCorp/DwarfCorpXNA/DwarfCorpXNA.csproj
Expand Up @@ -68,10 +68,10 @@
<StartupObject>DwarfCorp.Program</StartupObject>
</PropertyGroup>
<PropertyGroup>
<ManifestCertificateThumbprint>EE7B303C9875B09BE7D0598D86CC55EB401820FD</ManifestCertificateThumbprint>
<ManifestCertificateThumbprint>0A6813B9A714C605137CE6838950BF3854EFB660</ManifestCertificateThumbprint>
</PropertyGroup>
<PropertyGroup>
<ManifestKeyFile>DwarfCorp_TemporaryKey.pfx</ManifestKeyFile>
<ManifestKeyFile>DwarfCorpXNA_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>true</GenerateManifests>
Expand All @@ -80,6 +80,10 @@
<SignManifests>true</SignManifests>
</PropertyGroup>
<ItemGroup>
<Reference Include="LumenWorks.Framework.IO, Version=3.8.0.0, Culture=neutral, PublicKeyToken=5ad3ea2f85776344, processorArchitecture=MSIL">
<HintPath>..\..\packages\LumenWorks.Framework.IO.3.8.0\lib\net20\LumenWorks.Framework.IO.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
<Private>False</Private>
</Reference>
Expand Down Expand Up @@ -1382,7 +1386,6 @@
<Content Include="favicon.ico" />
<Content Include="Game.ico" />
<Content Include="GameThumbnail.png" />
<Content Include="LumenWorks.Framework.IO.dll" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
Expand Down Expand Up @@ -1426,13 +1429,17 @@
<Name>LibNoise</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="DwarfCorpXNA_TemporaryKey.pfx" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<COMReference Include="Microsoft.Office.Core">
<Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
<VersionMajor>2</VersionMajor>
<VersionMinor>7</VersionMinor>
<Lcid>0</Lcid>
<WrapperTool>primary</WrapperTool>
<WrapperTool>tlbimp</WrapperTool>
<Isolated>False</Isolated>
<EmbedInteropTypes>True</EmbedInteropTypes>
</COMReference>
Expand Down

0 comments on commit e5de38a

Please sign in to comment.