diff options
| author | lempamo <[email protected]> | 2017-03-31 18:31:16 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-03-31 18:31:16 -0400 |
| commit | 586f0f740898cd7eb7cd59048ba8d59410b2f766 (patch) | |
| tree | 1056452ed84ae193ed9e7e9b7c47582feecf4cdc /TimeHACK.Engine/TimeHACK.Engine.csproj | |
| parent | 5ec8f66c1ad558a165cf621b405bee7cba48be0b (diff) | |
| download | histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.gz histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.tar.bz2 histacom2-586f0f740898cd7eb7cd59048ba8d59410b2f766.zip | |
fixed tons of things
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> |
