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