aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main/ShiftOS.Main.csproj
diff options
context:
space:
mode:
authorAShifter <[email protected]>2017-10-14 21:45:59 -0600
committerAShifter <[email protected]>2017-10-14 21:45:59 -0600
commit9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c (patch)
tree4910219c6c6c213e7119d166b753bbb168d83db2 /ShiftOS.Main/ShiftOS.Main.csproj
parentc2f59d0b9dffdcfaabff7f0087a40988c39e9f98 (diff)
downloadshiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.tar.gz
shiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.tar.bz2
shiftos-rewind-9c31cf53bee2fda60abe5b3687c3a8ed8b5e5e5c.zip
Finish Skinning and Serialize Current Skin
Almost fixed the contect button glitch and i'm using Newtonsoft.JSON to save skins!
Diffstat (limited to 'ShiftOS.Main/ShiftOS.Main.csproj')
-rw-r--r--ShiftOS.Main/ShiftOS.Main.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/ShiftOS.Main/ShiftOS.Main.csproj b/ShiftOS.Main/ShiftOS.Main.csproj
index c814c14..9cbae5f 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" />
@@ -110,6 +113,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>