1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<Project name="grubng-sharp" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
<Policies>
<ChangeLogPolicy UpdateMode="ProjectRoot" inheritsSet="Mono">
<MessageStyle FileSeparator=", " />
</ChangeLogPolicy>
</Policies>
<Configurations active="Debug">
<Configuration name="Debug" ctype="DotNetProjectConfiguration">
<Output directory="bin/Debug" assemblyKeyFile="." assembly="grubng-sharp" />
<Build debugmode="True" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG TRACE" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
<Configuration name="Release" ctype="DotNetProjectConfiguration">
<Output directory="bin/Release" assembly="grubng-sharp" />
<Build debugmode="False" target="Library" />
<Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
</Configuration>
</Configurations>
<Contents>
<File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
<File name="ARCCheck.cs" subtype="Code" buildaction="Compile" />
<File name="Compress.cs" subtype="Code" buildaction="Compile" />
<File name="Config.cs" subtype="Code" buildaction="Compile" />
<File name="Crawler.cs" subtype="Code" buildaction="Compile" />
<File name="CrawlerMessage.cs" subtype="Code" buildaction="Compile" />
<File name="CrawlerStatus.cs" subtype="Code" buildaction="Compile" />
<File name="Logs.cs" subtype="Code" buildaction="Compile" />
<File name="Sitemap.cs" subtype="Code" buildaction="Compile" />
<File name="Threads.cs" subtype="Code" buildaction="Compile" />
<File name="Updater.cs" subtype="Code" buildaction="Compile" />
<File name="ChangeLog" subtype="Code" buildaction="FileCopy" />
<File name="COPYING" subtype="Code" buildaction="FileCopy" />
<File name="7Zip/ICoder.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/COPYING" subtype="Code" buildaction="Nothing" />
<File name="7Zip/IMatchFinder.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/LzBinTree.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/LzInWindow.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/LzmaBase.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/LzmaEncoder.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/RangeCoder.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/RangeCoderBit.cs" subtype="Code" buildaction="Compile" />
<File name="7Zip/RangeCoderBitTree.cs" subtype="Code" buildaction="Compile" />
<File name="Workunit.cs" subtype="Code" buildaction="Compile" />
<File name="RemoteControl.cs" subtype="Code" buildaction="Compile" />
</Contents>
<References>
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
</References>
</Project>
|