OSDN Git Service

Moved JobObject as well as the remaining GUI functions into the MUtilities library.
[mutilities/MUtilities.git] / MUtilities_VS2013.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="12.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_Static|Win32">
9       <Configuration>Release_Static</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16   </ItemGroup>
17   <ItemGroup>
18     <ClCompile Include="$(SolutionDir)\tmp\$(ProjectName)\QRC_Resource.cpp" />
19     <ClCompile Include="$(SolutionDir)\tmp\$(ProjectName)\MOC_UpdateChecker.cpp" />
20     <ClCompile Include="src\3rd_party\strnatcmp\src\strnatcmp.cpp" />
21     <ClCompile Include="src\CPUFeatures_Win32.cpp" />
22     <ClCompile Include="src\DLLMain.cpp" />
23     <ClCompile Include="src\ErrorHandler_Win32.cpp" />
24     <ClCompile Include="src\Global.cpp" />
25     <ClCompile Include="src\GUI.cpp" />
26     <ClCompile Include="src\GUI_Win32.cpp" />
27     <ClCompile Include="src\JobObject_Win32.cpp" />
28     <ClCompile Include="src\KeccakHash.cpp" />
29     <ClCompile Include="src\OSSupport_Win32.cpp" />
30     <ClCompile Include="src\Sound_Win32.cpp" />
31     <ClCompile Include="src\Startup.cpp" />
32     <ClCompile Include="src\Terminal_Win32.cpp" />
33     <ClCompile Include="src\UpdateChecker.cpp" />
34     <ClCompile Include="src\Version.cpp" />
35   </ItemGroup>
36   <ItemGroup>
37     <ClInclude Include="include\MUtils\CPUFeatures.h" />
38     <ClInclude Include="include\MUtils\ErrorHandler.h" />
39     <ClInclude Include="include\MUtils\Exception.h" />
40     <ClInclude Include="include\MUtils\Global.h" />
41     <ClInclude Include="include\MUtils\GUI.h" />
42     <ClInclude Include="include\MUtils\JobObject.h" />
43     <ClInclude Include="include\MUtils\KeccakHash.h" />
44     <ClInclude Include="include\MUtils\OSSupport.h" />
45     <ClInclude Include="include\MUtils\Sound.h" />
46     <ClInclude Include="include\MUtils\Startup.h" />
47     <ClInclude Include="include\MUtils\Terminal.h" />
48     <ClInclude Include="src\3rd_party\keccak\include\keccak_impl.h" />
49     <ClInclude Include="src\3rd_party\strnatcmp\include\strnatcmp.h" />
50     <ClInclude Include="src\DirLocker.h" />
51     <ClInclude Include="src\Utils_Win32.h" />
52     <CustomBuild Include="include\Mutils\UpdateChecker.h">
53       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
54       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
55       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
56       <Command Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
57       <Message Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
58       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
59       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
60       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
61       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
62     </CustomBuild>
63     <ClInclude Include="include\MUtils\Version.h" />
64     <ClInclude Include="src\CriticalSection_Win32.h" />
65   </ItemGroup>
66   <ItemGroup>
67     <CustomBuild Include="res\Resource.qrc">
68       <FileType>Document</FileType>
69       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
70       <Command Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
71       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -name "%(Filename)" "%(FullPath)"</Command>
72       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
73       <Message Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
74       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"</Message>
75       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
76       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
77       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp;%(Outputs)</Outputs>
78     </CustomBuild>
79   </ItemGroup>
80   <PropertyGroup Label="Globals">
81     <ProjectGuid>{55405FE1-149F-434C-9D72-4B64348D2A08}</ProjectGuid>
82     <Keyword>Win32Proj</Keyword>
83     <RootNamespace>MUtilities</RootNamespace>
84     <ProjectName>MUtilities</ProjectName>
85   </PropertyGroup>
86   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
88     <ConfigurationType>DynamicLibrary</ConfigurationType>
89     <UseDebugLibraries>true</UseDebugLibraries>
90     <PlatformToolset>v120_xp</PlatformToolset>
91     <CharacterSet>Unicode</CharacterSet>
92   </PropertyGroup>
93   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
94     <ConfigurationType>DynamicLibrary</ConfigurationType>
95     <UseDebugLibraries>false</UseDebugLibraries>
96     <PlatformToolset>v120_xp</PlatformToolset>
97     <WholeProgramOptimization>true</WholeProgramOptimization>
98     <CharacterSet>Unicode</CharacterSet>
99   </PropertyGroup>
100   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
101     <ConfigurationType>StaticLibrary</ConfigurationType>
102     <UseDebugLibraries>false</UseDebugLibraries>
103     <PlatformToolset>v120_xp</PlatformToolset>
104     <WholeProgramOptimization>true</WholeProgramOptimization>
105     <CharacterSet>Unicode</CharacterSet>
106   </PropertyGroup>
107   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
108   <ImportGroup Label="ExtensionSettings">
109   </ImportGroup>
110   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
111     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
112   </ImportGroup>
113   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
114     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
115   </ImportGroup>
116   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="PropertySheets">
117     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118   </ImportGroup>
119   <PropertyGroup Label="UserMacros" />
120   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
121     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
122     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
123     <TargetName>MUtils32-1</TargetName>
124   </PropertyGroup>
125   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
126     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
127     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
128     <TargetName>MUtils32-1</TargetName>
129   </PropertyGroup>
130   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
131     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
132     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
133     <TargetName>MUtils32-1</TargetName>
134   </PropertyGroup>
135   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
136     <ClCompile>
137       <PrecompiledHeader>
138       </PrecompiledHeader>
139       <WarningLevel>Level3</WarningLevel>
140       <Optimization>Disabled</Optimization>
141       <PreprocessorDefinitions>WIN32;MUTILS_DLL_EXPORT;_DEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
142       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
143       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
144       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
145       <TreatWarningAsError>true</TreatWarningAsError>
146     </ClCompile>
147     <Link>
148       <SubSystem>Windows</SubSystem>
149       <GenerateDebugInformation>true</GenerateDebugInformation>
150       <AdditionalLibraryDirectories>$(QTDIR)\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32</AdditionalLibraryDirectories>
151       <AdditionalDependencies>QtCored4.lib;QtGuid4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;%(AdditionalDependencies)</AdditionalDependencies>
152     </Link>
153   </ItemDefinitionGroup>
154   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
155     <ClCompile>
156       <WarningLevel>Level3</WarningLevel>
157       <PrecompiledHeader>
158       </PrecompiledHeader>
159       <Optimization>Full</Optimization>
160       <FunctionLevelLinking>true</FunctionLevelLinking>
161       <IntrinsicFunctions>true</IntrinsicFunctions>
162       <PreprocessorDefinitions>WIN32;MUTILS_DLL_EXPORT;NDEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
163       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
164       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
165       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
166       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
167       <OmitFramePointers>true</OmitFramePointers>
168       <BufferSecurityCheck>false</BufferSecurityCheck>
169       <FloatingPointModel>Fast</FloatingPointModel>
170       <CreateHotpatchableImage>false</CreateHotpatchableImage>
171       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
172       <TreatWarningAsError>true</TreatWarningAsError>
173       <CompileAsManaged>false</CompileAsManaged>
174     </ClCompile>
175     <Link>
176       <SubSystem>Windows</SubSystem>
177       <EnableCOMDATFolding>true</EnableCOMDATFolding>
178       <OptimizeReferences>true</OptimizeReferences>
179       <AdditionalLibraryDirectories>$(QTDIR)\lib;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\lib\Win32</AdditionalLibraryDirectories>
180       <AdditionalDependencies>QtCore4.lib;QtGui4.lib;Winmm.lib;Psapi.lib;Sensapi.lib;PowrProf.lib;%(AdditionalDependencies)</AdditionalDependencies>
181       <GenerateDebugInformation>false</GenerateDebugInformation>
182     </Link>
183   </ItemDefinitionGroup>
184   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
185     <ClCompile>
186       <WarningLevel>Level3</WarningLevel>
187       <PrecompiledHeader>
188       </PrecompiledHeader>
189       <Optimization>Full</Optimization>
190       <FunctionLevelLinking>true</FunctionLevelLinking>
191       <IntrinsicFunctions>true</IntrinsicFunctions>
192       <PreprocessorDefinitions>WIN32;MUTILS_STATIC_LIB;NDEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NODLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
193       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
194       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
195       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
196       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
197       <OmitFramePointers>true</OmitFramePointers>
198       <BufferSecurityCheck>false</BufferSecurityCheck>
199       <FloatingPointModel>Fast</FloatingPointModel>
200       <CreateHotpatchableImage>false</CreateHotpatchableImage>
201       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(SolutionDir)\..\Prerequisites\VisualLeakDetector\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
202       <TreatWarningAsError>true</TreatWarningAsError>
203       <CompileAsManaged>false</CompileAsManaged>
204       <DebugInformationFormat>None</DebugInformationFormat>
205     </ClCompile>
206     <Link>
207       <SubSystem>Windows</SubSystem>
208       <GenerateDebugInformation>true</GenerateDebugInformation>
209       <EnableCOMDATFolding>true</EnableCOMDATFolding>
210       <OptimizeReferences>true</OptimizeReferences>
211     </Link>
212   </ItemDefinitionGroup>
213   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
214   <ImportGroup Label="ExtensionTargets">
215   </ImportGroup>
216 </Project>