Subversion Repositories DevTools

Rev

Rev 2139 | Go to most recent revision | Details | Compare with Previous | 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"
2155 ghuddy 42
                >
43
                    <InteropRegistration
44
                        RegisteredComClassic = "true"
45
                        RegisteredOutput = "EA_ReqPro.dll"
46
                        RegisteredTypeLib = "EA_ReqPro.tlb"
47
                    />
48
                </Config>
2139 ghuddy 49
            </Settings>
50
        </Build>
51
        <OtherProjectSettings
52
            CopyProjectDestinationFolder = ""
53
            CopyProjectUncPath = ""
54
            CopyProjectOption = "0"
55
            ProjectView = "ShowAllFiles"
56
            ProjectTrust = "0"
57
        />
58
    </CSHARP>
59
</VisualStudioProject>
60