KhmerLanguageSwitcher_1000.vcxproj
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:5k
源码类别:

界面编程

开发平台:

Visual C++

  1. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <ItemGroup Label="ProjectConfigurations">
  3.     <ProjectConfiguration Include="Khmer|Win32">
  4.       <Configuration>Khmer</Configuration>
  5.       <Platform>Win32</Platform>
  6.     </ProjectConfiguration>
  7.   </ItemGroup>
  8.   <PropertyGroup Label="Globals">
  9.     <ProjectName>KhmerLanguageSwitcher</ProjectName>
  10.     <ProjectGUID>{1F8EFD9D-35C4-4393-9D2C-A0A359981496}</ProjectGUID>
  11.     <RootNamespace>KhmerLanguageSwitcher</RootNamespace>
  12.     <Keyword>Win32Proj</Keyword>
  13.   </PropertyGroup>
  14.   <Import Project="$(VCTargetsPath)Microsoft.Cpp.Default.props" />
  15.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  16.     <ConfigurationType>Application</ConfigurationType>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  19.     <ConfigurationType>Application</ConfigurationType>
  20.   </PropertyGroup>
  21.   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">
  22.     <ConfigurationType>DynamicLibrary</ConfigurationType>
  23.     <CharacterSet>Unicode</CharacterSet>
  24.     <WholeProgramOptimization>true</WholeProgramOptimization>
  25.   </PropertyGroup>
  26.   <Import Project="$(VCTargetsPath)Microsoft.Cpp.props" />
  27.   <ImportGroup Label="ExtensionSettings">
  28.   </ImportGroup>
  29.   <ImportGroup Label="PropertySheets">
  30.     <Import Project="$(LocalAppData)MicrosoftVisualStudio10.0Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(LocalAppData)MicrosoftVisualStudio10.0Microsoft.Cpp.$(Platform).user.props')" />
  31.   </ImportGroup>
  32.   <PropertyGroup Label="UserMacros" />
  33.   <PropertyGroup>
  34.     <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
  35.     <OutDir Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">$(ProjectDir)Khmer</OutDir>
  36.     <IntDir Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">Khmer</IntDir>
  37.     <TargetName Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">KhmerLanguageSwitcher</TargetName>
  38.     <TargetExt Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">.dll</TargetExt>
  39.     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">false</LinkIncremental>
  40.   </PropertyGroup>
  41.   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">
  42.     <ClCompile>
  43.       <AdditionalOptions>/Zm512 %(AdditionalOptions)</AdditionalOptions>
  44.       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;KHMERLANGUAGESWITCHER_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  45.       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
  46.       <TreatWChar_tAsBuiltInType>false</TreatWChar_tAsBuiltInType>
  47.       <PrecompiledHeader>
  48.       </PrecompiledHeader>
  49.       <ObjectFileName>Khmer</ObjectFileName>
  50.       <ProgramDataBaseFileName>Khmervc80.pdb</ProgramDataBaseFileName>
  51.       <XMLDocumentationFileName>Khmer</XMLDocumentationFileName>
  52.       <WarningLevel>Level4</WarningLevel>
  53.       <DebugInformationFormat>
  54.       </DebugInformationFormat>
  55.     </ClCompile>
  56.     <ResourceCompile>
  57.       <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  58.       <ResourceOutputFileName>Khmer/%(FileName).res</ResourceOutputFileName>
  59.     </ResourceCompile>
  60.     <ProjectReference>
  61.       <LinkLibraryDependencies>false</LinkLibraryDependencies>
  62.     </ProjectReference>
  63.     <Link>
  64.       <ManifestFile>Khmer$(TargetFileName).intermediate.manifest</ManifestFile>
  65.       <GenerateDebugInformation>false</GenerateDebugInformation>
  66.       <SubSystem>Windows</SubSystem>
  67.       <OptimizeReferences>true</OptimizeReferences>
  68.       <EnableCOMDATFolding>true</EnableCOMDATFolding>
  69.       <RandomizedBaseAddress>false</RandomizedBaseAddress>
  70.       <DataExecutionPrevention>
  71.       </DataExecutionPrevention>
  72.       <TargetMachine>MachineX86</TargetMachine>
  73.     </Link>
  74.     <Manifest>
  75.       <OutputManifestFile>Khmer$(TargetFileName).embed.manifest</OutputManifestFile>
  76.       <ResourceOutputFileName>Khmer$(TargetFileName).embed.manifest.res</ResourceOutputFileName>
  77.     </Manifest>
  78.   </ItemDefinitionGroup>
  79.   <ItemGroup>
  80.     <ResourceCompile Include="....SamplesLanguageSwitcherKhmerLanguageSwitcher.rc">
  81.       <AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Khmer|Win32'">../../Include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  82.     </ResourceCompile>
  83.   </ItemGroup>
  84.   <ItemGroup>
  85.     <ClCompile Include="KhmerLanguageSwitcher.c" />
  86.   </ItemGroup>
  87.   <Import Project="$(VCTargetsPath)Microsoft.Cpp.targets" />
  88.   <ImportGroup Label="ExtensionTargets">
  89.   </ImportGroup>
  90. </Project>