|  | @@ -144,10 +144,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |      </Link>
 | 
	
		
			
				|  |  |    </ItemDefinitionGroup>
 | 
	
		
			
				|  |  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-DLL|x64'">
 | 
	
	
		
			
				|  | @@ -159,10 +161,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |      </Link>
 | 
	
		
			
				|  |  |    </ItemDefinitionGroup>
 | 
	
		
			
				|  |  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-DLL|Win32'">
 | 
	
	
		
			
				|  | @@ -176,10 +180,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |        <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
	
		
			
				|  |  |        <OptimizeReferences>true</OptimizeReferences>
 | 
	
		
			
				|  |  |      </Link>
 | 
	
	
		
			
				|  | @@ -195,10 +201,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |        <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
	
		
			
				|  |  |        <OptimizeReferences>true</OptimizeReferences>
 | 
	
		
			
				|  |  |      </Link>
 | 
	
	
		
			
				|  | @@ -213,10 +221,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |      </Link>
 | 
	
		
			
				|  |  |    </ItemDefinitionGroup>
 | 
	
		
			
				|  |  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
	
	
		
			
				|  | @@ -228,10 +238,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |      </Link>
 | 
	
		
			
				|  |  |    </ItemDefinitionGroup>
 | 
	
		
			
				|  |  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
	
	
		
			
				|  | @@ -245,10 +257,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |        <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
	
		
			
				|  |  |        <OptimizeReferences>true</OptimizeReferences>
 | 
	
		
			
				|  |  |      </Link>
 | 
	
	
		
			
				|  | @@ -264,10 +278,12 @@ ${gen_package_props(packages, repo_root)}\
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
		
			
				|  |  | +      <DebugInformationFormat Condition="$(Jenkins)">None</DebugInformationFormat>
 | 
	
		
			
				|  |  |      </ClCompile>
 | 
	
		
			
				|  |  |      <Link>
 | 
	
		
			
				|  |  |        <SubSystem>${get_subsystem(project.is_library)}</SubSystem>
 | 
	
		
			
				|  |  | -      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="!$(Jenkins)">true</GenerateDebugInformation>
 | 
	
		
			
				|  |  | +      <GenerateDebugInformation Condition="$(Jenkins)">false</GenerateDebugInformation>
 | 
	
		
			
				|  |  |        <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | 
	
		
			
				|  |  |        <OptimizeReferences>true</OptimizeReferences>
 | 
	
		
			
				|  |  |      </Link>
 |