mirror of
				https://github.com/KartKrewDev/RingRacers.git
				synced 2025-10-30 08:01:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			29 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			No EOL
		
	
	
		
			1.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <ImportGroup Label="PropertySheets" />
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <LinkIncremental>true</LinkIncremental>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup>
 | 
						|
    <ResourceCompile>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
    </ResourceCompile>
 | 
						|
    <ClCompile>
 | 
						|
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <MinimalRebuild>true</MinimalRebuild>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <AssemblerOutput>All</AssemblerOutput>
 | 
						|
      <SmallerTypeCheck>false</SmallerTypeCheck>
 | 
						|
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
 | 
						|
    </ClCompile>
 | 
						|
    <Link>
 | 
						|
      <GenerateDebugInformation>Debug</GenerateDebugInformation>
 | 
						|
      <RandomizedBaseAddress>true</RandomizedBaseAddress>
 | 
						|
    </Link>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup />
 | 
						|
</Project> |