diff options
| author | AShifter <[email protected]> | 2017-10-15 08:36:45 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-15 08:36:45 -0600 |
| commit | db4a54dcec8c3d718bc8efcd64afa5ac39e1fbb4 (patch) | |
| tree | 1190cc4e0ea18ae6a530b9284a0e4f49177de24e /ShiftOS.Main/ShiftOS.Main.csproj | |
| parent | b0fb6ed50e8108b4c5f4ef8614368664e79d4426 (diff) | |
| parent | ed1d876aaa2cc8b0fd953d4cafb66e07e9051f3a (diff) | |
| download | shiftos-rewind-db4a54dcec8c3d718bc8efcd64afa5ac39e1fbb4.tar.gz shiftos-rewind-db4a54dcec8c3d718bc8efcd64afa5ac39e1fbb4.tar.bz2 shiftos-rewind-db4a54dcec8c3d718bc8efcd64afa5ac39e1fbb4.zip | |
Merge pull request #12 from AShifter/master
Master
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
| -rw-r--r-- | ShiftOS.Main/ShiftOS.Main.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj index 7c19b38..f511503 100644 --- a/ShiftOS.Main/ShiftOS.Main.csproj +++ b/ShiftOS.Main/ShiftOS.Main.csproj @@ -31,6 +31,9 @@ <WarningLevel>4</WarningLevel> </PropertyGroup> <ItemGroup> + <Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> + <HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> + </Reference> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Xml.Linq" /> @@ -119,6 +122,7 @@ <EmbeddedResource Include="ShiftOS\Desktop.resx"> <DependentUpon>Desktop.cs</DependentUpon> </EmbeddedResource> + <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
