| 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>{4E12B7F4-AD2F-444E-8E8F-FE244743542B}</ProjectGuid>
|
|---|
| 15 | <Keyword>Win32Proj</Keyword>
|
|---|
| 16 | <RootNamespace>windcrest</RootNamespace>
|
|---|
| 17 | <ProjectName>windcrest</ProjectName>
|
|---|
| 18 | </PropertyGroup>
|
|---|
| 19 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|---|
| 20 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|---|
| 21 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 22 | <UseDebugLibraries>true</UseDebugLibraries>
|
|---|
| 23 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 24 | </PropertyGroup>
|
|---|
| 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|---|
| 26 | <ConfigurationType>Application</ConfigurationType>
|
|---|
| 27 | <UseDebugLibraries>false</UseDebugLibraries>
|
|---|
| 28 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
|---|
| 29 | <CharacterSet>Unicode</CharacterSet>
|
|---|
| 30 | </PropertyGroup>
|
|---|
| 31 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|---|
| 32 | <ImportGroup Label="ExtensionSettings">
|
|---|
| 33 | </ImportGroup>
|
|---|
| 34 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|---|
| 35 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 36 | <Import Project="i3.props" />
|
|---|
| 37 | <Import Project="i3_debug.props" />
|
|---|
| 38 | </ImportGroup>
|
|---|
| 39 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|---|
| 40 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|---|
| 41 | <Import Project="i3.props" />
|
|---|
| 42 | </ImportGroup>
|
|---|
| 43 | <PropertyGroup Label="UserMacros" />
|
|---|
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|---|
| 45 | <LinkIncremental>true</LinkIncremental>
|
|---|
| 46 | </PropertyGroup>
|
|---|
| 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|---|
| 48 | <LinkIncremental>false</LinkIncremental>
|
|---|
| 49 | <GenerateManifest>false</GenerateManifest>
|
|---|
| 50 | </PropertyGroup>
|
|---|
| 51 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|---|
| 52 | <ClCompile>
|
|---|
| 53 | <PrecompiledHeader>
|
|---|
| 54 | </PrecompiledHeader>
|
|---|
| 55 | <WarningLevel>Level3</WarningLevel>
|
|---|
| 56 | <Optimization>Disabled</Optimization>
|
|---|
| 57 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 58 | </ClCompile>
|
|---|
| 59 | <Link>
|
|---|
| 60 | <SubSystem>Windows</SubSystem>
|
|---|
| 61 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 62 | <AllowIsolation>false</AllowIsolation>
|
|---|
| 63 | </Link>
|
|---|
| 64 | </ItemDefinitionGroup>
|
|---|
| 65 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|---|
| 66 | <ClCompile>
|
|---|
| 67 | <WarningLevel>Level3</WarningLevel>
|
|---|
| 68 | <PrecompiledHeader>
|
|---|
| 69 | </PrecompiledHeader>
|
|---|
| 70 | <Optimization>MaxSpeed</Optimization>
|
|---|
| 71 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
|---|
| 72 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
|---|
| 73 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|---|
| 74 | </ClCompile>
|
|---|
| 75 | <Link>
|
|---|
| 76 | <SubSystem>Windows</SubSystem>
|
|---|
| 77 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
|---|
| 78 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|---|
| 79 | <OptimizeReferences>true</OptimizeReferences>
|
|---|
| 80 | </Link>
|
|---|
| 81 | </ItemDefinitionGroup>
|
|---|
| 82 | <ItemGroup>
|
|---|
| 83 | <ClInclude Include="..\src\i3\Common.h" />
|
|---|
| 84 | <ClInclude Include="..\src\i3\CompletionWindow.h" />
|
|---|
| 85 | <ClInclude Include="..\src\i3\ConfigFile.h" />
|
|---|
| 86 | <ClInclude Include="..\src\i3\Delegate.h" />
|
|---|
| 87 | <ClInclude Include="..\src\i3\InputWindow.h" />
|
|---|
| 88 | <ClInclude Include="..\src\i3\Mediator.h" />
|
|---|
| 89 | <ClInclude Include="..\src\i3\os-windows\OS.h" />
|
|---|
| 90 | <ClInclude Include="..\src\i3\os-windows\Pty.h" />
|
|---|
| 91 | <ClInclude Include="..\src\i3\os-windows\Utf8ToUtf16Stream.h" />
|
|---|
| 92 | <ClInclude Include="..\src\i3\os-windows\WindowsCommon.h" />
|
|---|
| 93 | <ClInclude Include="..\src\i3\os-windows\WindowsVersionHelp.h" />
|
|---|
| 94 | <ClInclude Include="..\src\i3\OutputWindow.h" />
|
|---|
| 95 | <ClInclude Include="..\src\i3\Platform.h" />
|
|---|
| 96 | <ClInclude Include="..\src\i3\ShellManager.h" />
|
|---|
| 97 | <ClInclude Include="..\src\i3\ui-windows\BlurEditController.h" />
|
|---|
| 98 | <ClInclude Include="..\src\i3\ui-windows\CompletionWindowPlatform.h" />
|
|---|
| 99 | <ClInclude Include="..\src\i3\ui-windows\InputWindowPlatform.h" />
|
|---|
| 100 | <ClInclude Include="..\src\i3\ui-windows\OutputWindowPlatform.h" />
|
|---|
| 101 | <ClInclude Include="..\src\i3\ui-windows\UI.h" />
|
|---|
| 102 | <ClInclude Include="..\src\i3\Version.h" />
|
|---|
| 103 | </ItemGroup>
|
|---|
| 104 | <ItemGroup>
|
|---|
| 105 | <ClCompile Include="..\src\i3\Common.cc" />
|
|---|
| 106 | <ClCompile Include="..\src\i3\CompletionWindow.cc" />
|
|---|
| 107 | <ClCompile Include="..\src\i3\DebugEventHook.cc" />
|
|---|
| 108 | <ClCompile Include="..\src\i3\Delegate.cc" />
|
|---|
| 109 | <ClCompile Include="..\src\i3\InputWindow.cc" />
|
|---|
| 110 | <ClCompile Include="..\src\i3\Main.cc" />
|
|---|
| 111 | <ClCompile Include="..\src\i3\Mediator.cc" />
|
|---|
| 112 | <ClCompile Include="..\src\i3\os-windows\OS.cc" />
|
|---|
| 113 | <ClCompile Include="..\src\i3\os-windows\Pty.cc" />
|
|---|
| 114 | <ClCompile Include="..\src\i3\os-windows\StdAfx.cc">
|
|---|
| 115 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|---|
| 116 | <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">mil/PrecompiledHeaders.h</PrecompiledHeaderFile>
|
|---|
| 117 | </ClCompile>
|
|---|
| 118 | <ClCompile Include="..\src\i3\os-windows\Utf8ToUtf16Stream.cc" />
|
|---|
| 119 | <ClCompile Include="..\src\i3\os-windows\WindowsCommon.cc" />
|
|---|
| 120 | <ClCompile Include="..\src\i3\OutputWindow.cc" />
|
|---|
| 121 | <ClCompile Include="..\src\i3\ShellManager.cc" />
|
|---|
| 122 | <ClCompile Include="..\src\i3\ui-windows\BlurEditController.cc" />
|
|---|
| 123 | <ClCompile Include="..\src\i3\ui-windows\CompletionWindowPlatform.cc" />
|
|---|
| 124 | <ClCompile Include="..\src\i3\ui-windows\InputWindowPlatform.cc" />
|
|---|
| 125 | <ClCompile Include="..\src\i3\ui-windows\OutputWindowPlatform.cc" />
|
|---|
| 126 | <ClCompile Include="..\src\i3\ui-windows\UI.cc" />
|
|---|
| 127 | </ItemGroup>
|
|---|
| 128 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|---|
| 129 | <ImportGroup Label="ExtensionTargets">
|
|---|
| 130 | </ImportGroup>
|
|---|
| 131 | </Project> |
|---|