Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 198 Rev 217
Line 1... Line 1...
1
<VisualStudioProject>
1
<VisualStudioProject>
2
    <CSHARP
2
    <CSHARP
3
        ProjectType = "Local"
3
        ProjectType = "Local"
4
        ProductVersion = "<%prversion("7.10.3077")%>"
4
        ProductVersion = "<%prversion("7.10.3077")%>"
5
        SchemaVersion = "<%schemaversion("2.0)%>"
5
        SchemaVersion = "<%schemaversion("2.0")%>"
6
        ProjectGuid = "{<%guid%>}"
6
        ProjectGuid = "{<%guid%>}"
7
<%if(scc)%>
7
<%if(scc)%>
8
        SccProjectName = "<%scc%>"
8
        SccProjectName = "<%scc%>"
9
        SccLocalPath = "<%scc%>"
9
        SccLocalPath = "<%scc%>"
10
        SccAuxPath = "<%scc%>"
10
        SccAuxPath = "<%scc%>"
Line 22... Line 22...
22
<%else%>
22
<%else%>
23
                ApplicationIcon = ""
23
                ApplicationIcon = ""
24
<%endif%>
24
<%endif%>
25
                AssemblyKeyContainerName = ""
25
                AssemblyKeyContainerName = ""
26
<%if(exename || sharedname || staticname)%>
26
<%if(exename || sharedname || staticname)%>
27
                AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>"
27
                AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%>"
28
<%endif%>
28
<%endif%>
29
                AssemblyOriginatorKeyFile = ""
29
                AssemblyOriginatorKeyFile = ""
30
                DefaultClientScript = "JScript"
30
                DefaultClientScript = "JScript"
31
                DefaultHTMLPageLayout = "Grid"
31
                DefaultHTMLPageLayout = "Grid"
32
                DefaultTargetSchema = "IE50"
32
                DefaultTargetSchema = "IE50"
Line 37... Line 37...
37
                PreBuildEvent = ""
37
                PreBuildEvent = ""
38
                PostBuildEvent = "<%if(postbuild)%><%eval(postbuild)%><%endif%>"
38
                PostBuildEvent = "<%if(postbuild)%><%eval(postbuild)%><%endif%>"
39
                RootNamespace = ""
39
                RootNamespace = ""
40
                RunPostBuildEvent = "OnBuildSuccess"
40
                RunPostBuildEvent = "OnBuildSuccess"
41
                StartupObject = "<%startupobject%>"
41
                StartupObject = "<%startupobject%>"
-
 
42
<%if(libpaths)%>
-
 
43
                ReferencePath = "<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>"
-
 
44
<%endif%>
42
            >
45
            >
43
<%foreach(configurations)%>
46
<%foreach(configurations)%>
44
                <Config
47
                <Config
45
                   Name = "<%configuration%>"
48
                   Name = "<%configuration%>"
46
                   AllowUnsafeBlocks = "false"
49
                   AllowUnsafeBlocks = "false"
Line 54... Line 57...
54
                   IncrementalBuild = "<%incremental("false")%>"
57
                   IncrementalBuild = "<%incremental("false")%>"
55
                   NoStdLib = "false"
58
                   NoStdLib = "false"
56
                   NoWarn = ""
59
                   NoWarn = ""
57
                   Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
60
                   Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
58
<%if(exename || sharedname || staticname)%>
61
<%if(exename || sharedname || staticname)%>
59
                   OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.<%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%><%endif%>\<%output_dir%>\"
62
                   OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.\<%output_dir%><%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%output_dir%><%endif%>\"
60
<%endif%>
63
<%endif%>
61
                   RegisterForComInterop = "false"
64
                   RegisterForComInterop = "false"
62
                   RemoveIntegerChecks = "false"
65
                   RemoveIntegerChecks = "false"
63
                   TreatWarningsAsErrors = "false"
66
                   TreatWarningsAsErrors = "false"
64
                   WarningLevel = "4"
67
                   WarningLevel = "4"
Line 76... Line 79...
76
                <Reference
79
                <Reference
77
                    Name = "<%lib%>"
80
                    Name = "<%lib%>"
78
                    AssemblyName = "<%lib%>"
81
                    AssemblyName = "<%lib%>"
79
                />
82
                />
80
<%endfor%>
83
<%endfor%>
81
            <!-- MPC ADD REFERENCES -->
-
 
82
            </References>
84
            </References>
83
        </Build>
85
        </Build>
84
        <Files>
86
        <Files>
85
            <Include>
87
            <Include>
86
<%foreach(source_files)%>
88
<%foreach(source_files)%>