~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitFramework/framework/nunit.framework.dll.csproj

  • Committer: jnewkirk
  • Date: 2002-07-10 20:05:24 UTC
  • Revision ID: vcs-imports@canonical.com-20020710200524-z33q2om2qvsgs6kg
initialĀ load

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<VisualStudioProject>
 
2
    <CSHARP
 
3
        ProjectType = "Local"
 
4
        ProductVersion = "7.0.9466"
 
5
        SchemaVersion = "1.0"
 
6
        ProjectGuid = "{747CD772-9A6D-43F2-8D69-DE35BE599F6C}"
 
7
        SccProjectName = "SAK"
 
8
        SccLocalPath = "SAK"
 
9
        SccAuxPath = "SAK"
 
10
        SccProvider = "SAK"
 
11
    >
 
12
        <Build>
 
13
            <Settings
 
14
                ApplicationIcon = ""
 
15
                AssemblyKeyContainerName = ""
 
16
                AssemblyName = "nunit.framework"
 
17
                AssemblyOriginatorKeyFile = ""
 
18
                DefaultClientScript = "JScript"
 
19
                DefaultHTMLPageLayout = "Grid"
 
20
                DefaultTargetSchema = "IE50"
 
21
                DelaySign = "false"
 
22
                OutputType = "Library"
 
23
                RootNamespace = "Nunit.Framework"
 
24
                StartupObject = ""
 
25
            >
 
26
                <Config
 
27
                    Name = "Debug"
 
28
                    AllowUnsafeBlocks = "false"
 
29
                    BaseAddress = "285212672"
 
30
                    CheckForOverflowUnderflow = "false"
 
31
                    ConfigurationOverrideFile = ""
 
32
                    DefineConstants = "DEBUG;TRACE"
 
33
                    DocumentationFile = ""
 
34
                    DebugSymbols = "true"
 
35
                    FileAlignment = "4096"
 
36
                    IncrementalBuild = "true"
 
37
                    Optimize = "false"
 
38
                    OutputPath = "bin\Debug\"
 
39
                    RegisterForComInterop = "false"
 
40
                    RemoveIntegerChecks = "false"
 
41
                    TreatWarningsAsErrors = "false"
 
42
                    WarningLevel = "4"
 
43
                />
 
44
                <Config
 
45
                    Name = "Release"
 
46
                    AllowUnsafeBlocks = "false"
 
47
                    BaseAddress = "285212672"
 
48
                    CheckForOverflowUnderflow = "false"
 
49
                    ConfigurationOverrideFile = ""
 
50
                    DefineConstants = "TRACE"
 
51
                    DocumentationFile = ""
 
52
                    DebugSymbols = "false"
 
53
                    FileAlignment = "4096"
 
54
                    IncrementalBuild = "false"
 
55
                    Optimize = "true"
 
56
                    OutputPath = "bin\Release\"
 
57
                    RegisterForComInterop = "false"
 
58
                    RemoveIntegerChecks = "false"
 
59
                    TreatWarningsAsErrors = "false"
 
60
                    WarningLevel = "4"
 
61
                />
 
62
            </Settings>
 
63
            <References>
 
64
                <Reference
 
65
                    Name = "System"
 
66
                    AssemblyName = "System"
 
67
                    HintPath = "..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
 
68
                />
 
69
                <Reference
 
70
                    Name = "System.Data"
 
71
                    AssemblyName = "System.Data"
 
72
                    HintPath = "..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
 
73
                />
 
74
                <Reference
 
75
                    Name = "System.XML"
 
76
                    AssemblyName = "System.Xml"
 
77
                    HintPath = "..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
 
78
                />
 
79
            </References>
 
80
        </Build>
 
81
        <Files>
 
82
            <Include>
 
83
                <File
 
84
                    RelPath = "AssemblyInfo.cs"
 
85
                    SubType = "Code"
 
86
                    BuildAction = "Compile"
 
87
                />
 
88
                <File
 
89
                    RelPath = "Assertion.cs"
 
90
                    SubType = "Code"
 
91
                    BuildAction = "Compile"
 
92
                />
 
93
                <File
 
94
                    RelPath = "AssertionException.cs"
 
95
                    SubType = "Code"
 
96
                    BuildAction = "Compile"
 
97
                />
 
98
                <File
 
99
                    RelPath = "AssertionFailureMessage.cs"
 
100
                    SubType = "Code"
 
101
                    BuildAction = "Compile"
 
102
                />
 
103
                <File
 
104
                    RelPath = "ExpectedExceptionAttribute.cs"
 
105
                    SubType = "Code"
 
106
                    BuildAction = "Compile"
 
107
                />
 
108
                <File
 
109
                    RelPath = "IgnoreAttribute.cs"
 
110
                    SubType = "Code"
 
111
                    BuildAction = "Compile"
 
112
                />
 
113
                <File
 
114
                    RelPath = "SetUpAttribute.cs"
 
115
                    SubType = "Code"
 
116
                    BuildAction = "Compile"
 
117
                />
 
118
                <File
 
119
                    RelPath = "SuiteAttribute.cs"
 
120
                    SubType = "Code"
 
121
                    BuildAction = "Compile"
 
122
                />
 
123
                <File
 
124
                    RelPath = "TearDownAttribute.cs"
 
125
                    SubType = "Code"
 
126
                    BuildAction = "Compile"
 
127
                />
 
128
                <File
 
129
                    RelPath = "TestAttribute.cs"
 
130
                    SubType = "Code"
 
131
                    BuildAction = "Compile"
 
132
                />
 
133
                <File
 
134
                    RelPath = "TestFixture.cs"
 
135
                    SubType = "Code"
 
136
                    BuildAction = "Compile"
 
137
                />
 
138
                <File
 
139
                    RelPath = "TestFixtureAttribute.cs"
 
140
                    SubType = "Code"
 
141
                    BuildAction = "Compile"
 
142
                />
 
143
            </Include>
 
144
        </Files>
 
145
    </CSHARP>
 
146
</VisualStudioProject>
 
147