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
    <VisualBasic
2
    <VisualBasic
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 37... Line 37...
37
                OutputCompare = "Binary"
37
                OutputCompare = "Binary"
38
                OptionExplicit = "On"
38
                OptionExplicit = "On"
39
                OptionStrict = "Off"
39
                OptionStrict = "Off"
40
                RootNamespace = ""
40
                RootNamespace = ""
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
                   BaseAddress = "285212672"
49
                   BaseAddress = "285212672"
Line 50... Line 53...
50
                   DefineTrace = "<%trace("true")%>"
53
                   DefineTrace = "<%trace("true")%>"
51
                   DefineSymbols = "<%if(optimize)%>false<%else%>true<%endif%>"
54
                   DefineSymbols = "<%if(optimize)%>false<%else%>true<%endif%>"
52
                   IncrementalBuild = "<%incremental("false")%>"
55
                   IncrementalBuild = "<%incremental("false")%>"
53
                   Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
56
                   Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
54
<%if(exename || sharedname || staticname)%>
57
<%if(exename || sharedname || staticname)%>
55
                   OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.<%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%><%endif%>\<%output_dir%>\"
58
                   OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.\<%output_dir%><%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%output_dir%><%endif%>\"
56
<%endif%>
59
<%endif%>
57
                   RegisterForComInterop = "false"
60
                   RegisterForComInterop = "false"
58
                   RemoveIntegerChecks = "false"
61
                   RemoveIntegerChecks = "false"
59
                   TreatWarningsAsErrors = "false"
62
                   TreatWarningsAsErrors = "false"
60
                   WarningLevel = "1"
63
                   WarningLevel = "1"
Line 72... Line 75...
72
                <Reference
75
                <Reference
73
                    Name = "<%lib%>"
76
                    Name = "<%lib%>"
74
                    AssemblyName = "<%lib%>"
77
                    AssemblyName = "<%lib%>"
75
                />
78
                />
76
<%endfor%>
79
<%endfor%>
77
            <!-- MPC ADD REFERENCES -->
-
 
78
            </References>
80
            </References>
79
        </Build>
81
        </Build>
80
        <Files>
82
        <Files>
81
            <Include>
83
            <Include>
82
<%foreach(source_files)%>
84
<%foreach(source_files)%>