4 ProductVersion = "<%prversion("7.10.3077")%>"
5 SchemaVersion = "<%schemaversion("2.0")%>"
6 ProjectGuid = "{<%guid%>}"
8 SccProjectName = "<%scc%>"
9 SccLocalPath = "<%scc%>"
10 SccAuxPath = "<%scc%>"
11 SccProvider = "<%scc%>"
17 <%foreach(ico_files)%>
19 ApplicationIcon = "<%ico_file%>"
25 AssemblyKeyContainerName = ""
26 <%if(exename || sharedname || staticname)%>
27 AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%>"
29 AssemblyOriginatorKeyFile = ""
30 DefaultClientScript = "JScript"
31 DefaultHTMLPageLayout = "Grid"
32 DefaultTargetSchema = "IE50"
33 DelaySign = "<%DelaySign("false")%>"
34 <%if(exename || sharedname || staticname)%>
35 OutputType = "<%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%>"
37 OutputCompare = "Binary"
41 StartupObject = "<%startupobject%>"
43 ReferencePath = "<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>"
46 <%foreach(configurations)%>
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 = "<%if(trace)%>true<%else%>false<%endif%>"
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)%>
58 OutputPath = "<%if(exename)%><%if(exeout)%><%exeout%><%if(windows_style)%>\<%output_dir%><%endif%><%else%>.\<%output_dir%><%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%output_dir%><%endif%>\"
60 RegisterForComInterop = "false"
61 RemoveIntegerChecks = "false"
62 TreatWarningsAsErrors = "false"
70 Name = "<%libname_prefix%><%lib%>"
71 AssemblyName = "<%libname_prefix%><%lib%>"
74 <%foreach(lib, lit_libs pure_libs)%>
77 AssemblyName = "<%lib%>"
84 <%foreach(source_files)%>
86 RelPath = "<%source_file%>"
87 SubType = "<%if(flag_overrides(source_file, subtype))%><%flag_overrides(source_file, subtype)%><%else%>Code<%endif%>"
88 BuildAction = "Compile"
91 <%foreach(resx_files)%>
93 RelPath = "<%resx_file%>"
94 BuildAction = "EmbeddedResource"
97 <%foreach(custom_types)%>
98 <%foreach(custom_type->input_files)%>
100 RelPath = "<%custom_type->input_file%>"
101 <%if(custom_type->input_file->output_files)%>
102 BuildAction = "Compile"
103 Generator = "<%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>
<%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)%>
<%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->input_file%> <%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%><%else%><%custom_type->input_file%><%endif%><%if(flag_overrides(custom_type->input_file, postcommand))%><%foreach(custom_type->input_file)%>&&<%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file)%>&&<%custom_type->postcommand%><%endfor%><%endif%><%endif%>"
110 <%foreach(aspx_files)%>
112 RelPath = "<%aspx_file%>"
113 BuildAction = "Content"
116 <%foreach(ico_files)%>
118 RelPath = "<%ico_file%>"
119 BuildAction = "Content"
122 <%foreach(config_files)%>
124 RelPath = "<%config_file%>"
128 <%foreach(documentation_files)%>
130 RelPath = "<%documentation_file%>"
137 </VisualStudioProject>