~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to win32/3rdparty/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<VisualStudioProject>
2
 
    <CSHARP
3
 
        ProjectType = "Local"
4
 
        ProductVersion = "7.10.3077"
5
 
        SchemaVersion = "2.0"
6
 
        ProjectGuid = "{BB1EE0B1-1808-46CB-B786-949D91117FC5}"
7
 
    >
8
 
        <Build>
9
 
            <Settings
10
 
                ApplicationIcon = ""
11
 
                AssemblyKeyContainerName = ""
12
 
                AssemblyName = "DotZLib"
13
 
                AssemblyOriginatorKeyFile = ""
14
 
                DefaultClientScript = "JScript"
15
 
                DefaultHTMLPageLayout = "Grid"
16
 
                DefaultTargetSchema = "IE50"
17
 
                DelaySign = "false"
18
 
                OutputType = "Library"
19
 
                PreBuildEvent = ""
20
 
                PostBuildEvent = ""
21
 
                RootNamespace = "DotZLib"
22
 
                RunPostBuildEvent = "OnBuildSuccess"
23
 
                StartupObject = ""
24
 
            >
25
 
                <Config
26
 
                    Name = "Debug"
27
 
                    AllowUnsafeBlocks = "false"
28
 
                    BaseAddress = "285212672"
29
 
                    CheckForOverflowUnderflow = "false"
30
 
                    ConfigurationOverrideFile = ""
31
 
                    DefineConstants = "DEBUG;TRACE"
32
 
                    DocumentationFile = "docs\DotZLib.xml"
33
 
                    DebugSymbols = "true"
34
 
                    FileAlignment = "4096"
35
 
                    IncrementalBuild = "false"
36
 
                    NoStdLib = "false"
37
 
                    NoWarn = "1591"
38
 
                    Optimize = "false"
39
 
                    OutputPath = "bin\Debug\"
40
 
                    RegisterForComInterop = "false"
41
 
                    RemoveIntegerChecks = "false"
42
 
                    TreatWarningsAsErrors = "false"
43
 
                    WarningLevel = "4"
44
 
                />
45
 
                <Config
46
 
                    Name = "Release"
47
 
                    AllowUnsafeBlocks = "false"
48
 
                    BaseAddress = "285212672"
49
 
                    CheckForOverflowUnderflow = "false"
50
 
                    ConfigurationOverrideFile = ""
51
 
                    DefineConstants = "TRACE"
52
 
                    DocumentationFile = "docs\DotZLib.xml"
53
 
                    DebugSymbols = "false"
54
 
                    FileAlignment = "4096"
55
 
                    IncrementalBuild = "false"
56
 
                    NoStdLib = "false"
57
 
                    NoWarn = ""
58
 
                    Optimize = "true"
59
 
                    OutputPath = "bin\Release\"
60
 
                    RegisterForComInterop = "false"
61
 
                    RemoveIntegerChecks = "false"
62
 
                    TreatWarningsAsErrors = "false"
63
 
                    WarningLevel = "4"
64
 
                />
65
 
            </Settings>
66
 
            <References>
67
 
                <Reference
68
 
                    Name = "System"
69
 
                    AssemblyName = "System"
70
 
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll"
71
 
                />
72
 
                <Reference
73
 
                    Name = "System.Data"
74
 
                    AssemblyName = "System.Data"
75
 
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
76
 
                />
77
 
                <Reference
78
 
                    Name = "System.XML"
79
 
                    AssemblyName = "System.Xml"
80
 
                    HintPath = "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
81
 
                />
82
 
                <Reference
83
 
                    Name = "nunit.framework"
84
 
                    AssemblyName = "nunit.framework"
85
 
                    HintPath = "E:\apps\NUnit V2.1\\bin\nunit.framework.dll"
86
 
                    AssemblyFolderKey = "hklm\dn\nunit.framework"
87
 
                />
88
 
            </References>
89
 
        </Build>
90
 
        <Files>
91
 
            <Include>
92
 
                <File
93
 
                    RelPath = "AssemblyInfo.cs"
94
 
                    SubType = "Code"
95
 
                    BuildAction = "Compile"
96
 
                />
97
 
                <File
98
 
                    RelPath = "ChecksumImpl.cs"
99
 
                    SubType = "Code"
100
 
                    BuildAction = "Compile"
101
 
                />
102
 
                <File
103
 
                    RelPath = "CircularBuffer.cs"
104
 
                    SubType = "Code"
105
 
                    BuildAction = "Compile"
106
 
                />
107
 
                <File
108
 
                    RelPath = "CodecBase.cs"
109
 
                    SubType = "Code"
110
 
                    BuildAction = "Compile"
111
 
                />
112
 
                <File
113
 
                    RelPath = "Deflater.cs"
114
 
                    SubType = "Code"
115
 
                    BuildAction = "Compile"
116
 
                />
117
 
                <File
118
 
                    RelPath = "DotZLib.cs"
119
 
                    SubType = "Code"
120
 
                    BuildAction = "Compile"
121
 
                />
122
 
                <File
123
 
                    RelPath = "GZipStream.cs"
124
 
                    SubType = "Code"
125
 
                    BuildAction = "Compile"
126
 
                />
127
 
                <File
128
 
                    RelPath = "Inflater.cs"
129
 
                    SubType = "Code"
130
 
                    BuildAction = "Compile"
131
 
                />
132
 
                <File
133
 
                    RelPath = "UnitTests.cs"
134
 
                    SubType = "Code"
135
 
                    BuildAction = "Compile"
136
 
                />
137
 
            </Include>
138
 
        </Files>
139
 
    </CSHARP>
140
 
</VisualStudioProject>
141