1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<Project DefaultTargets="Build" ToolsVersion="4.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>{8EB78C3B-433F-43FE-8AFB-4FDB08AE7BFB}</ProjectGuid> |
15 |
<SccProjectName> |
16 |
</SccProjectName> |
17 |
<SccLocalPath> |
18 |
</SccLocalPath> |
19 |
<SccProvider> |
20 |
</SccProvider> |
21 |
</PropertyGroup> |
22 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
23 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration" /> |
24 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration" /> |
25 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
26 |
<ImportGroup Label="ExtensionSettings"> |
27 |
</ImportGroup> |
28 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
29 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
30 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> |
31 |
<Import Project="..\PropertySheets\DebugWin32.props" /> |
32 |
</ImportGroup> |
33 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
34 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
35 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" /> |
36 |
<Import Project="..\PropertySheets\ReleaseWin32.props" /> |
37 |
</ImportGroup> |
38 |
<PropertyGroup Label="UserMacros" /> |
39 |
<PropertyGroup> |
40 |
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
41 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental> |
42 |
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental> |
43 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
44 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
45 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
46 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
47 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
48 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
49 |
</PropertyGroup> |
50 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
51 |
<Midl> |
52 |
<TypeLibraryName>.\Build\Release/ym2mym.tlb</TypeLibraryName> |
53 |
<HeaderFileName> |
54 |
</HeaderFileName> |
55 |
</Midl> |
56 |
<ClCompile> |
57 |
<Optimization>MaxSpeed</Optimization> |
58 |
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
59 |
<AdditionalIncludeDirectories>includes;../common/includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
60 |
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
61 |
<StringPooling>true</StringPooling> |
62 |
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
63 |
<FunctionLevelLinking>true</FunctionLevelLinking> |
64 |
<PrecompiledHeaderOutputFile>.\Build\Release/ym2mym.pch</PrecompiledHeaderOutputFile> |
65 |
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
66 |
<ObjectFileName>$(IntDir)</ObjectFileName> |
67 |
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> |
68 |
<WarningLevel>Level3</WarningLevel> |
69 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
70 |
</ClCompile> |
71 |
<ResourceCompile> |
72 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
73 |
<Culture>0x040c</Culture> |
74 |
</ResourceCompile> |
75 |
<Link> |
76 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
77 |
<ProgramDatabaseFile>$(IntDir)$(ProjectName).pdb</ProgramDatabaseFile> |
78 |
<SubSystem>Console</SubSystem> |
79 |
<TargetMachine>MachineX86</TargetMachine> |
80 |
</Link> |
81 |
<Bscmake> |
82 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
83 |
<OutputFile>.\Build\Release/ym2mym.bsc</OutputFile> |
84 |
</Bscmake> |
85 |
</ItemDefinitionGroup> |
86 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
87 |
<Midl> |
88 |
<TypeLibraryName>.\Build\Debug/ym2mym.tlb</TypeLibraryName> |
89 |
<HeaderFileName> |
90 |
</HeaderFileName> |
91 |
</Midl> |
92 |
<ClCompile> |
93 |
<Optimization>Disabled</Optimization> |
94 |
<AdditionalIncludeDirectories>includes;../common/includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
95 |
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
96 |
<MinimalRebuild>true</MinimalRebuild> |
97 |
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
98 |
<PrecompiledHeaderOutputFile>.\Build\Debug/ym2mym.pch</PrecompiledHeaderOutputFile> |
99 |
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
100 |
<ObjectFileName>$(IntDir)</ObjectFileName> |
101 |
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> |
102 |
<WarningLevel>Level3</WarningLevel> |
103 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
104 |
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
105 |
</ClCompile> |
106 |
<ResourceCompile> |
107 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
108 |
<Culture>0x040c</Culture> |
109 |
</ResourceCompile> |
110 |
<Link> |
111 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
112 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
113 |
<ProgramDatabaseFile>$(IntDir)$(ProjectName).pdb</ProgramDatabaseFile> |
114 |
<SubSystem>Console</SubSystem> |
115 |
<TargetMachine>MachineX86</TargetMachine> |
116 |
</Link> |
117 |
<Bscmake> |
118 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
119 |
<OutputFile>.\Build\Debug/ym2mym.bsc</OutputFile> |
120 |
</Bscmake> |
121 |
</ItemDefinitionGroup> |
122 |
<ItemGroup> |
123 |
<ClCompile Include="sources\lzhlib.cpp" /> |
124 |
<ClCompile Include="sources\Ym2Mym.cpp" /> |
125 |
</ItemGroup> |
126 |
<ItemGroup> |
127 |
<ResourceCompile Include="data\icones.rc"> |
128 |
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
129 |
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">data;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
130 |
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
131 |
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">data;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
132 |
</ResourceCompile> |
133 |
</ItemGroup> |
134 |
<ItemGroup> |
135 |
<None Include="data\normal.ico" /> |
136 |
<None Include="sources\lzhlib.txt" /> |
137 |
</ItemGroup> |
138 |
<ItemGroup> |
139 |
<ProjectReference Include="..\common\common.vcxproj"> |
140 |
<Project>{3f43c467-3ccf-4703-ab22-dd71f4361efa}</Project> |
141 |
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> |
142 |
</ProjectReference> |
143 |
</ItemGroup> |
144 |
<ItemGroup> |
145 |
<ClInclude Include="sources\infos.h" /> |
146 |
<ClInclude Include="sources\lzh.h" /> |
147 |
</ItemGroup> |
148 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
149 |
<ImportGroup Label="ExtensionTargets"> |
150 |
</ImportGroup> |
151 |
</Project> |