Przeglądaj źródła

Fixed bug where Resources/pdficon.png was not being included correctly.

Kenric Nugteren 1 rok temu
rodzic
commit
3cfa5496f4

+ 4 - 4
prs.classes/PRSClasses.csproj

@@ -11,10 +11,6 @@
       <DefineConstants>TRACE; </DefineConstants>
     </PropertyGroup>
 
-    <ItemGroup>
-      <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj" />
-    </ItemGroup>
-
     <ItemGroup>
       <None Remove=".gitignore" />
       <None Remove="PRSClasses\**" />
@@ -36,4 +32,8 @@
       <PackageReference Include="PropertyChanged.Fody" Version="3.4.1" />
     </ItemGroup>
 
+    <ItemGroup>
+      <ProjectReference Include="..\..\inabox\InABox.Core\InABox.Core.csproj" />
+    </ItemGroup>
+
 </Project>

+ 4 - 1
prs.desktop/PRSDesktop.csproj

@@ -32,6 +32,7 @@
     
     <ItemGroup>
         <None Remove="Resources\001-box.png" />
+        <None Remove="Resources\pdficon.png" />
         <Resource Include="Resources\001-box.png">
             <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
         </Resource>
@@ -467,6 +468,9 @@
             <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
         </Resource>
         <None Remove="Resources\pencil.png" />
+        <Resource Include="Resources\pdficon.png">
+          <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+        </Resource>
         <Resource Include="Resources\pencil.png">
             <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
         </Resource>
@@ -778,7 +782,6 @@
       <ProjectReference Include="..\..\InABox\InABox.Client.Local\InABox.Client.Local.csproj" />
       <ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />
       <ProjectReference Include="..\..\inabox\InABox.Client.RPC\InABox.Client.RPC.csproj" />
-      <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj" />
       <ProjectReference Include="..\..\InABox\InABox.Database.SQLite\InABox.Database.SQLite.csproj" />
       <ProjectReference Include="..\..\InABox\InABox.DatabaseProxy\InABox.DatabaseProxy.csproj" />
       <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj" />

+ 0 - 1
prs.server/PRSServer.csproj

@@ -88,7 +88,6 @@
         <ProjectReference Include="..\..\InABox\InABox.Client.Local\InABox.Client.Local.csproj" />
         <ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />
         <ProjectReference Include="..\..\inabox\InABox.Client.RPC\InABox.Client.RPC.csproj" />
-        <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj" />
         <ProjectReference Include="..\..\InABox\InABox.Database.SQLite\InABox.Database.SQLite.csproj" />
         <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj" />
         <ProjectReference Include="..\..\InABox\inabox.logging.shared\InABox.Logging.Shared.csproj">

+ 0 - 1
prs.shared/PRS.Shared.csproj

@@ -10,7 +10,6 @@
 
   <ItemGroup>
     <ProjectReference Include="..\..\inabox\inabox.client.rest\InABox.Client.Rest\InABox.Client.Rest.csproj" />
-    <ProjectReference Include="..\..\InABox\InABox.Core\InABox.Core.csproj" />
     <ProjectReference Include="..\..\InABox\InABox.Database\InABox.Database.csproj" />
     <ProjectReference Include="..\..\inabox\InABox.Poster.CSV\InABox.Poster.CSV.csproj" />
     <ProjectReference Include="..\..\InABox\InABox.WPF\InABox.Wpf.csproj" />

+ 0 - 1
prs.shared/Update.cs

@@ -4,7 +4,6 @@ using InABox.Core;
 using InABox.DynamicGrid;
 using InABox.WPF;
 using RestSharp;
-using Syncfusion.Windows.Shared;
 using System;
 using System.Collections.Generic;
 using System.Diagnostics;