1 |
dbug |
897 |
<?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>{E665379B-2090-4CD7-93F9-F3D4B27F1FD3}</ProjectGuid> |
15 |
dbug |
898 |
<SccProjectName> |
16 |
|
|
</SccProjectName> |
17 |
|
|
<SccLocalPath> |
18 |
|
|
</SccLocalPath> |
19 |
|
|
<SccProvider> |
20 |
|
|
</SccProvider> |
21 |
dbug |
897 |
</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/opt65.tlb</TypeLibraryName> |
53 |
|
|
<HeaderFileName> |
54 |
|
|
</HeaderFileName> |
55 |
|
|
</Midl> |
56 |
|
|
<ClCompile> |
57 |
|
|
<Optimization>MaxSpeed</Optimization> |
58 |
|
|
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion> |
59 |
|
|
<AdditionalIncludeDirectories>includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
60 |
dbug |
1336 |
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
61 |
dbug |
897 |
<StringPooling>true</StringPooling> |
62 |
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
63 |
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
64 |
|
|
<PrecompiledHeaderOutputFile>.\build\Release/opt65.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/opt65.bsc</OutputFile> |
84 |
|
|
</Bscmake> |
85 |
|
|
</ItemDefinitionGroup> |
86 |
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
87 |
|
|
<Midl> |
88 |
|
|
<TypeLibraryName>.\build\Debug/opt65.tlb</TypeLibraryName> |
89 |
|
|
<HeaderFileName> |
90 |
|
|
</HeaderFileName> |
91 |
|
|
</Midl> |
92 |
|
|
<ClCompile> |
93 |
|
|
<Optimization>Disabled</Optimization> |
94 |
|
|
<AdditionalIncludeDirectories>includes;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
95 |
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
96 |
|
|
<MinimalRebuild>true</MinimalRebuild> |
97 |
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
98 |
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
99 |
|
|
<PrecompiledHeaderOutputFile>.\build\Debug/opt65.pch</PrecompiledHeaderOutputFile> |
100 |
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation> |
101 |
|
|
<ObjectFileName>$(IntDir)</ObjectFileName> |
102 |
|
|
<ProgramDataBaseFileName>$(IntDir)</ProgramDataBaseFileName> |
103 |
|
|
<WarningLevel>Level3</WarningLevel> |
104 |
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
105 |
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat> |
106 |
|
|
</ClCompile> |
107 |
|
|
<ResourceCompile> |
108 |
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
109 |
|
|
<Culture>0x040c</Culture> |
110 |
|
|
</ResourceCompile> |
111 |
|
|
<Link> |
112 |
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
113 |
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
114 |
|
|
<ProgramDatabaseFile>$(IntDir)$(ProjectName).pdb</ProgramDatabaseFile> |
115 |
|
|
<SubSystem>Console</SubSystem> |
116 |
|
|
<TargetMachine>MachineX86</TargetMachine> |
117 |
|
|
</Link> |
118 |
|
|
<Bscmake> |
119 |
|
|
<SuppressStartupBanner>true</SuppressStartupBanner> |
120 |
|
|
<OutputFile>.\build\Debug/opt65.bsc</OutputFile> |
121 |
|
|
</Bscmake> |
122 |
|
|
</ItemDefinitionGroup> |
123 |
|
|
<ItemGroup> |
124 |
|
|
<ClCompile Include="sources\opt65.c"> |
125 |
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
126 |
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
127 |
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
128 |
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
129 |
|
|
</ClCompile> |
130 |
|
|
</ItemGroup> |
131 |
|
|
<ItemGroup> |
132 |
|
|
<ResourceCompile Include="data\icones.rc"> |
133 |
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
134 |
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">data;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
135 |
|
|
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions> |
136 |
|
|
<AdditionalIncludeDirectories Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">data;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
137 |
|
|
</ResourceCompile> |
138 |
|
|
</ItemGroup> |
139 |
|
|
<ItemGroup> |
140 |
|
|
<None Include="data\normal.ico" /> |
141 |
|
|
</ItemGroup> |
142 |
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
143 |
|
|
<ImportGroup Label="ExtensionTargets"> |
144 |
|
|
</ImportGroup> |
145 |
|
|
</Project> |