OSDN Git Service

設定変更後も最初期化が実行される可能性があった問題の修正
[dokopop/dokopop.git] / DCHook / DCHook.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="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{8C65CE15-64F8-43E6-968D-DBBB96858BB2}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24   </PropertyGroup>
25   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
26   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
27     <ConfigurationType>DynamicLibrary</ConfigurationType>
28     <CharacterSet>MultiByte</CharacterSet>
29   </PropertyGroup>
30   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
31     <ConfigurationType>DynamicLibrary</ConfigurationType>
32     <CharacterSet>MultiByte</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35     <ConfigurationType>DynamicLibrary</ConfigurationType>
36     <CharacterSet>MultiByte</CharacterSet>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
39     <ConfigurationType>DynamicLibrary</ConfigurationType>
40     <CharacterSet>MultiByte</CharacterSet>
41   </PropertyGroup>
42   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
43   <ImportGroup Label="ExtensionSettings">
44   </ImportGroup>
45   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
46     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47   </ImportGroup>
48   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53   </ImportGroup>
54   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56   </ImportGroup>
57   <PropertyGroup Label="UserMacros" />
58   <PropertyGroup>
59     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
60     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)</OutDir>
61     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)</OutDir>
62     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Debug\</IntDir>
63     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Debug\</IntDir>
64     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
65     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
66     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)</OutDir>
67     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)</OutDir>
68     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Release\</IntDir>
69     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Release\</IntDir>
70     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
71     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
72   </PropertyGroup>
73   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74     <ClCompile>
75       <Optimization>Disabled</Optimization>
76       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DCHOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77       <MinimalRebuild>true</MinimalRebuild>
78       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
79       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
80       <PrecompiledHeader>
81       </PrecompiledHeader>
82       <WarningLevel>Level3</WarningLevel>
83       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
84     </ClCompile>
85     <Link>
86       <OutputFile>$(OutDir)DCHook.dll</OutputFile>
87       <ModuleDefinitionFile>DCHook.def</ModuleDefinitionFile>
88       <GenerateDebugInformation>true</GenerateDebugInformation>
89       <ProgramDatabaseFile>$(OutDir)DCHook.pdb</ProgramDatabaseFile>
90       <SubSystem>Windows</SubSystem>
91       <ImportLibrary>$(OutDir)DCHook.lib</ImportLibrary>
92       <TargetMachine>MachineX86</TargetMachine>
93     </Link>
94   </ItemDefinitionGroup>
95   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
96     <ClCompile>
97       <Optimization>Disabled</Optimization>
98       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DCHOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
100       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
101       <PrecompiledHeader>
102       </PrecompiledHeader>
103       <WarningLevel>Level3</WarningLevel>
104       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
105     </ClCompile>
106     <Link>
107       <OutputFile>$(OutDir)DCHook.dll</OutputFile>
108       <ModuleDefinitionFile>DCHook.def</ModuleDefinitionFile>
109       <GenerateDebugInformation>true</GenerateDebugInformation>
110       <ProgramDatabaseFile>$(OutDir)DCHook.pdb</ProgramDatabaseFile>
111       <SubSystem>Windows</SubSystem>
112       <ImportLibrary>$(OutDir)DCHook.lib</ImportLibrary>
113     </Link>
114   </ItemDefinitionGroup>
115   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
116     <ClCompile>
117       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DCHOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
119       <PrecompiledHeader>
120       </PrecompiledHeader>
121       <WarningLevel>Level3</WarningLevel>
122       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
123     </ClCompile>
124     <Link>
125       <OutputFile>$(OutDir)DCHook.dll</OutputFile>
126       <ModuleDefinitionFile>DCHook.def</ModuleDefinitionFile>
127       <GenerateDebugInformation>true</GenerateDebugInformation>
128       <SubSystem>Windows</SubSystem>
129       <OptimizeReferences>true</OptimizeReferences>
130       <EnableCOMDATFolding>true</EnableCOMDATFolding>
131       <ImportLibrary>$(OutDir)DCHook.lib</ImportLibrary>
132       <TargetMachine>MachineX86</TargetMachine>
133     </Link>
134   </ItemDefinitionGroup>
135   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
136     <ClCompile>
137       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DCHOOK_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
139       <PrecompiledHeader>
140       </PrecompiledHeader>
141       <WarningLevel>Level3</WarningLevel>
142       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
143     </ClCompile>
144     <Link>
145       <OutputFile>$(OutDir)DCHook.dll</OutputFile>
146       <ModuleDefinitionFile>DCHook.def</ModuleDefinitionFile>
147       <GenerateDebugInformation>true</GenerateDebugInformation>
148       <SubSystem>Windows</SubSystem>
149       <OptimizeReferences>true</OptimizeReferences>
150       <EnableCOMDATFolding>true</EnableCOMDATFolding>
151       <ImportLibrary>$(OutDir)DCHook.lib</ImportLibrary>
152     </Link>
153   </ItemDefinitionGroup>
154   <ItemGroup>
155     <ClCompile Include="DCHook.cpp" />
156     <ClCompile Include="MonitorScale.cpp" />
157   </ItemGroup>
158   <ItemGroup>
159     <None Include="DCHook.def" />
160   </ItemGroup>
161   <ItemGroup>
162     <ResourceCompile Include="dchook.rc" />
163   </ItemGroup>
164   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
165   <ImportGroup Label="ExtensionTargets">
166   </ImportGroup>
167 </Project>