105 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
		
		
			
		
	
	
			105 lines
		
	
	
		
			5.6 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| 
								 | 
							
								<?xml version="1.0" encoding="utf-8"?>
							 | 
						|||
| 
								 | 
							
								<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
							 | 
						|||
| 
								 | 
							
								  <ItemGroup Label="ProjectConfigurations">
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="Debug|Win32">
							 | 
						|||
| 
								 | 
							
								      <Configuration>Debug</Configuration>
							 | 
						|||
| 
								 | 
							
								      <Platform>Win32</Platform>
							 | 
						|||
| 
								 | 
							
								    </ProjectConfiguration>
							 | 
						|||
| 
								 | 
							
								    <ProjectConfiguration Include="Release|Win32">
							 | 
						|||
| 
								 | 
							
								      <Configuration>Release</Configuration>
							 | 
						|||
| 
								 | 
							
								      <Platform>Win32</Platform>
							 | 
						|||
| 
								 | 
							
								    </ProjectConfiguration>
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Label="Globals">
							 | 
						|||
| 
								 | 
							
								    <ProjectGuid>{B4D7D5F5-4A4E-49D5-B38A-E5673520DE66}</ProjectGuid>
							 | 
						|||
| 
								 | 
							
								    <RootNamespace>sample</RootNamespace>
							 | 
						|||
| 
								 | 
							
								    <Keyword>Win32Proj</Keyword>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>Application</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>Unicode</CharacterSet>
							 | 
						|||
| 
								 | 
							
								    <WholeProgramOptimization>true</WholeProgramOptimization>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
							 | 
						|||
| 
								 | 
							
								    <ConfigurationType>Application</ConfigurationType>
							 | 
						|||
| 
								 | 
							
								    <CharacterSet>Unicode</CharacterSet>
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Label="ExtensionSettings">
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
							 | 
						|||
| 
								 | 
							
								    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
							 | 
						|||
| 
								 | 
							
								    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup Label="UserMacros" />
							 | 
						|||
| 
								 | 
							
								  <PropertyGroup>
							 | 
						|||
| 
								 | 
							
								    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
							 | 
						|||
| 
								 | 
							
								    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
							 | 
						|||
| 
								 | 
							
								    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
							 | 
						|||
| 
								 | 
							
								    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
							 | 
						|||
| 
								 | 
							
								    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
							 | 
						|||
| 
								 | 
							
								    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
							 | 
						|||
| 
								 | 
							
								    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
							 | 
						|||
| 
								 | 
							
								    <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
							 | 
						|||
| 
								 | 
							
								    <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
							 | 
						|||
| 
								 | 
							
								    <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
							 | 
						|||
| 
								 | 
							
								  </PropertyGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <Optimization>Disabled</Optimization>
							 | 
						|||
| 
								 | 
							
								      <AdditionalIncludeDirectories>$(SolutionDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <MinimalRebuild>true</MinimalRebuild>
							 | 
						|||
| 
								 | 
							
								      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <TargetMachine>MachineX86</TargetMachine>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
							 | 
						|||
| 
								 | 
							
								    <ClCompile>
							 | 
						|||
| 
								 | 
							
								      <Optimization>MaxSpeed</Optimization>
							 | 
						|||
| 
								 | 
							
								      <IntrinsicFunctions>true</IntrinsicFunctions>
							 | 
						|||
| 
								 | 
							
								      <AdditionalIncludeDirectories>$(SolutionDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
							 | 
						|||
| 
								 | 
							
								      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
							 | 
						|||
| 
								 | 
							
								      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
							 | 
						|||
| 
								 | 
							
								      <FunctionLevelLinking>true</FunctionLevelLinking>
							 | 
						|||
| 
								 | 
							
								      <PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      </PrecompiledHeader>
							 | 
						|||
| 
								 | 
							
								      <WarningLevel>Level3</WarningLevel>
							 | 
						|||
| 
								 | 
							
								      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
							 | 
						|||
| 
								 | 
							
								    </ClCompile>
							 | 
						|||
| 
								 | 
							
								    <Link>
							 | 
						|||
| 
								 | 
							
								      <GenerateDebugInformation>true</GenerateDebugInformation>
							 | 
						|||
| 
								 | 
							
								      <SubSystem>Console</SubSystem>
							 | 
						|||
| 
								 | 
							
								      <OptimizeReferences>true</OptimizeReferences>
							 | 
						|||
| 
								 | 
							
								      <EnableCOMDATFolding>true</EnableCOMDATFolding>
							 | 
						|||
| 
								 | 
							
								      <TargetMachine>MachineX86</TargetMachine>
							 | 
						|||
| 
								 | 
							
								    </Link>
							 | 
						|||
| 
								 | 
							
								  </ItemDefinitionGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <ClCompile Include="sample.c" />
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								  <ItemGroup>
							 | 
						|||
| 
								 | 
							
								    <ProjectReference Include="..\lib\lib.vcxproj">
							 | 
						|||
| 
								 | 
							
								      <Project>{c4405b73-a899-44bf-8681-04ce040b6705}</Project>
							 | 
						|||
| 
								 | 
							
								      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
							 | 
						|||
| 
								 | 
							
								    </ProjectReference>
							 | 
						|||
| 
								 | 
							
								  </ItemGroup>
							 | 
						|||
| 
								 | 
							
								  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
							 | 
						|||
| 
								 | 
							
								  <ImportGroup Label="ExtensionTargets">
							 | 
						|||
| 
								 | 
							
								  </ImportGroup>
							 | 
						|||
| 
								 | 
							
								</Project>
							 |