diff options
| author | AShifter <[email protected]> | 2017-06-18 18:39:27 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-18 18:39:27 -0700 |
| commit | bf7fcf52ad5373e25fbe399f4f1dd1091f53c159 (patch) | |
| tree | 858cc86e8f02535ff7ec081fb290611d0ff0705f /TimeHACK.Main/TimeHACK.Main.csproj | |
| parent | 15f2e1a7e3ec5d85aee4a126144722feeff4682f (diff) | |
| download | histacom2-bf7fcf52ad5373e25fbe399f4f1dd1091f53c159.tar.gz histacom2-bf7fcf52ad5373e25fbe399f4f1dd1091f53c159.tar.bz2 histacom2-bf7fcf52ad5373e25fbe399f4f1dd1091f53c159.zip | |
Some more terminal work
IT WORKS! IT WWOOOOORRRKKKSS!!! YOu can now use Thread.Sleep(); without
issues.
Diffstat (limited to 'TimeHACK.Main/TimeHACK.Main.csproj')
| -rw-r--r-- | TimeHACK.Main/TimeHACK.Main.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TimeHACK.Main/TimeHACK.Main.csproj b/TimeHACK.Main/TimeHACK.Main.csproj index 0378561..fe54247 100644 --- a/TimeHACK.Main/TimeHACK.Main.csproj +++ b/TimeHACK.Main/TimeHACK.Main.csproj @@ -106,8 +106,7 @@ </PropertyGroup> <ItemGroup> <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> - <SpecificVersion>False</SpecificVersion> - <HintPath>bin\Release\Newtonsoft.Json.dll</HintPath> + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> @@ -345,6 +344,7 @@ <EmbeddedResource Include="TitleScreen.resx"> <DependentUpon>TitleScreen.cs</DependentUpon> </EmbeddedResource> + <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
