OSDN Git Service

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