391
|
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|Win32">
|
|
9 <Configuration>Release</Configuration>
|
|
10 <Platform>Win32</Platform>
|
|
11 </ProjectConfiguration>
|
|
12 </ItemGroup>
|
|
13 <ItemGroup>
|
|
14 <ProjectReference Include="lwlib.vcxproj">
|
|
15 <Project>{93a52e3f-d19d-4a1a-8b8f-15270bd3d0e2}</Project>
|
|
16 </ProjectReference>
|
|
17 </ItemGroup>
|
|
18 <ItemGroup>
|
|
19 <ClCompile Include="..\lwlink\expr.c" />
|
|
20 <ClCompile Include="..\lwlink\link.c" />
|
|
21 <ClCompile Include="..\lwlink\lwlink.c" />
|
|
22 <ClCompile Include="..\lwlink\main.c" />
|
|
23 <ClCompile Include="..\lwlink\map.c" />
|
|
24 <ClCompile Include="..\lwlink\output.c" />
|
|
25 <ClCompile Include="..\lwlink\readfiles.c" />
|
|
26 <ClCompile Include="..\lwlink\script.c" />
|
|
27 </ItemGroup>
|
|
28 <ItemGroup>
|
|
29 <ClInclude Include="..\lwlink\expr.h" />
|
|
30 <ClInclude Include="..\lwlink\lwlink.h" />
|
|
31 </ItemGroup>
|
|
32 <PropertyGroup Label="Globals">
|
|
33 <ProjectGuid>{FF4E3359-4B82-4111-8D32-16E0DCFAE39E}</ProjectGuid>
|
|
34 <Keyword>Win32Proj</Keyword>
|
|
35 <RootNamespace>lwasm</RootNamespace>
|
|
36 </PropertyGroup>
|
|
37 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
39 <ConfigurationType>Application</ConfigurationType>
|
|
40 <UseDebugLibraries>true</UseDebugLibraries>
|
|
41 <PlatformToolset>v120</PlatformToolset>
|
|
42 <CharacterSet>Unicode</CharacterSet>
|
|
43 </PropertyGroup>
|
|
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
45 <ConfigurationType>Application</ConfigurationType>
|
|
46 <UseDebugLibraries>false</UseDebugLibraries>
|
|
47 <PlatformToolset>v120</PlatformToolset>
|
|
48 <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
49 <CharacterSet>Unicode</CharacterSet>
|
|
50 </PropertyGroup>
|
|
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
52 <ImportGroup Label="ExtensionSettings">
|
|
53 </ImportGroup>
|
|
54 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
56 </ImportGroup>
|
|
57 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
59 </ImportGroup>
|
|
60 <PropertyGroup Label="UserMacros" />
|
|
61 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
62 <LinkIncremental>true</LinkIncremental>
|
|
63 <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
|
|
64 <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</IntDir>
|
|
65 </PropertyGroup>
|
|
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
67 <LinkIncremental>false</LinkIncremental>
|
|
68 <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
|
|
69 <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</IntDir>
|
|
70 </PropertyGroup>
|
|
71 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
72 <ClCompile>
|
|
73 <PrecompiledHeader>
|
|
74 </PrecompiledHeader>
|
|
75 <WarningLevel>Level3</WarningLevel>
|
|
76 <Optimization>Disabled</Optimization>
|
|
77 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
78 <AdditionalIncludeDirectories>../lwlib</AdditionalIncludeDirectories>
|
|
79 </ClCompile>
|
|
80 <Link>
|
|
81 <SubSystem>Console</SubSystem>
|
|
82 <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
83 </Link>
|
|
84 </ItemDefinitionGroup>
|
|
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
86 <ClCompile>
|
|
87 <WarningLevel>Level3</WarningLevel>
|
|
88 <PrecompiledHeader>
|
|
89 </PrecompiledHeader>
|
|
90 <Optimization>MaxSpeed</Optimization>
|
|
91 <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
92 <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
93 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
94 <AdditionalIncludeDirectories>../lwlib</AdditionalIncludeDirectories>
|
|
95 </ClCompile>
|
|
96 <Link>
|
|
97 <SubSystem>Console</SubSystem>
|
|
98 <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
99 <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
100 <OptimizeReferences>true</OptimizeReferences>
|
|
101 </Link>
|
|
102 </ItemDefinitionGroup>
|
|
103 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
104 <ImportGroup Label="ExtensionTargets">
|
|
105 </ImportGroup>
|
|
106 </Project> |