Subversion Repositories DevTools

Rev

Rev 2155 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2139 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 = "true"
20
                >
21
                    <InteropRegistration
22
                        RegisteredComClassic = "true"
23
                        RegisteredOutput = "EA_ReqPro.dll"
24
                        RegisteredTypeLib = "EA_ReqPro.tlb"
25
                    />
26
                </Config>
27
                <Config
28
                    Name = "Release"
29
                    EnableASPDebugging = "false"
30
                    EnableASPXDebugging = "false"
31
                    EnableUnmanagedDebugging = "false"
32
                    EnableSQLServerDebugging = "false"
33
                    RemoteDebugEnabled = "false"
34
                    RemoteDebugMachine = ""
35
                    StartAction = "Project"
36
                    StartArguments = ""
37
                    StartPage = ""
38
                    StartProgram = ""
39
                    StartURL = ""
40
                    StartWorkingDirectory = ""
41
                    StartWithIE = "true"
42
                />
43
            </Settings>
44
        </Build>
45
        <OtherProjectSettings
46
            CopyProjectDestinationFolder = ""
47
            CopyProjectUncPath = ""
48
            CopyProjectOption = "0"
49
            ProjectView = "ShowAllFiles"
50
            ProjectTrust = "0"
51
        />
52
    </CSHARP>
53
</VisualStudioProject>
54