Subversion Repositories gelsvn

Rev

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

Rev 107 Rev 198
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%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%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 60... Line 60...
60
                   WarningLevel = "1"
60
                   WarningLevel = "1"
61
                />
61
                />
62
<%endfor%>
62
<%endfor%>
63
            </Settings>
63
            </Settings>
64
            <References>
64
            <References>
-
 
65
<%foreach(libs)%>
-
 
66
                <Reference
-
 
67
                    Name = "<%libname_prefix%><%lib%>"
-
 
68
                    AssemblyName = "<%libname_prefix%><%lib%>"
-
 
69
                />
-
 
70
<%endfor%>
65
<%foreach(libs lit_libs pure_libs)%>
71
<%foreach(lib, lit_libs pure_libs)%>
66
                <Reference
72
                <Reference
67
                    Name = "<%lib%>"
73
                    Name = "<%lib%>"
68
                    AssemblyName = "<%lib%>"
74
                    AssemblyName = "<%lib%>"
69
                />
75
                />
70
<%endfor%>
76
<%endfor%>
Line 91... Line 97...
91
<%foreach(custom_type->input_files)%>
97
<%foreach(custom_type->input_files)%>
92
<%if(custom_type->input_file->output_files)%>
98
<%if(custom_type->input_file->output_files)%>
93
                        <File
99
                        <File
94
                                RelPath = "<%custom_type->input_file%>"
100
                                RelPath = "<%custom_type->input_file%>"
95
                                BuildAction = "Compile"
101
                                BuildAction = "Compile"
96
                                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%> <%custom_type->input_file%><%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%><%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%>"
102
                                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%>"
97
                        />
103
                        />
98
<%endif%>
104
<%endif%>
99
<%endfor%>
105
<%endfor%>
100
<%endfor%>
106
<%endfor%>
101
<%foreach(ico_files)%>
107
<%foreach(ico_files)%>