diff options
Diffstat (limited to 'ShiftOS.Objects/ShiftOS.Objects.csproj')
| -rw-r--r-- | ShiftOS.Objects/ShiftOS.Objects.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ShiftOS.Objects/ShiftOS.Objects.csproj b/ShiftOS.Objects/ShiftOS.Objects.csproj index 7a19aeb..9ed8c3b 100644 --- a/ShiftOS.Objects/ShiftOS.Objects.csproj +++ b/ShiftOS.Objects/ShiftOS.Objects.csproj @@ -45,6 +45,7 @@ <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> + <Compile Include="ChatRoom.cs" /> <Compile Include="ClientSave.cs" /> <Compile Include="EngineShiftnetSubscription.cs" /> <Compile Include="Job.cs" /> @@ -56,8 +57,10 @@ <Compile Include="Save.cs" /> <Compile Include="ShiftFS.cs" /> <Compile Include="Shop.cs" /> + <Compile Include="UniteClient.cs" /> <Compile Include="Unite\Download.cs" /> <Compile Include="Unite\ReleaseQuery.cs" /> + <Compile Include="UserConfig.cs" /> </ItemGroup> <ItemGroup> <None Include="packages.config" /> |
