changeset 285:40362a9adf20 WarFoundry_v0.1

Re #311: can't read ZIP file packed by Linux app Archive Manager/File Roller * Move API to using SharpZipLib fork Also: * Convince VS2k8 that it doesn't want to keep re-updating the project
author IBBoard <dev@ibboard.co.uk>
date Sat, 30 Oct 2010 14:28:44 +0000
parents 7ecc6cb804e8
children 08a9c960e17f
files IBBoard.WarFoundry.API.csproj libs/ICSharpCode.SharpZipLib.dll
diffstat 2 files changed, 5 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.csproj	Fri Oct 22 19:52:56 2010 +0000
+++ b/IBBoard.WarFoundry.API.csproj	Sat Oct 30 14:28:44 2010 +0000
@@ -15,7 +15,6 @@
     <OldToolsVersion>2.0</OldToolsVersion>
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
-    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     <TargetFrameworkSubset>
     </TargetFrameworkSubset>
     <PublishUrl>publish\</PublishUrl>
@@ -33,6 +32,7 @@
     <IsWebBootstrapper>false</IsWebBootstrapper>
     <UseApplicationTrust>false</UseApplicationTrust>
     <BootstrapperEnabled>true</BootstrapperEnabled>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -183,21 +183,18 @@
     <Compile Include="api\Factories\Xml\WarFoundryXmlLimitParser.cs" />
   </ItemGroup>
   <ItemGroup>
-    <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
-  </ItemGroup>
-  <ItemGroup>
     <Reference Include="System.Xml" />
     <Reference Include="System" />
-    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath>
-    </Reference>
   </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\IBBoard\IBBoard.csproj">
       <Project>{5DFD64F6-FC2B-4B4F-B92E-483BAC468105}</Project>
       <Name>IBBoard</Name>
     </ProjectReference>
+    <ProjectReference Include="..\SharpZipLib\ICSharpCode.SharpZLib.csproj">
+      <Project>{0E7413FF-EB9E-4714-ACF2-BE3A6A7B2FFD}</Project>
+      <Name>ICSharpCode.SharpZLib</Name>
+    </ProjectReference>
   </ItemGroup>
   <ItemGroup>
     <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
Binary file libs/ICSharpCode.SharpZipLib.dll has changed