Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
<VisualStudioProject>
2
    <VisualBasic
3
        ProjectType = "Local"
4
        ProductVersion = "<%prversion("7.10.3077")%>"
217 bj 5
        SchemaVersion = "<%schemaversion("2.0")%>"
107 bj 6
        ProjectGuid = "{<%guid%>}"
7
<%if(scc)%>
8
        SccProjectName = "<%scc%>"
9
        SccLocalPath = "<%scc%>"
10
        SccAuxPath = "<%scc%>"
11
        SccProvider = "<%scc%>"
12
<%endif%>
13
    >
14
        <Build>
15
            <Settings
16
<%if(ico_files)%>
17
<%foreach(ico_files)%>
18
<%if(forfirst)%>
19
                ApplicationIcon = "<%ico_file%>"
20
<%endif%>
21
<%endfor%>
22
<%else%>
23
                ApplicationIcon = ""
24
<%endif%>
25
                AssemblyKeyContainerName = ""
26
<%if(exename || sharedname || staticname)%>
198 bj 27
                AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%>"
107 bj 28
<%endif%>
29
                AssemblyOriginatorKeyFile = ""
30
                DefaultClientScript = "JScript"
31
                DefaultHTMLPageLayout = "Grid"
32
                DefaultTargetSchema = "IE50"
33
                DelaySign = "false"
34
<%if(exename || sharedname || staticname)%>
35
                OutputType = "<%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%>"
36
<%endif%>
37
                OutputCompare = "Binary"
38
                OptionExplicit = "On"
39
                OptionStrict = "Off"
40
                RootNamespace = ""
41
                StartupObject = "<%startupobject%>"
217 bj 42
<%if(libpaths)%>
43
                ReferencePath = "<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>"
44
<%endif%>
107 bj 45
            >
46
<%foreach(configurations)%>
47
                <Config
48
                   Name = "<%configuration%>"
49
                   BaseAddress = "285212672"
50
                   ConfigurationOverrideFile = ""
51
                   DefineConstants = "<%foreach(defines common_defines macros)%><%define%><%fornotlast(";")%><%endfor%>"
52
                   DefineDebug = "<%if(optimize)%>false<%else%>true<%endif%>"
53
                   DefineTrace = "<%trace("true")%>"
54
                   DefineSymbols = "<%if(optimize)%>false<%else%>true<%endif%>"
55
                   IncrementalBuild = "<%incremental("false")%>"
56
                   Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
57
<%if(exename || sharedname || staticname)%>
217 bj 58
                   OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.\<%output_dir%><%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%output_dir%><%endif%>\"
107 bj 59
<%endif%>
60
                   RegisterForComInterop = "false"
61
                   RemoveIntegerChecks = "false"
62
                   TreatWarningsAsErrors = "false"
63
                   WarningLevel = "1"
64
                />
65
<%endfor%>
66
            </Settings>
67
            <References>
198 bj 68
<%foreach(libs)%>
107 bj 69
                <Reference
198 bj 70
                    Name = "<%libname_prefix%><%lib%>"
71
                    AssemblyName = "<%libname_prefix%><%lib%>"
72
                />
73
<%endfor%>
74
<%foreach(lib, lit_libs pure_libs)%>
75
                <Reference
107 bj 76
                    Name = "<%lib%>"
77
                    AssemblyName = "<%lib%>"
78
                />
79
<%endfor%>
80
            </References>
81
        </Build>
82
        <Files>
83
            <Include>
84
<%foreach(source_files)%>
85
                        <File
86
                                RelPath = "<%source_file%>"
87
                                SubType = "<%if(flag_overrides(source_file, subtype))%><%flag_overrides(source_file, subtype)%><%else%>Code<%endif%>"
88
                                BuildAction = "Compile"
89
                        />
90
<%endfor%>
91
<%foreach(resx_files)%>
92
                        <File
93
                                RelPath = "<%resx_file%>"
94
                                DependentUpon = "<%noextension(resx_file)%>.cs"
95
                                BuildAction = "EmbeddedResource"
96
                        />
97
<%endfor%>
98
<%foreach(custom_types)%>
99
<%foreach(custom_type->input_files)%>
100
<%if(custom_type->input_file->output_files)%>
101
                        <File
102
                                RelPath = "<%custom_type->input_file%>"
103
                                BuildAction = "Compile"
198 bj 104
                                Generator = "<%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, gendir))%>if not exist <%flag_overrides(custom_type->input_file, gendir)%> mkdir <%flag_overrides(custom_type->input_file, gendir)%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%><%if(custom_type->output_option)%> <%custom_type->output_option%> <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_files)%><%else%><%custom_type->input_file->output_files%><%endif%><%endif%> <%custom_type->input_file%><%if(flag_overrides(custom_type->input_file, postcommand))%><%foreach(custom_type->input_file)%>&#x0D;&#x0A;<%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file)%>&#x0D;&#x0A;<%custom_type->postcommand%><%endfor%><%endif%><%endif%>"
107 bj 105
                        />
106
<%endif%>
107
<%endfor%>
108
<%endfor%>
109
<%foreach(ico_files)%>
110
                        <File
111
                                RelPath = "<%ico_file%>"
112
                                BuildAction = "Content"
113
                        />
114
<%endfor%>
115
<%foreach(config_files)%>
116
                        <File
117
                                RelPath = "<%config_file%>"
118
                                BuildAction = "None"
119
                        />
120
<%endfor%>
121
<%foreach(documentation_files)%>
122
                        <File
123
                                RelPath = "<%documentation_file%>"
124
                                BuildAction = "None"
125
                        />
126
<%endfor%>
127
            </Include>
128
        </Files>
129
    </VisualBasic>
130
</VisualStudioProject>