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%>"
27
                AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%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 64... Line 64...
64
                   WarningLevel = "4"
64
                   WarningLevel = "4"
65
                />
65
                />
66
<%endfor%>
66
<%endfor%>
67
            </Settings>
67
            </Settings>
68
            <References>
68
            <References>
-
 
69
<%foreach(libs)%>
-
 
70
                <Reference
-
 
71
                    Name = "<%libname_prefix%><%lib%>"
-
 
72
                    AssemblyName = "<%libname_prefix%><%lib%>"
-
 
73
                />
-
 
74
<%endfor%>
69
<%foreach(libs lit_libs pure_libs)%>
75
<%foreach(lib, lit_libs pure_libs)%>
70
                <Reference
76
                <Reference
71
                    Name = "<%lib%>"
77
                    Name = "<%lib%>"
72
                    AssemblyName = "<%lib%>"
78
                    AssemblyName = "<%lib%>"
73
                />
79
                />
74
<%endfor%>
80
<%endfor%>
Line 95... Line 101...
95
<%foreach(custom_type->input_files)%>
101
<%foreach(custom_type->input_files)%>
96
<%if(custom_type->input_file->output_files)%>
102
<%if(custom_type->input_file->output_files)%>
97
                        <File
103
                        <File
98
                                RelPath = "<%custom_type->input_file%>"
104
                                RelPath = "<%custom_type->input_file%>"
99
                                BuildAction = "Compile"
105
                                BuildAction = "Compile"
100
                                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%>"
106
                                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%>"
101
                        />
107
                        />
102
<%endif%>
108
<%endif%>
103
<%endfor%>
109
<%endfor%>
104
<%endfor%>
110
<%endfor%>
105
<%foreach(ico_files)%>
111
<%foreach(ico_files)%>