changeset 74:5bf51f7a28ce

Re #311: can't read ZIP file packed by Linux app Archive Manager/File Roller * Move API tests 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:27:20 +0000
parents 7458f35d1bb5
children 72479ca6feb4
files IBBoard.WarFoundry.API.Tests.csproj libs/ICSharpCode.SharpZipLib.dll
diffstat 2 files changed, 9 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/IBBoard.WarFoundry.API.Tests.csproj	Tue Sep 28 19:57:46 2010 +0000
+++ b/IBBoard.WarFoundry.API.Tests.csproj	Sat Oct 30 14:27:20 2010 +0000
@@ -3,7 +3,7 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.50727</ProductVersion>
+    <ProductVersion>9.0.30729</ProductVersion>
     <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{B20E808D-878E-4F6D-B1E3-84A9A49905CB}</ProjectGuid>
     <OutputType>Library</OutputType>
@@ -15,7 +15,9 @@
     <UpgradeBackupLocation>
     </UpgradeBackupLocation>
     <OldToolsVersion>2.0</OldToolsVersion>
-    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+    <TargetFrameworkSubset>
+    </TargetFrameworkSubset>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -43,9 +45,6 @@
   </Target>
   -->
   <ItemGroup>
-    <Content Include="libs\ICSharpCode.SharpZipLib.dll" />
-  </ItemGroup>
-  <ItemGroup>
     <Compile Include="MockObjects\MockRaceZipFile.cs" />
     <Compile Include="MockObjects\MockSystemZipFile.cs" />
     <Compile Include="API\WarFoundryLoaderTest.cs" />
@@ -73,6 +72,7 @@
     <Compile Include="API\Factories\Xml\WarFoundryXmlSystemFactoryTest.cs" />
   </ItemGroup>
   <ItemGroup>
+    <None Include="app.config" />
     <None Include="testdata\Test.race">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
@@ -233,10 +233,6 @@
     </None>
   </ItemGroup>
   <ItemGroup>
-    <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
-      <SpecificVersion>False</SpecificVersion>
-      <HintPath>libs\ICSharpCode.SharpZipLib.dll</HintPath>
-    </Reference>
     <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
     <Reference Include="System.Xml" />
   </ItemGroup>
@@ -249,6 +245,10 @@
       <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>
   <ProjectExtensions>
     <MonoDevelop>
@@ -260,11 +260,4 @@
     </MonoDevelop>
     <VisualStudio />
   </ProjectExtensions>
-  <ItemGroup>
-    <Folder Include="testdata\xml-race-factory\" />
-    <Folder Include="testdata\" />
-    <Folder Include="testdata\" />
-    <Folder Include="testdata\xml-system-factory\" />
-    <Folder Include="testdata\xml-factory-util\" />
-  </ItemGroup>
 </Project>
\ No newline at end of file
Binary file libs/ICSharpCode.SharpZipLib.dll has changed