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%>"
16 AssemblyKeyContainerName = ""
17 <%if(exename || sharedname || staticname)%>
18 AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%>"
20 AssemblyOriginatorKeyFile = "<%keyfile%>"
21 DefaultClientScript = "JScript"
22 DefaultHTMLPageLayout = "Grid"
23 DefaultTargetSchema = "IE50"
24 DelaySign = "<%DelaySign("false")%>"
25 <%if(exename || sharedname || staticname)%>
26 OutputType = "<%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%>"
28 PreBuildEvent = "<%if(prebuild)%><%eval(prebuild)%><%endif%>"
29 PostBuildEvent = "<%if(postbuild)%><%eval(postbuild)%><%endif%>"
31 RunPostBuildEvent = "OnBuildSuccess"
32 StartupObject = "<%startupobject%>"
34 ReferencePath = "<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>"
37 <%foreach(configurations)%>
39 Name = "<%configuration%>"
40 AllowUnsafeBlocks = "<%allowunsafeblocks(false)%>"
41 BaseAddress = "285212672"
42 CheckForOverflowUnderflow = "false"
43 ConfigurationOverrideFile = ""
44 DefineConstants = "<%foreach(defines common_defines macros)%><%define%>;<%endfor%><%if(!optimize)%>DESIGN;DEBUG;<%endif%><%if(trace)%>TRACE<%endif%>"
45 DebugSymbols = "<%if(optimize)%>false<%else%>true<%endif%>"
47 Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
48 <%if(exename || sharedname || staticname)%>
49 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%>\"
51 RegisterForComInterop = "false"
52 TreatWarningsAsErrors = "false"
54 AdditionalOptions = ""
61 Name = "<%libname_prefix%><%lib%>"
62 AssemblyName = "<%libname_prefix%><%lib%>"
65 <%foreach(lib, lit_libs pure_libs)%>
68 AssemblyName = "<%lib%>"
75 <%foreach(source_files)%>
77 RelPath = "<%source_file%>"
78 SubType = "<%if(flag_overrides(source_file, subtype))%><%flag_overrides(source_file, subtype)%><%else%>Code<%endif%>"
79 BuildAction = "Compile"
82 <%foreach(custom_types)%>
83 <%foreach(custom_type->input_files)%>
85 RelPath = "<%custom_type->input_file%>"
86 <%if(custom_type->input_file->output_files)%>
87 BuildAction = "Compile"
88 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%>"
95 <%foreach(documentation_files)%>
97 RelPath = "<%documentation_file%>"
104 </VisualStudioProject>