Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-02-10 16:27:26 +0400
committerMarek Safar <marek.safar@gmail.com>2012-02-10 18:56:23 +0400
commit88fde5a568991885e6a68636d740ae4b6dc18ac2 (patch)
treea52c2b191478ecdb55f69de9fd0d68843151c8f4 /mcs/class/Compat.ICSharpCode.SharpZipLib
parent510a2941c4e0f6987ab92fbd783ddd233b59db5a (diff)
Add VS project files for test project
Diffstat (limited to 'mcs/class/Compat.ICSharpCode.SharpZipLib')
-rw-r--r--mcs/class/Compat.ICSharpCode.SharpZipLib/Compat.ICSharpCode.SharpZipLib-net_2_0.csproj27
1 files changed, 12 insertions, 15 deletions
diff --git a/mcs/class/Compat.ICSharpCode.SharpZipLib/Compat.ICSharpCode.SharpZipLib-net_2_0.csproj b/mcs/class/Compat.ICSharpCode.SharpZipLib/Compat.ICSharpCode.SharpZipLib-net_2_0.csproj
index 8b80e6507b1..856fb3b50ee 100644
--- a/mcs/class/Compat.ICSharpCode.SharpZipLib/Compat.ICSharpCode.SharpZipLib-net_2_0.csproj
+++ b/mcs/class/Compat.ICSharpCode.SharpZipLib/Compat.ICSharpCode.SharpZipLib-net_2_0.csproj
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -9,23 +9,20 @@
<OutputType>Library</OutputType>
<NoWarn>1699</NoWarn>
<OutputPath>./../../class/compat/net_2_0</OutputPath>
- <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
<NoStdLib>true</NoStdLib>
<AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>mscorlib</RootNamespace>
+ <RootNamespace></RootNamespace>
<AssemblyName>ICSharpCode.SharpZipLib</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
- <StartupObject>
- </StartupObject>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<NoWarn>1699</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0</DefineConstants>
+ <Optimize>false</Optimize>
+ <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<AdditionalLibPaths>./../../class/lib/net_2_0</AdditionalLibPaths>
@@ -91,25 +88,25 @@
<PropertyGroup>
<PreBuildEvent></PreBuildEvent>
</PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib.dll">
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="mscorlib.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ <HintPath>mscorlib.dll</HintPath>
</Reference>
<Reference Include="System.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.dll</HintPath>
+ <HintPath>System.dll</HintPath>
</Reference>
<Reference Include="System.Xml.dll">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\\lib\build\System.Xml.dll</HintPath>
+ <HintPath>System.Xml.dll</HintPath>
</Reference>
- </ItemGroup>
+ </ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>