comparison win/lwobjdump.vcxproj @ 391:15d1628180e7

Add missing files to 221b5f58d8ad
author William Astle <lost@l-w.ca>
date Mon, 13 Jul 2015 21:53:33 -0600
parents
children
comparison
equal deleted inserted replaced
390:1ebb5a0b2874 391:15d1628180e7
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\objdump.c" />
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{852540C9-DEA5-4BFF-BE18-FD946C3857AA}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>lwasm</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>Application</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <PlatformToolset>v120</PlatformToolset>
31 <CharacterSet>Unicode</CharacterSet>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <ConfigurationType>Application</ConfigurationType>
35 <UseDebugLibraries>false</UseDebugLibraries>
36 <PlatformToolset>v120</PlatformToolset>
37 <WholeProgramOptimization>true</WholeProgramOptimization>
38 <CharacterSet>Unicode</CharacterSet>
39 </PropertyGroup>
40 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41 <ImportGroup Label="ExtensionSettings">
42 </ImportGroup>
43 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
45 </ImportGroup>
46 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
47 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48 </ImportGroup>
49 <PropertyGroup Label="UserMacros" />
50 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
51 <LinkIncremental>true</LinkIncremental>
52 <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
53 <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</IntDir>
54 </PropertyGroup>
55 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56 <LinkIncremental>false</LinkIncremental>
57 <OutDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</OutDir>
58 <IntDir>$(SolutionDir)$(ProjectName)\$(Configuration)\</IntDir>
59 </PropertyGroup>
60 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61 <ClCompile>
62 <PrecompiledHeader>
63 </PrecompiledHeader>
64 <WarningLevel>Level3</WarningLevel>
65 <Optimization>Disabled</Optimization>
66 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
67 <AdditionalIncludeDirectories>../lwlib</AdditionalIncludeDirectories>
68 </ClCompile>
69 <Link>
70 <SubSystem>Console</SubSystem>
71 <GenerateDebugInformation>true</GenerateDebugInformation>
72 </Link>
73 </ItemDefinitionGroup>
74 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
75 <ClCompile>
76 <WarningLevel>Level3</WarningLevel>
77 <PrecompiledHeader>
78 </PrecompiledHeader>
79 <Optimization>MaxSpeed</Optimization>
80 <FunctionLevelLinking>true</FunctionLevelLinking>
81 <IntrinsicFunctions>true</IntrinsicFunctions>
82 <PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83 <AdditionalIncludeDirectories>../lwlib</AdditionalIncludeDirectories>
84 </ClCompile>
85 <Link>
86 <SubSystem>Console</SubSystem>
87 <GenerateDebugInformation>true</GenerateDebugInformation>
88 <EnableCOMDATFolding>true</EnableCOMDATFolding>
89 <OptimizeReferences>true</OptimizeReferences>
90 </Link>
91 </ItemDefinitionGroup>
92 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
93 <ImportGroup Label="ExtensionTargets">
94 </ImportGroup>
95 </Project>