OSDN Git Service

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