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 = "<%keyfile%>"
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 PreBuildEvent = "<%if(prebuild)%><%eval(prebuild)%><%endif%>"
38 PostBuildEvent = "<%if(postbuild)%><%eval(postbuild)%><%endif%>"
40 RunPostBuildEvent = "OnBuildSuccess"
41 StartupObject = "<%startupobject%>"
43 ReferencePath = "<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>"
46 <%foreach(configurations)%>
48 Name = "<%configuration%>"
49 AllowUnsafeBlocks = "<%allowunsafeblocks(false)%>"
50 BaseAddress = "285212672"
51 CheckForOverflowUnderflow = "false"
52 ConfigurationOverrideFile = ""
53 DefineConstants = "<%foreach(defines common_defines macros)%><%define%>;<%endfor%><%if(!optimize)%>DESIGN;DEBUG;<%endif%><%if(trace)%>TRACE<%endif%>"
54 DocumentationFile = ""
55 DebugSymbols = "<%if(optimize)%>false<%else%>true<%endif%>"
56 FileAlignment = "4096"
57 IncrementalBuild = "<%incremental("false")%>"
60 Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
61 <%if(exename || sharedname || staticname)%>
62 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%>\"
64 RegisterForComInterop = "false"
65 RemoveIntegerChecks = "false"
66 TreatWarningsAsErrors = "false"
74 Name = "<%libname_prefix%><%lib%>"
75 AssemblyName = "<%libname_prefix%><%lib%>"
78 <%foreach(lib, lit_libs pure_libs)%>
81 AssemblyName = "<%lib%>"
88 <%foreach(source_files)%>
90 RelPath = "<%source_file%>"
91 SubType = "<%if(flag_overrides(source_file, subtype))%><%flag_overrides(source_file, subtype)%><%else%>Code<%endif%>"
92 BuildAction = "Compile"
95 <%foreach(resx_files)%>
97 RelPath = "<%resx_file%>"
98 BuildAction = "EmbeddedResource"
101 <%foreach(custom_types)%>
102 <%foreach(custom_type->input_files)%>
104 RelPath = "<%custom_type->input_file%>"
105 <%if(custom_type->input_file->output_files)%>
106 BuildAction = "Compile"
107 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%>"
114 <%foreach(aspx_files)%>
116 RelPath = "<%aspx_file%>"
117 BuildAction = "Content"
120 <%foreach(ico_files)%>
122 RelPath = "<%ico_file%>"
123 BuildAction = "Content"
126 <%foreach(config_files)%>
128 RelPath = "<%config_file%>"
132 <%foreach(documentation_files)%>
134 RelPath = "<%documentation_file%>"
141 </VisualStudioProject>