~nunit-core/nunitv2/2.5

« back to all changes in this revision

Viewing changes to src/NUnitCore/tests/nunit.core.tests.csproj.user

  • Committer: charliepoole
  • Date: 2006-01-06 01:08:17 UTC
  • Revision ID: vcs-imports@canonical.com-20060106010817-z6xazs4kd89zj8j1
Move core from under NUnitFramework to NUnitCore directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<VisualStudioProject>
 
2
    <CSHARP LastOpenVersion = "7.10.3077" >
 
3
        <Build>
 
4
            <Settings ReferencePath = "" >
 
5
                <Config
 
6
                    Name = "Debug"
 
7
                    EnableASPDebugging = "false"
 
8
                    EnableASPXDebugging = "false"
 
9
                    EnableUnmanagedDebugging = "false"
 
10
                    EnableSQLServerDebugging = "false"
 
11
                    RemoteDebugEnabled = "false"
 
12
                    RemoteDebugMachine = ""
 
13
                    StartAction = "Project"
 
14
                    StartArguments = ""
 
15
                    StartPage = ""
 
16
                    StartProgram = ""
 
17
                    StartURL = ""
 
18
                    StartWorkingDirectory = ""
 
19
                    StartWithIE = "false"
 
20
                />
 
21
                <Config
 
22
                    Name = "Release"
 
23
                    EnableASPDebugging = "false"
 
24
                    EnableASPXDebugging = "false"
 
25
                    EnableUnmanagedDebugging = "false"
 
26
                    EnableSQLServerDebugging = "false"
 
27
                    RemoteDebugEnabled = "false"
 
28
                    RemoteDebugMachine = ""
 
29
                    StartAction = "Project"
 
30
                    StartArguments = ""
 
31
                    StartPage = ""
 
32
                    StartProgram = ""
 
33
                    StartURL = ""
 
34
                    StartWorkingDirectory = ""
 
35
                    StartWithIE = "true"
 
36
                />
 
37
            </Settings>
 
38
        </Build>
 
39
        <OtherProjectSettings
 
40
            CopyProjectDestinationFolder = ""
 
41
            CopyProjectUncPath = ""
 
42
            CopyProjectOption = "0"
 
43
            ProjectView = "ProjectFiles"
 
44
            ProjectTrust = "0"
 
45
        />
 
46
    </CSHARP>
 
47
</VisualStudioProject>
 
48