OSDN Git Service

[Release] Ver.2.1.4
[dokopop/dokopop.git] / ExMODIst / ExMODIst.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12   </ItemGroup>
13   <PropertyGroup Label="Globals">
14     <ProjectGuid>{1061424B-BA88-4553-AFB9-5A89717E44D7}</ProjectGuid>
15     <RootNamespace>ExMODIst</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>Application</ConfigurationType>
21     <UseOfMfc>false</UseOfMfc>
22     <CharacterSet>Unicode</CharacterSet>
23     <WholeProgramOptimization>true</WholeProgramOptimization>
24   </PropertyGroup>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26     <ConfigurationType>Application</ConfigurationType>
27     <UseOfMfc>false</UseOfMfc>
28     <CharacterSet>Unicode</CharacterSet>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31   <ImportGroup Label="ExtensionSettings">
32   </ImportGroup>
33   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35   </ImportGroup>
36   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
37     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38   </ImportGroup>
39   <PropertyGroup Label="UserMacros" />
40   <PropertyGroup>
41     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
44     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
45     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
46     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
47     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
48   </PropertyGroup>
49   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
50     <ClCompile>
51       <Optimization>Disabled</Optimization>
52       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
53       <MinimalRebuild>true</MinimalRebuild>
54       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
55       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
56       <PrecompiledHeader>Use</PrecompiledHeader>
57       <WarningLevel>Level3</WarningLevel>
58       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
59     </ClCompile>
60     <Link>
61       <GenerateDebugInformation>true</GenerateDebugInformation>
62       <SubSystem>Console</SubSystem>
63       <TargetMachine>MachineX86</TargetMachine>
64     </Link>
65   </ItemDefinitionGroup>
66   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67     <ClCompile>
68       <Optimization>MaxSpeed</Optimization>
69       <IntrinsicFunctions>true</IntrinsicFunctions>
70       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
71       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
72       <FunctionLevelLinking>true</FunctionLevelLinking>
73       <PrecompiledHeader>Use</PrecompiledHeader>
74       <WarningLevel>Level3</WarningLevel>
75       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
76     </ClCompile>
77     <Link>
78       <GenerateDebugInformation>true</GenerateDebugInformation>
79       <SubSystem>Console</SubSystem>
80       <OptimizeReferences>true</OptimizeReferences>
81       <EnableCOMDATFolding>true</EnableCOMDATFolding>
82       <TargetMachine>MachineX86</TargetMachine>
83     </Link>
84   </ItemDefinitionGroup>
85   <ItemGroup>
86     <ClCompile Include="ExMODIst.cpp" />
87     <ClCompile Include="stdafx.cpp">
88       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
89       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
90     </ClCompile>
91   </ItemGroup>
92   <ItemGroup>
93     <ClInclude Include="ExMODIst.h" />
94     <ClInclude Include="Resource.h" />
95     <ClInclude Include="stdafx.h" />
96     <ClInclude Include="targetver.h" />
97   </ItemGroup>
98   <ItemGroup>
99     <ResourceCompile Include="ExMODIst.rc" />
100   </ItemGroup>
101   <ItemGroup>
102     <None Include="ReadMe.txt" />
103   </ItemGroup>
104   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105   <ImportGroup Label="ExtensionTargets">
106   </ImportGroup>
107 </Project>