OSDN Git Service

Implemented temp_folder() function.
[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\UpdateChecker.cpp" />
20   </ItemGroup>
21   <ItemGroup>
22     <ClInclude Include="include\MUtils\Global.h" />
23     <ClInclude Include="include\Mutils\UpdateChecker.h" />
24   </ItemGroup>
25   <PropertyGroup Label="Globals">
26     <ProjectGuid>{55405FE1-149F-434C-9D72-4B64348D2A08}</ProjectGuid>
27     <Keyword>Win32Proj</Keyword>
28     <RootNamespace>MUtilities</RootNamespace>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
31   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32     <ConfigurationType>StaticLibrary</ConfigurationType>
33     <UseDebugLibraries>true</UseDebugLibraries>
34     <PlatformToolset>v120_xp</PlatformToolset>
35     <CharacterSet>Unicode</CharacterSet>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38     <ConfigurationType>StaticLibrary</ConfigurationType>
39     <UseDebugLibraries>false</UseDebugLibraries>
40     <PlatformToolset>v120_xp</PlatformToolset>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <CharacterSet>Unicode</CharacterSet>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
45     <ConfigurationType>StaticLibrary</ConfigurationType>
46     <UseDebugLibraries>false</UseDebugLibraries>
47     <PlatformToolset>v120_xp</PlatformToolset>
48     <WholeProgramOptimization>true</WholeProgramOptimization>
49     <CharacterSet>Unicode</CharacterSet>
50   </PropertyGroup>
51   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52   <ImportGroup Label="ExtensionSettings">
53   </ImportGroup>
54   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
55     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56   </ImportGroup>
57   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59   </ImportGroup>
60   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="PropertySheets">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62   </ImportGroup>
63   <PropertyGroup Label="UserMacros" />
64   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
66     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
67     <TargetName>libMUtils-1</TargetName>
68   </PropertyGroup>
69   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
70     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
71     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
72     <TargetName>libMUtils-1</TargetName>
73   </PropertyGroup>
74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
75     <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir>
76     <IntDir>$(SolutionDir)\obj\$(Platform)\$(Configuration)\</IntDir>
77     <TargetName>libMUtils-1</TargetName>
78   </PropertyGroup>
79   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
80     <ClCompile>
81       <PrecompiledHeader>
82       </PrecompiledHeader>
83       <WarningLevel>Level3</WarningLevel>
84       <Optimization>Disabled</Optimization>
85       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
87       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
88       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
89     </ClCompile>
90     <Link>
91       <SubSystem>Windows</SubSystem>
92       <GenerateDebugInformation>true</GenerateDebugInformation>
93     </Link>
94   </ItemDefinitionGroup>
95   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
96     <ClCompile>
97       <WarningLevel>Level3</WarningLevel>
98       <PrecompiledHeader>
99       </PrecompiledHeader>
100       <Optimization>Full</Optimization>
101       <FunctionLevelLinking>true</FunctionLevelLinking>
102       <IntrinsicFunctions>true</IntrinsicFunctions>
103       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
105       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
106       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
107       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
108       <OmitFramePointers>true</OmitFramePointers>
109       <BufferSecurityCheck>false</BufferSecurityCheck>
110       <FloatingPointModel>Fast</FloatingPointModel>
111       <CreateHotpatchableImage>false</CreateHotpatchableImage>
112       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
113     </ClCompile>
114     <Link>
115       <SubSystem>Windows</SubSystem>
116       <GenerateDebugInformation>true</GenerateDebugInformation>
117       <EnableCOMDATFolding>true</EnableCOMDATFolding>
118       <OptimizeReferences>true</OptimizeReferences>
119     </Link>
120   </ItemDefinitionGroup>
121   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
122     <ClCompile>
123       <WarningLevel>Level3</WarningLevel>
124       <PrecompiledHeader>
125       </PrecompiledHeader>
126       <Optimization>Full</Optimization>
127       <FunctionLevelLinking>true</FunctionLevelLinking>
128       <IntrinsicFunctions>true</IntrinsicFunctions>
129       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
130       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
131       <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
132       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
133       <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
134       <OmitFramePointers>true</OmitFramePointers>
135       <BufferSecurityCheck>false</BufferSecurityCheck>
136       <FloatingPointModel>Fast</FloatingPointModel>
137       <CreateHotpatchableImage>false</CreateHotpatchableImage>
138       <AdditionalIncludeDirectories>$(ProjectDir)\include;$(QTDIR)\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
139     </ClCompile>
140     <Link>
141       <SubSystem>Windows</SubSystem>
142       <GenerateDebugInformation>true</GenerateDebugInformation>
143       <EnableCOMDATFolding>true</EnableCOMDATFolding>
144       <OptimizeReferences>true</OptimizeReferences>
145     </Link>
146   </ItemDefinitionGroup>
147   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
148   <ImportGroup Label="ExtensionTargets">
149   </ImportGroup>
150 </Project>