1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 14.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|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{9169ADD9-E016-49DF-8E74-E30564D23682}</ProjectGuid >
15+ <SccProjectName />
16+ <SccLocalPath />
17+ <WindowsTargetPlatformVersion >8.1</WindowsTargetPlatformVersion >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
21+ <ConfigurationType >Application</ConfigurationType >
22+ <PlatformToolset >v140_xp</PlatformToolset >
23+ <UseOfMfc >false</UseOfMfc >
24+ <CharacterSet >MultiByte</CharacterSet >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
27+ <ConfigurationType >Application</ConfigurationType >
28+ <PlatformToolset >v140_xp</PlatformToolset >
29+ <UseOfMfc >false</UseOfMfc >
30+ <CharacterSet >MultiByte</CharacterSet >
31+ </PropertyGroup >
32+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
33+ <ImportGroup Label =" ExtensionSettings" >
34+ </ImportGroup >
35+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" PropertySheets" >
36+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
37+ </ImportGroup >
38+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" PropertySheets" >
39+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
40+ </ImportGroup >
41+ <PropertyGroup Label =" UserMacros" />
42+ <PropertyGroup >
43+ <_ProjectFileVersion >14.0.25431.1</_ProjectFileVersion >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
46+ <OutDir >$(ProjectDir)..\..\__TEMP__\VC2015\$(PlatformShortName)\$(Configuration)\$(ProjectName)\</OutDir >
47+ <IntDir >$(ProjectDir)..\..\__TEMP__\VC2015\$(PlatformShortName)\$(Configuration)\$(ProjectName)\</IntDir >
48+ <LinkIncremental >false</LinkIncremental >
49+ <TargetName >7zs</TargetName >
50+ </PropertyGroup >
51+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
52+ <OutDir >$(ProjectDir)..\..\__TEMP__\VC2015\$(PlatformShortName)\$(Configuration)\$(ProjectName)\</OutDir >
53+ <IntDir >$(ProjectDir)..\..\__TEMP__\VC2015\$(PlatformShortName)\$(Configuration)\$(ProjectName)\</IntDir >
54+ <LinkIncremental >false</LinkIncremental >
55+ <TargetName >7zs</TargetName >
56+ </PropertyGroup >
57+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
58+ <ClCompile >
59+ <Optimization >Disabled</Optimization >
60+ <AdditionalIncludeDirectories >..\include;..\osf\7z\include;..\osf\7z\Resource;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
61+ <PreprocessorDefinitions >_DEBUG;WIN32;_CONSOLE;_7ZIP_LARGE_PAGES;SUPPORT_DEVICE_FILE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
62+ <StringPooling >true</StringPooling >
63+ <BasicRuntimeChecks >Default</BasicRuntimeChecks >
64+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
65+ <StructMemberAlignment >1Byte</StructMemberAlignment >
66+ <BufferSecurityCheck >false</BufferSecurityCheck >
67+ <AdditionalOptions />
68+ <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
69+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
70+ <PrecompiledHeaderFile />
71+ <PrecompiledHeaderOutputFile >$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile >
72+ <AssemblerListingLocation >.\Debug/</AssemblerListingLocation >
73+ <ObjectFileName >.\Debug/</ObjectFileName >
74+ <ProgramDataBaseFileName >.\Debug/</ProgramDataBaseFileName >
75+ <WarningLevel >Level3</WarningLevel >
76+ <SuppressStartupBanner >true</SuppressStartupBanner >
77+ <DebugInformationFormat >ProgramDatabase</DebugInformationFormat >
78+ <CallingConvention >Cdecl</CallingConvention >
79+ <CompileAs >CompileAsCpp</CompileAs >
80+ </ClCompile >
81+ <Link >
82+ <AdditionalDependencies >comctl32.lib;wininet.lib;wsock32.lib;mpr.lib;shlwapi.lib;gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies >
83+ <OutputFile >..\..\ppy\bin\7zs.exe</OutputFile >
84+ <SuppressStartupBanner >true</SuppressStartupBanner >
85+ <GenerateDebugInformation >true</GenerateDebugInformation >
86+ <ProgramDatabaseFile >.\Debug/7za.pdb</ProgramDatabaseFile >
87+ <GenerateMapFile >true</GenerateMapFile >
88+ <SubSystem >Console</SubSystem >
89+ <TargetMachine >MachineX86</TargetMachine >
90+ </Link >
91+ <Midl >
92+ <TypeLibraryName >.\Debug/Alone.tlb</TypeLibraryName >
93+ <HeaderFileName />
94+ </Midl >
95+ <ResourceCompile >
96+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
97+ <Culture >0x0419</Culture >
98+ <AdditionalIncludeDirectories >..\include;..\osf\7z\include;..\osf\7z\Resource;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
99+ </ResourceCompile >
100+ </ItemDefinitionGroup >
101+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
102+ <ClCompile >
103+ <Optimization >Disabled</Optimization >
104+ <InlineFunctionExpansion >OnlyExplicitInline</InlineFunctionExpansion >
105+ <FavorSizeOrSpeed >Speed</FavorSizeOrSpeed >
106+ <OmitFramePointers >true</OmitFramePointers >
107+ <AdditionalIncludeDirectories >..\include;..\osf\7z\include;..\osf\7z\Resource;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
108+ <PreprocessorDefinitions >NDEBUG;WIN32;_CONSOLE;_7ZIP_LARGE_PAGES;SUPPORT_DEVICE_FILE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109+ <StringPooling >true</StringPooling >
110+ <BasicRuntimeChecks >Default</BasicRuntimeChecks >
111+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
112+ <StructMemberAlignment >1Byte</StructMemberAlignment >
113+ <BufferSecurityCheck >false</BufferSecurityCheck >
114+ <FunctionLevelLinking >true</FunctionLevelLinking >
115+ <AdditionalOptions />
116+ <TreatWChar_tAsBuiltInType >true</TreatWChar_tAsBuiltInType >
117+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
118+ <PrecompiledHeaderFile />
119+ <PrecompiledHeaderOutputFile >$(IntDir)$(ProjectName).pch</PrecompiledHeaderOutputFile >
120+ <AssemblerListingLocation >.\Release/</AssemblerListingLocation >
121+ <ObjectFileName >.\Release/</ObjectFileName >
122+ <ProgramDataBaseFileName >.\Release/</ProgramDataBaseFileName >
123+ <WarningLevel >Level3</WarningLevel >
124+ <TreatWarningAsError >true</TreatWarningAsError >
125+ <SuppressStartupBanner >true</SuppressStartupBanner >
126+ <CallingConvention >Cdecl</CallingConvention >
127+ <CompileAs >CompileAsCpp</CompileAs >
128+ </ClCompile >
129+ <Link >
130+ <AdditionalDependencies >comctl32.lib;wininet.lib;wsock32.lib;mpr.lib;shlwapi.lib;gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies >
131+ <OutputFile >..\..\ppy\bin\7zs.exe</OutputFile >
132+ <SuppressStartupBanner >true</SuppressStartupBanner >
133+ <ProgramDatabaseFile >.\Release/7za.pdb</ProgramDatabaseFile >
134+ <GenerateMapFile >true</GenerateMapFile >
135+ <SubSystem >Console</SubSystem >
136+ <TargetMachine >MachineX86</TargetMachine >
137+ </Link >
138+ <Midl >
139+ <TypeLibraryName >.\Release/Alone.tlb</TypeLibraryName >
140+ <HeaderFileName />
141+ </Midl >
142+ <ResourceCompile >
143+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
144+ <Culture >0x0419</Culture >
145+ <AdditionalIncludeDirectories >..\include;..\osf\7z\include;..\osf\7z\Resource;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
146+ </ResourceCompile >
147+ </ItemDefinitionGroup >
148+ <ItemGroup >
149+ <ClInclude Include =" ..\Osf\7z\include\7z-ifcs.h" />
150+ <ClInclude Include =" ..\Osf\7z\include\7z-internal.h" />
151+ <ClInclude Include =" ..\Osf\7z\include\MyGuidDef.h" />
152+ <ClInclude Include =" ..\Osf\7z\include\MyInitGuid.h" />
153+ </ItemGroup >
154+ <ItemGroup >
155+ <ResourceCompile Include =" ..\Osf\7z\Resource\7z-alone-resource.rc" />
156+ </ItemGroup >
157+ <ItemGroup >
158+ <ClCompile Include =" ..\osf\7z\SRC\UI\Console\Main.cpp" >
159+ <Optimization Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Disabled</Optimization >
160+ </ClCompile >
161+ </ItemGroup >
162+ <ItemGroup >
163+ <ProjectReference Include =" 7z.vcxproj" >
164+ <Project >{b742e28b-5eb0-4808-b5c6-0e55a030e605}</Project >
165+ </ProjectReference >
166+ </ItemGroup >
167+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
168+ <ImportGroup Label =" ExtensionTargets" >
169+ </ImportGroup >
170+ </Project >
0 commit comments