diff options
| author | lempamo <[email protected]> | 2017-11-06 18:25:28 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-11-06 18:25:28 -0500 |
| commit | 5e56859b9a57f8b4e65d75fc70135e3680c5cb66 (patch) | |
| tree | ed103a9f2bf4d45567ab032eeb252a0672029526 /Histacom2.Engine/Histacom2.Engine.csproj | |
| parent | f0e2d14a959db1e5d35c4dc5f77ed3523c93200a (diff) | |
| parent | bf40637c6358b07f9dee16809326bc7430c1d983 (diff) | |
| download | histacom2-5e56859b9a57f8b4e65d75fc70135e3680c5cb66.tar.gz histacom2-5e56859b9a57f8b4e65d75fc70135e3680c5cb66.tar.bz2 histacom2-5e56859b9a57f8b4e65d75fc70135e3680c5cb66.zip | |
Merge pull request #181 from RogueAI42/master
clean up my old junk from save system
Diffstat (limited to 'Histacom2.Engine/Histacom2.Engine.csproj')
| -rw-r--r-- | Histacom2.Engine/Histacom2.Engine.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Histacom2.Engine/Histacom2.Engine.csproj b/Histacom2.Engine/Histacom2.Engine.csproj index 1d36223..69443b1 100644 --- a/Histacom2.Engine/Histacom2.Engine.csproj +++ b/Histacom2.Engine/Histacom2.Engine.csproj @@ -44,6 +44,9 @@ <Reference Include="System.Data" /> <Reference Include="System.Net.Http" /> <Reference Include="System.Xml" /> + <Reference Include="Whoa, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\Whoa.1.5.0\lib\net45\Whoa.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Compile Include="BSODCreator.cs" /> |
