~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/tests/mock-assembly/mock-assembly.csproj

  • Committer: jnewkirk
  • Date: 2002-07-11 03:15:10 UTC
  • Revision ID: vcs-imports@canonical.com-20020711031510-9hffr80j53vj00pl
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 = "{6BAFC16F-F058-4CA8-9207-37A2E9151AC9}"
 
7
        SccProjectName = "SAK"
 
8
        SccLocalPath = "SAK"
 
9
        SccAuxPath = "SAK"
 
10
        SccProvider = "SAK"
 
11
    >
 
12
        <Build>
 
13
            <Settings
 
14
                ApplicationIcon = ""
 
15
                AssemblyKeyContainerName = ""
 
16
                AssemblyName = "mock-assembly"
 
17
                AssemblyOriginatorKeyFile = ""
 
18
                DefaultClientScript = "JScript"
 
19
                DefaultHTMLPageLayout = "Grid"
 
20
                DefaultTargetSchema = "IE50"
 
21
                DelaySign = "false"
 
22
                OutputType = "Library"
 
23
                RootNamespace = "mock_assembly"
 
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
                <Reference
 
80
                    Name = "nunit.framework.dll"
 
81
                    Project = "{747CD772-9A6D-43F2-8D69-DE35BE599F6C}"
 
82
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
 
83
                />
 
84
            </References>
 
85
        </Build>
 
86
        <Files>
 
87
            <Include>
 
88
                <File
 
89
                    RelPath = "AssemblyInfo.cs"
 
90
                    SubType = "Code"
 
91
                    BuildAction = "Compile"
 
92
                />
 
93
                <File
 
94
                    RelPath = "MockTestFixture.cs"
 
95
                    SubType = "Code"
 
96
                    BuildAction = "Compile"
 
97
                />
 
98
                <File
 
99
                    RelPath = "OneTestCase.cs"
 
100
                    SubType = "Code"
 
101
                    BuildAction = "Compile"
 
102
                />
 
103
            </Include>
 
104
        </Files>
 
105
    </CSHARP>
 
106
</VisualStudioProject>
 
107