Subversion Repositories DevTools

Rev

Rev 2088 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2088 ghuddy 1
<VisualStudioProject>
2
    <CSHARP LastOpenVersion = "7.10.3077" >
3
        <Build>
4
            <Settings ReferencePath = "C:\Program Files\Sparx Systems\EA;" >
5
                <Config
6
                    Name = "Debug"
7
                    EnableASPDebugging = "false"
8
                    EnableASPXDebugging = "false"
9
                    EnableUnmanagedDebugging = "false"
10
                    EnableSQLServerDebugging = "false"
11
                    RemoteDebugEnabled = "false"
12
                    RemoteDebugMachine = ""
13
                    StartAction = "Program"
14
                    StartArguments = ""
15
                    StartPage = ""
16
                    StartProgram = "C:\Program Files\Sparx Systems\EA\EA.exe"
17
                    StartURL = ""
18
                    StartWorkingDirectory = ""
19
                    StartWithIE = "false"
2136 brianf 20
                />
2088 ghuddy 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 = "false"
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