~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to solutions/vs2003/NUnitMocks/tests/nunit.mocks.tests.csproj

  • Committer: charliepoole
  • Date: 2008-02-17 19:30:05 UTC
  • Revision ID: vcs-imports@canonical.com-20080217193005-a92lcd03q5ec8e2p
Add separate project tree for VS2003

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 = "{8667C588-1A05-4773-A9E8-272EB302B8AB}"
 
7
    >
 
8
        <Build>
 
9
            <Settings
 
10
                ApplicationIcon = ""
 
11
                AssemblyKeyContainerName = ""
 
12
                AssemblyName = "nunit.mocks.tests"
 
13
                AssemblyOriginatorKeyFile = ""
 
14
                DefaultClientScript = "JScript"
 
15
                DefaultHTMLPageLayout = "Grid"
 
16
                DefaultTargetSchema = "IE50"
 
17
                DelaySign = "false"
 
18
                OutputType = "Library"
 
19
                PreBuildEvent = ""
 
20
                PostBuildEvent = ""
 
21
                RootNamespace = "NUnit.Mocks.Tests"
 
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 = ""
 
33
                    DebugSymbols = "true"
 
34
                    FileAlignment = "4096"
 
35
                    IncrementalBuild = "false"
 
36
                    NoStdLib = "false"
 
37
                    NoWarn = ""
 
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 = ""
 
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:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
 
71
                />
 
72
                <Reference
 
73
                    Name = "System.Data"
 
74
                    AssemblyName = "System.Data"
 
75
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
 
76
                />
 
77
                <Reference
 
78
                    Name = "System.XML"
 
79
                    AssemblyName = "System.Xml"
 
80
                    HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
 
81
                />
 
82
                <Reference
 
83
                    Name = "nunit.framework.dll"
 
84
                    Project = "{83DD7E12-A705-4DBA-9D71-09C8973D9382}"
 
85
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
 
86
                />
 
87
                <Reference
 
88
                    Name = "nunit.mocks"
 
89
                    Project = "{EEE7C98B-23E6-472D-9036-C2D53B0DFE7C}"
 
90
                    Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
 
91
                />
 
92
            </References>
 
93
        </Build>
 
94
        <Files>
 
95
            <Include>
 
96
                <File
 
97
                    RelPath = "CommonAssemblyInfo.cs"
 
98
                    Link = "..\..\..\..\src\CommonAssemblyInfo.cs"
 
99
                    SubType = "Code"
 
100
                    BuildAction = "Compile"
 
101
                />
 
102
                <File
 
103
                    RelPath = "DynamicMockTests.cs"
 
104
                    Link = "..\..\..\..\src\NUnitMocks\tests\DynamicMockTests.cs"
 
105
                    SubType = "Code"
 
106
                    BuildAction = "Compile"
 
107
                />
 
108
                <File
 
109
                    RelPath = "MockTests.cs"
 
110
                    Link = "..\..\..\..\src\NUnitMocks\tests\MockTests.cs"
 
111
                    SubType = "Code"
 
112
                    BuildAction = "Compile"
 
113
                />
 
114
            </Include>
 
115
        </Files>
 
116
    </CSHARP>
 
117
</VisualStudioProject>
 
118