OSDN Git Service

Improved temp_folder() function + we will now clean-up the TEMP folder on application...
[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="src\Global.cpp" />
19     <ClCompile Include="src\KeccakHash.cpp" />
20     <ClCompile Include="src\OSSupport_Win32.cpp" />
21     <ClCompile Include="src\UpdateChecker.cpp" />
22     <ClCompile Include="src\Version.cpp" />
23     <ClCompile Include="tmp\MUtilities_VS2013\MOC_UpdateChecker.cpp" />
24   </ItemGroup>
25   <ItemGroup>
26     <ClInclude Include="include\MUtils\Exception.h" />
27     <ClInclude Include="include\MUtils\Global.h" />
28     <ClInclude Include="include\MUtils\KeccakHash.h" />
29     <ClInclude Include="include\MUtils\OSSupport.h" />
30     <ClInclude Include="src\DirLocker.h" />
31     <CustomBuild Include="include\Mutils\UpdateChecker.h">
32       <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
33       <Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
34       <Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
35       <Command Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
36       <Message Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
37       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
38       <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(QTDIR)\bin\moc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp" "%(FullPath)"</Command>
39       <Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MOC "$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp"</Message>
40       <Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)tmp\$(ProjectName)\MOC_%(Filename).cpp;%(Outputs)</Outputs>
41     </CustomBuild>
42     <ClInclude Include="include\MUtils\Version.h" />
43     <ClInclude Include="src\CriticalSection_Win32.h" />
44   </ItemGroup>
45   <PropertyGroup Label="Globals">
46     <ProjectGuid>{55405FE1-149F-434C-9D72-4B64348D2A08}</ProjectGuid>
47     <Keyword>Win32Proj</Keyword>
48     <RootNamespace>MUtilities</RootNamespace>
49     <ProjectName>MUtilities</ProjectName>
50   </PropertyGroup>
51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
53     <ConfigurationType>DynamicLibrary</ConfigurationType>
54     <UseDebugLibraries>true</UseDebugLibraries>
55     <PlatformToolset>v120_xp</PlatformToolset>
56     <CharacterSet>Unicode</CharacterSet>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
59     <ConfigurationType>DynamicLibrary</ConfigurationType>
60     <UseDebugLibraries>false</UseDebugLibraries>
61     <PlatformToolset>v120_xp</PlatformToolset>
62     <WholeProgramOptimization>true</WholeProgramOptimization>
63     <CharacterSet>Unicode</CharacterSet>
64   </PropertyGroup>
65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
66     <ConfigurationType>StaticLibrary</ConfigurationType>
67     <UseDebugLibraries>false</UseDebugLibraries>
68     <PlatformToolset>v120_xp</PlatformToolset>
69     <WholeProgramOptimization>true</WholeProgramOptimization>
70     <CharacterSet>Unicode</CharacterSet>
71   </PropertyGroup>
72   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
73   <ImportGroup Label="ExtensionSettings">
74   </ImportGroup>
75   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
77   </ImportGroup>
78   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
80   </ImportGroup>
81   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="PropertySheets">
82     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
83   </ImportGroup>
84   <PropertyGroup Label="UserMacros" />
85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
87     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
88     <TargetName>MUtils32-1</TargetName>
89   </PropertyGroup>
90   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
91     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
92     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
93     <TargetName>MUtils32-1</TargetName>
94   </PropertyGroup>
95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
96     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
97     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
98     <TargetName>MUtils32-1</TargetName>
99   </PropertyGroup>
100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
101     <ClCompile>
102       <PrecompiledHeader>
103       </PrecompiledHeader>
104       <WarningLevel>Level3</WarningLevel>
105       <Optimization>Disabled</Optimization>
106       <PreprocessorDefinitions>WIN32;MUTILS_DLL_EXPORT;_DEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
107       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
108       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
109       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
110     </ClCompile>
111     <Link>
112       <SubSystem>Windows</SubSystem>
113       <GenerateDebugInformation>true</GenerateDebugInformation>
114       <AdditionalLibraryDirectories>$(QTDIR)\lib</AdditionalLibraryDirectories>
115       <AdditionalDependencies>QtCored4.lib;QtGuid4.lib;Psapi.lib;Sensapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
116     </Link>
117   </ItemDefinitionGroup>
118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119     <ClCompile>
120       <WarningLevel>Level3</WarningLevel>
121       <PrecompiledHeader>
122       </PrecompiledHeader>
123       <Optimization>Full</Optimization>
124       <FunctionLevelLinking>true</FunctionLevelLinking>
125       <IntrinsicFunctions>true</IntrinsicFunctions>
126       <PreprocessorDefinitions>WIN32;MUTILS_DLL_EXPORT;NDEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_DLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
128       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
129       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
130       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
131       <OmitFramePointers>true</OmitFramePointers>
132       <BufferSecurityCheck>false</BufferSecurityCheck>
133       <FloatingPointModel>Fast</FloatingPointModel>
134       <CreateHotpatchableImage>false</CreateHotpatchableImage>
135       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
136     </ClCompile>
137     <Link>
138       <SubSystem>Windows</SubSystem>
139       <EnableCOMDATFolding>true</EnableCOMDATFolding>
140       <OptimizeReferences>true</OptimizeReferences>
141       <AdditionalLibraryDirectories>$(QTDIR)\lib</AdditionalLibraryDirectories>
142       <AdditionalDependencies>QtCore4.lib;QtGui4.lib;Psapi.lib;Sensapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
143       <GenerateDebugInformation>false</GenerateDebugInformation>
144     </Link>
145   </ItemDefinitionGroup>
146   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
147     <ClCompile>
148       <WarningLevel>Level3</WarningLevel>
149       <PrecompiledHeader>
150       </PrecompiledHeader>
151       <Optimization>Full</Optimization>
152       <FunctionLevelLinking>true</FunctionLevelLinking>
153       <IntrinsicFunctions>true</IntrinsicFunctions>
154       <PreprocessorDefinitions>WIN32;MUTILS_STATIC_LIB;NDEBUG;_LIB;QT_GUI_LIB;QT_CORE_LIB;QT_THREAD_SUPPORT;QT_NODLL;QT_NO_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
156       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
157       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
158       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
159       <OmitFramePointers>true</OmitFramePointers>
160       <BufferSecurityCheck>false</BufferSecurityCheck>
161       <FloatingPointModel>Fast</FloatingPointModel>
162       <CreateHotpatchableImage>false</CreateHotpatchableImage>
163       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
164     </ClCompile>
165     <Link>
166       <SubSystem>Windows</SubSystem>
167       <GenerateDebugInformation>true</GenerateDebugInformation>
168       <EnableCOMDATFolding>true</EnableCOMDATFolding>
169       <OptimizeReferences>true</OptimizeReferences>
170     </Link>
171   </ItemDefinitionGroup>
172   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
173   <ImportGroup Label="ExtensionTargets">
174   </ImportGroup>
175 </Project>