Statistics
| Branch: | Revision:

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

History | View | Annotate | Download (9 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>{2E420750-6124-473B-808D-41755C907648}</ProjectGuid>
12
    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13
    <OutputType>Library</OutputType>
14
    <AppDesignerFolder>Properties</AppDesignerFolder>
15
    <RootNamespace>ICSharpCode.SharpZipLib.Silverlight</RootNamespace>
16
    <AssemblyName>ICSharpCode.SharpZipLib.Silverlight</AssemblyName>
17
    <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
18
    <SilverlightApplication>false</SilverlightApplication>
19
    <ValidateXaml>true</ValidateXaml>
20
    <ThrowErrorsInValidation>false</ThrowErrorsInValidation>
21
    <FileUpgradeFlags>
22
    </FileUpgradeFlags>
23
    <OldToolsVersion>3.5</OldToolsVersion>
24
    <UpgradeBackupLocation>
25
    </UpgradeBackupLocation>
26
    <IsWebBootstrapper>false</IsWebBootstrapper>
27
    <SignAssembly>true</SignAssembly>
28
    <AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
29
    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>
30
    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>
31
    <PublishUrl>publish\</PublishUrl>
32
    <Install>true</Install>
33
    <InstallFrom>Disk</InstallFrom>
34
    <UpdateEnabled>false</UpdateEnabled>
35
    <UpdateMode>Foreground</UpdateMode>
36
    <UpdateInterval>7</UpdateInterval>
37
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
38
    <UpdatePeriodically>false</UpdatePeriodically>
39
    <UpdateRequired>false</UpdateRequired>
40
    <MapFileExtensions>true</MapFileExtensions>
41
    <ApplicationRevision>0</ApplicationRevision>
42
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
43
    <UseApplicationTrust>false</UseApplicationTrust>
44
    <BootstrapperEnabled>true</BootstrapperEnabled>
45
  </PropertyGroup>
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
47
    <DebugSymbols>true</DebugSymbols>
48
    <DebugType>full</DebugType>
49
    <Optimize>false</Optimize>
50
    <OutputPath>Bin\Debug</OutputPath>
51
    <DefineConstants>DEBUG;TRACE;SILVERLIGHT</DefineConstants>
52
    <NoStdLib>true</NoStdLib>
53
    <NoConfig>true</NoConfig>
54
    <ErrorReport>prompt</ErrorReport>
55
    <WarningLevel>4</WarningLevel>
56
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57
  </PropertyGroup>
58
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
59
    <DebugType>pdbonly</DebugType>
60
    <Optimize>true</Optimize>
61
    <OutputPath>Bin\Release</OutputPath>
62
    <DefineConstants>TRACE;SILVERLIGHT</DefineConstants>
63
    <NoStdLib>true</NoStdLib>
64
    <NoConfig>true</NoConfig>
65
    <ErrorReport>prompt</ErrorReport>
66
    <WarningLevel>4</WarningLevel>
67
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
68
  </PropertyGroup>
69
  <ItemGroup>
70
    <Reference Include="System.ServiceModel.Web" />
71
    <Reference Include="System.Windows" />
72
    <Reference Include="mscorlib" />
73
    <Reference Include="system" />
74
    <Reference Include="System.Core" />
75
    <Reference Include="System.Xml" />
76
    <Reference Include="System.Net" />
77
    <Reference Include="System.Windows.Browser" />
78
    <Reference Include="System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
79
  </ItemGroup>
80
  <ItemGroup>
81
    <Compile Include="BZip2\BZip2.cs" />
82
    <Compile Include="BZip2\BZip2Constants.cs" />
83
    <Compile Include="BZip2\BZip2Exception.cs" />
84
    <Compile Include="BZip2\BZip2InputStream.cs" />
85
    <Compile Include="BZip2\BZip2OutputStream.cs" />
86
    <Compile Include="Checksums\Adler32.cs" />
87
    <Compile Include="Checksums\CRC32.cs" />
88
    <Compile Include="Checksums\IChecksum.cs" />
89
    <Compile Include="Checksums\StrangeCRC.cs" />
90
    <Compile Include="Compat\Extensions.cs" />
91
    <Compile Include="Core\FileSystemScanner.cs" />
92
    <Compile Include="Core\INameTransform.cs" />
93
    <Compile Include="Core\IScanFilter.cs" />
94
    <Compile Include="Core\NameFilter.cs" />
95
    <Compile Include="Core\PathFilter.cs" />
96
    <Compile Include="Core\StreamUtils.cs" />
97
    <Compile Include="Encryption\PkzipClassic.cs" />
98
    <Compile Include="GZip\GZIPConstants.cs" />
99
    <Compile Include="GZip\GZipException.cs" />
100
    <Compile Include="GZip\GzipInputStream.cs" />
101
    <Compile Include="GZip\GzipOutputStream.cs" />
102
    <Compile Include="Main.cs" />
103
    <Compile Include="Properties\AssemblyInfo.cs" />
104
    <Compile Include="Serialization\ISerializable.cs" />
105
    <Compile Include="Serialization\NonSerializedAttribute.cs" />
106
    <Compile Include="Serialization\SerializableAttribute.cs" />
107
    <Compile Include="Serialization\SerializableBase.cs" />
108
    <Compile Include="Serialization\SerializableDateTime.cs" />
109
    <Compile Include="Serialization\SerializableString.cs" />
110
    <Compile Include="Serialization\SerializationInfo.cs" />
111
    <Compile Include="Serialization\XmlFormatter.Deserialize.cs" />
112
    <Compile Include="Serialization\XmlFormatter.Serialize.cs" />
113
    <Compile Include="SharpZipBaseException.cs" />
114
    <Compile Include="Tar\InvalidHeaderException.cs" />
115
    <Compile Include="Tar\TarArchive.cs" />
116
    <Compile Include="Tar\TarBuffer.cs" />
117
    <Compile Include="Tar\TarEntry.cs" />
118
    <Compile Include="Tar\TarException.cs" />
119
    <Compile Include="Tar\TarHeader.cs" />
120
    <Compile Include="Tar\TarInputStream.cs" />
121
    <Compile Include="Tar\TarOutputStream.cs" />
122
    <Compile Include="Zip\Compression\Deflater.cs" />
123
    <Compile Include="Zip\Compression\DeflaterConstants.cs" />
124
    <Compile Include="Zip\Compression\DeflaterEngine.cs" />
125
    <Compile Include="Zip\Compression\DeflaterHuffman.cs" />
126
    <Compile Include="Zip\Compression\DeflaterPending.cs" />
127
    <Compile Include="Zip\Compression\Inflater.cs" />
128
    <Compile Include="Zip\Compression\InflaterDynHeader.cs" />
129
    <Compile Include="Zip\Compression\InflaterHuffmanTree.cs" />
130
    <Compile Include="Zip\Compression\PendingBuffer.cs" />
131
    <Compile Include="Zip\Compression\Streams\DeflaterOutputStream.cs" />
132
    <Compile Include="Zip\Compression\Streams\InflaterInputStream.cs" />
133
    <Compile Include="Zip\Compression\Streams\OutputWindow.cs" />
134
    <Compile Include="Zip\Compression\Streams\StreamManipulator.cs" />
135
    <Compile Include="Zip\FastZip.cs" />
136
    <Compile Include="Zip\IEntryFactory.cs" />
137
    <Compile Include="Zip\ZipConstants.cs" />
138
    <Compile Include="Zip\ZipEntry.cs" />
139
    <Compile Include="Zip\ZipEntryFactory.cs" />
140
    <Compile Include="Zip\ZipException.cs" />
141
    <Compile Include="Zip\ZipExtraData.cs" />
142
    <Compile Include="Zip\ZipFile.cs" />
143
    <Compile Include="Zip\ZipHelperStream.cs" />
144
    <Compile Include="Zip\ZipInputStream.cs" />
145
    <Compile Include="Zip\ZipNameTransform.cs" />
146
    <Compile Include="Zip\ZipOutputStream.cs" />
147
  </ItemGroup>
148
  <ItemGroup>
149
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
150
      <Visible>False</Visible>
151
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
152
      <Install>false</Install>
153
    </BootstrapperPackage>
154
    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
155
      <Visible>False</Visible>
156
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
157
      <Install>false</Install>
158
    </BootstrapperPackage>
159
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
160
      <Visible>False</Visible>
161
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
162
      <Install>false</Install>
163
    </BootstrapperPackage>
164
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
165
      <Visible>False</Visible>
166
      <ProductName>.NET Framework 3.5</ProductName>
167
      <Install>false</Install>
168
    </BootstrapperPackage>
169
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
170
      <Visible>False</Visible>
171
      <ProductName>.NET Framework 3.5 SP1</ProductName>
172
      <Install>true</Install>
173
    </BootstrapperPackage>
174
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
175
      <Visible>False</Visible>
176
      <ProductName>Windows Installer 3.1</ProductName>
177
      <Install>true</Install>
178
    </BootstrapperPackage>
179
  </ItemGroup>
180
  <ItemGroup>
181
    <None Include="key.snk" />
182
  </ItemGroup>
183
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Silverlight\$(SilverlightVersion)\Microsoft.Silverlight.CSharp.targets" />
184
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
185
       Other similar extension points exist, see Microsoft.Common.targets.
186
  <Target Name="BeforeBuild">
187
  </Target>
188
  <Target Name="AfterBuild">
189
  </Target>
190
  -->
191
  <ProjectExtensions>
192
    <VisualStudio>
193
      <FlavorProperties GUID="{A1591282-1198-4647-A2B1-27E5FF5F6F3B}">
194
        <SilverlightProjectProperties />
195
      </FlavorProperties>
196
    </VisualStudio>
197
  </ProjectExtensions>
198
</Project>