Statistics
| Branch: | Revision:

root / trunk / hammock / src / net35 / ICSharpCode.SharpZipLib.Silverlight.Tests / ICSharpCode.SharpZipLib.Silverlight.Tests.csproj @ 0eea575a

History | View | Annotate | Download (6.4 kB)

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup Condition="'$(MSBuildToolsVersion)' == '3.5'">
4
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
5
  </PropertyGroup>
6
  <PropertyGroup>
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9
    <ProductVersion>9.0.30729</ProductVersion>
10
    <SchemaVersion>2.0</SchemaVersion>
11
    <ProjectGuid>{3808F0EB-14CF-4919-87F3-97FB9D225A80}</ProjectGuid>
12
    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13
    <OutputType>Library</OutputType>
14
    <AppDesignerFolder>Properties</AppDesignerFolder>
15
    <RootNamespace>SharpZipLibTests.Silverlight</RootNamespace>
16
    <AssemblyName>SharpZipLibTests.Silverlight</AssemblyName>
17
    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
18
    <SilverlightApplication>false</SilverlightApplication>
19
    <FileUpgradeFlags>
20
    </FileUpgradeFlags>
21
    <OldToolsVersion>3.5</OldToolsVersion>
22
    <UpgradeBackupLocation>
23
    </UpgradeBackupLocation>
24
    <IsWebBootstrapper>false</IsWebBootstrapper>
25
    <SignAssembly>true</SignAssembly>
26
    <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
27
    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
28
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
29
    <PublishUrl>publish\</PublishUrl>
30
    <Install>true</Install>
31
    <InstallFrom>Disk</InstallFrom>
32
    <UpdateEnabled>false</UpdateEnabled>
33
    <UpdateMode>Foreground</UpdateMode>
34
    <UpdateInterval>7</UpdateInterval>
35
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
36
    <UpdatePeriodically>false</UpdatePeriodically>
37
    <UpdateRequired>false</UpdateRequired>
38
    <MapFileExtensions>true</MapFileExtensions>
39
    <ApplicationRevision>0</ApplicationRevision>
40
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
41
    <UseApplicationTrust>false</UseApplicationTrust>
42
    <BootstrapperEnabled>true</BootstrapperEnabled>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45
    <DebugSymbols>true</DebugSymbols>
46
    <DebugType>full</DebugType>
47
    <Optimize>false</Optimize>
48
    <OutputPath>ClientBin\</OutputPath>
49
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
50
    <NoStdLib>true</NoStdLib>
51
    <NoConfig>true</NoConfig>
52
    <ErrorReport>prompt</ErrorReport>
53
    <WarningLevel>4</WarningLevel>
54
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
55
  </PropertyGroup>
56
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
57
    <DebugType>pdbonly</DebugType>
58
    <Optimize>true</Optimize>
59
    <OutputPath>ClientBin\</OutputPath>
60
    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
61
    <NoStdLib>true</NoStdLib>
62
    <NoConfig>true</NoConfig>
63
    <ErrorReport>prompt</ErrorReport>
64
    <WarningLevel>4</WarningLevel>
65
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
66
  </PropertyGroup>
67
  <ItemGroup>
68
    <Reference Include="System.Runtime.Serialization" />
69
    <Reference Include="System.ServiceModel" />
70
    <Reference Include="System.ServiceModel.Web" />
71
    <Reference Include="System.Windows">
72
      <Private>True</Private>
73
    </Reference>
74
    <Reference Include="mscorlib" />
75
    <Reference Include="system">
76
      <Private>True</Private>
77
    </Reference>
78
    <Reference Include="System.Core">
79
      <Private>True</Private>
80
    </Reference>
81
    <Reference Include="System.Xml">
82
      <Private>True</Private>
83
    </Reference>
84
    <Reference Include="System.Windows.Browser">
85
      <Private>True</Private>
86
    </Reference>
87
  </ItemGroup>
88
  <ItemGroup>
89
    <Compile Include="Base\InflaterDeflaterTests.cs" />
90
    <Compile Include="BZip2\Bzip2Tests.cs" />
91
    <Compile Include="GZip\GZipTests.cs" />
92
    <Compile Include="Properties\AssemblyInfo.cs" />
93
    <Compile Include="Tar\TarTests.cs" />
94
    <Compile Include="TestSupport\RingBuffer.cs" />
95
    <Compile Include="TestSupport\Streams.cs" />
96
    <Compile Include="Zip\ZipTests.cs" />
97
  </ItemGroup>
98
  <ItemGroup>
99
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
100
      <Visible>False</Visible>
101
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
102
      <Install>false</Install>
103
    </BootstrapperPackage>
104
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
105
      <Visible>False</Visible>
106
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
107
      <Install>false</Install>
108
    </BootstrapperPackage>
109
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
110
      <Visible>False</Visible>
111
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
112
      <Install>false</Install>
113
    </BootstrapperPackage>
114
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
115
      <Visible>False</Visible>
116
      <ProductName>.NET Framework 3.5</ProductName>
117
      <Install>false</Install>
118
    </BootstrapperPackage>
119
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
120
      <Visible>False</Visible>
121
      <ProductName>.NET Framework 3.5 SP1</ProductName>
122
      <Install>true</Install>
123
    </BootstrapperPackage>
124
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
125
      <Visible>False</Visible>
126
      <ProductName>Windows Installer 3.1</ProductName>
127
      <Install>true</Install>
128
    </BootstrapperPackage>
129
  </ItemGroup>
130
  <ItemGroup>
131
    <ProjectReference Include="..\ICSharpCode.SharpZipLib.Silverlight\ICSharpCode.SharpZipLib.Silverlight.csproj">
132
      <Project>{2E420750-6124-473B-808D-41755C907648}</Project>
133
      <Name>ICSharpCode.SharpZipLib.Silverlight %28.NET 3.5\SharpZipLib\ICSharpCode.SharpZipLib.Silverlight%29</Name>
134
    </ProjectReference>
135
  </ItemGroup>
136
  <ItemGroup>
137
    <None Include="key.snk" />
138
    <None Include="packages.config" />
139
  </ItemGroup>
140
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
141
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
142
       Other similar extension points exist, see Microsoft.Common.targets.
143
  <Target Name="BeforeBuild">
144
  </Target>
145
  <Target Name="AfterBuild">
146
  </Target>
147
  -->
148
  <ProjectExtensions>
149
    <VisualStudio>
150
      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
151
        <SilverlightProjectProperties />
152
      </FlavorProperties>
153
    </VisualStudio>
154
  </ProjectExtensions>
155
</Project>