diff IBBoard.WarFoundry.GUI.QtSharp.csproj @ 5:1bd8febee385

Re #242: Create Qt# UI for WarFoundry * Add logging library * Set up WarFoundry environment * Log load errors
author IBBoard <dev@ibboard.co.uk>
date Mon, 25 Jan 2010 20:54:33 +0000
parents ac1bf60edf63
children 61bc9b44a695
line wrap: on
line diff
--- a/IBBoard.WarFoundry.GUI.QtSharp.csproj	Mon Jan 25 20:44:39 2010 +0000
+++ b/IBBoard.WarFoundry.GUI.QtSharp.csproj	Mon Jan 25 20:54:33 2010 +0000
@@ -76,11 +76,15 @@
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
     <None Include="qt-gui\CreateNewArmyLayout.ui" />
+    <None Include="lib\log4net.dll">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
   </ItemGroup>
   <ItemGroup>
     <Folder Include="qt-gui\" />
     <Folder Include="icons\" />
     <Folder Include="icons\ui\" />
+    <Folder Include="lib\" />
   </ItemGroup>
   <ItemGroup>
     <Content Include="icons\App.png">
@@ -90,6 +94,10 @@
   <ItemGroup>
     <Reference Include="System" />
     <Reference Include="qt-dotnet, Version=4.5.0.0, Culture=neutral, PublicKeyToken=194a23ba31c08164" />
+    <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>lib\log4net.dll</HintPath>
+    </Reference>
   </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>
@@ -97,5 +105,9 @@
       <Project>{951E6C7A-7FBA-4F68-9D9E-F48618BB9626}</Project>
       <Name>IBBoard.WarFoundry.API</Name>
     </ProjectReference>
+    <ProjectReference Include="..\IBBoard\IBBoard.csproj">
+      <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
+      <Name>IBBoard</Name>
+    </ProjectReference>
   </ItemGroup>
 </Project>
\ No newline at end of file