diff options
| author | AShifter <[email protected]> | 2017-03-31 16:38:38 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-31 16:38:38 -0600 |
| commit | 5b29f2242e144a791afd775766e6d540f19c0ba4 (patch) | |
| tree | 1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Engine/TimeHACK.Engine.csproj | |
| parent | 9de6d029cc13b3ed2601fec3bf3cfb183b5c35f4 (diff) | |
| parent | 586f0f740898cd7eb7cd59048ba8d59410b2f766 (diff) | |
| download | histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.gz histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.tar.bz2 histacom2-5b29f2242e144a791afd775766e6d540f19c0ba4.zip | |
Merge pull request #21 from lempamo/master
fixed namespace
Diffstat (limited to 'TimeHACK.Engine/TimeHACK.Engine.csproj')
| -rw-r--r-- | TimeHACK.Engine/TimeHACK.Engine.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TimeHACK.Engine/TimeHACK.Engine.csproj b/TimeHACK.Engine/TimeHACK.Engine.csproj index dfff0ed..b30c6fd 100644 --- a/TimeHACK.Engine/TimeHACK.Engine.csproj +++ b/TimeHACK.Engine/TimeHACK.Engine.csproj @@ -30,6 +30,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="Newtonsoft.Json"> + <HintPath>..\TimeHACK.Main\bin\Release\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Drawing" /> @@ -55,6 +58,7 @@ <DependentUpon>WinClassic.cs</DependentUpon> </Compile> <Compile Include="WindowManager.cs" /> + <Compile Include="WCMessageParser.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> |
