| 
									
										
										
										
											2014-08-12 17:35:42 -07:00
										 |  |  |  | <?xml version="1.0" encoding="utf-8"?> | 
					
						
							| 
									
										
										
										
											2015-03-16 16:42:36 -07:00
										 |  |  |  | <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |   <ItemGroup Label="ProjectConfigurations"> | 
					
						
							| 
									
										
										
										
											2014-08-12 17:35:42 -07:00
										 |  |  |  |     <ProjectConfiguration Include="Debug|x64"> | 
					
						
							|  |  |  |  |       <Configuration>Debug</Configuration> | 
					
						
							|  |  |  |  |       <Platform>x64</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							|  |  |  |  |     <ProjectConfiguration Include="Release|x64"> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |       <Configuration>Release</Configuration> | 
					
						
							| 
									
										
										
										
											2014-08-12 17:35:42 -07:00
										 |  |  |  |       <Platform>x64</Platform> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |     </ProjectConfiguration> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <PropertyGroup Label="Globals"> | 
					
						
							| 
									
										
										
										
											2013-10-19 02:27:57 -07:00
										 |  |  |  |     <ProjectGuid>{41279555-F94F-4EBC-99DE-AF863C10C5C4}</ProjectGuid> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
					
						
							| 
									
										
										
										
											2014-08-12 17:35:42 -07:00
										 |  |  |  |   <PropertyGroup Label="Configuration"> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |     <ConfigurationType>Utility</ConfigurationType> | 
					
						
							|  |  |  |  |     <UseDebugLibraries>false</UseDebugLibraries> | 
					
						
							| 
									
										
										
										
											2015-03-16 16:42:36 -07:00
										 |  |  |  |     <PlatformToolset>v140</PlatformToolset> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 
					
						
							|  |  |  |  |   <ImportGroup Label="ExtensionSettings"> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							| 
									
										
										
										
											2014-08-12 17:35:42 -07:00
										 |  |  |  |   <ImportGroup Label="PropertySheets"> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
					
						
							| 
									
										
										
										
											2013-10-19 02:27:57 -07:00
										 |  |  |  |     <Import Project="..\..\VSProps\Base.props" /> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |   </ImportGroup> | 
					
						
							| 
									
										
										
										
											2016-06-27 12:32:58 +02:00
										 |  |  |  |   <PropertyGroup Label="UserMacros"> | 
					
						
							|  |  |  |  |     <CScript Condition="'$(ProgramFiles(x86))' != ''">%windir%\System32\cscript</CScript> | 
					
						
							|  |  |  |  |     <CScript Condition="'$(ProgramFiles(x86))' == ''">%windir%\Sysnative\cscript</CScript> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2013-10-19 02:27:57 -07:00
										 |  |  |  |   <!--
 | 
					
						
							|  |  |  |  |     OutDir is always created, which is annoying for SCMRevGen as it doesn't really have an outdir. | 
					
						
							|  |  |  |  |     Here it's redirected to some other place to hide the annoyance. | 
					
						
							|  |  |  |  |     --> | 
					
						
							|  |  |  |  |   <PropertyGroup> | 
					
						
							|  |  |  |  |     <OutDir>$(BuildRootDir)</OutDir> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2014-08-12 17:35:42 -07:00
										 |  |  |  |   <ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |     <PreBuildEvent> | 
					
						
							| 
									
										
										
										
											2016-06-27 12:32:58 +02:00
										 |  |  |  |       <Command>"$(CScript)" /nologo /E:JScript "make_scmrev.h.js"</Command> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |     </PreBuildEvent> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2013-10-19 02:27:57 -07:00
										 |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <None Include="make_scmrev.h.js" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							| 
									
										
										
										
											2014-08-12 17:35:42 -07:00
										 |  |  |  |     <!-- force_rebuild.h is a non-existent file used to "trick" msbuild into always re-running this project. --> | 
					
						
							| 
									
										
										
										
											2013-12-07 15:14:29 -05:00
										 |  |  |  |     <ClInclude Include="force_rebuild.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="scmrev.h" /> | 
					
						
							| 
									
										
										
										
											2013-10-19 02:27:57 -07:00
										 |  |  |  |   </ItemGroup> | 
					
						
							| 
									
										
										
										
											2011-08-20 14:05:43 -07:00
										 |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
					
						
							|  |  |  |  |   <ImportGroup Label="ExtensionTargets"> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							|  |  |  |  | </Project> |