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