mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Changed to match the assembly of the game as much as possible. Will be finished when port to CMake is completed.
455 lines
28 KiB
XML
455 lines
28 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Profile|x64">
|
|
<Configuration>Profile</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
<ProjectGuid>{88BC2D60-A093-4E61-B194-59AB8BE4E33E}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<RootNamespace>cppkore</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
<ProjectName>libcppkore</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<UseOfMfc>Static</UseOfMfc>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'" Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\debug\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\debug\</OutDir>
|
|
<TargetName>libcppkore_x64</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\release\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\release\</OutDir>
|
|
<TargetName>libcppkore_x64</TargetName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<LibraryPath>$(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64)</LibraryPath>
|
|
<IntDir>$(SolutionDir)build\$(ProjectName)\profile\</IntDir>
|
|
<OutDir>$(SolutionDir)lib\profile\</OutDir>
|
|
<TargetName>libcppkore_x64</TargetName>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>false</ConformanceMode>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>false</ConformanceMode>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<StringPooling>true</StringPooling>
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PostBuildEvent>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">
|
|
<ClCompile>
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Full</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>false</IntrinsicFunctions>
|
|
<SDLCheck>true</SDLCheck>
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<ConformanceMode>false</ConformanceMode>
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
<AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
<OmitFramePointers>false</OmitFramePointers>
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<StringPooling>true</StringPooling>
|
|
<FloatingPointModel>Precise</FloatingPointModel>
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
<PostBuildEvent>
|
|
<Command>
|
|
</Command>
|
|
</PostBuildEvent>
|
|
<Lib>
|
|
<LinkTimeCodeGeneration>false</LinkTimeCodeGeneration>
|
|
</Lib>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Action.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Adler32.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\AnchorStyles.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Appearence.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Application.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\AtomicListBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\AtomicQueueBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\AutoScaleMode.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\BorderStyle.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\BoundsSpecified.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\BufferedGraphics.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Button.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ButtonBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ButtonFlags.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CacheVirtualItemsEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CancelEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CharacterCasing.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CheckBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CheckBoxImage.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CheckState.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\clipboard\clip.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\clipboard\clip_lock_impl.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CloseReason.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ColumnClickEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ColumnHeader.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ColumnHeaderStyle.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ComboBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ComboBoxStyle.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Console.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ConsoleColor.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ConsoleKey.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ConsoleKeyInfo.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ContainerControl.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ContentAlignment.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Control.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ControlCollection.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ControlTypes.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ControlStates.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ControlStyles.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CRC32.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\CreateParams.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DialogResult.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DictionaryBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DragDropEffects.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DragEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DrawingBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DrawListViewColumnHeaderEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DrawListViewItemEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DrawListViewSubItemEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DrawMode.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DrawToolTipEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\DropTarget.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Environment.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\EventBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\FlatStyle.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Font.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\FontArial.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Icon.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\InternetPortType.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Job.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\JobManager.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\JobWorker.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\KoreTheme.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ModelFragmentShader.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ModelVertexShader.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\OpenFileDialog.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ParallelTask.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Form.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\FormBorderStyle.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\FormClosedEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\FormClosingEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\FormStartPosition.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\FormWindowState.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\GroupBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Half.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\HandledMouseEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\HashComparer.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\HashHelpers.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\HorizontalAlignment.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\PopupEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\resource.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\SaveFileDialog.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\TextFormatFlags.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\TextRenderer.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ImmutableStringBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\InvalidateEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ItemActivation.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\KeyEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\KeyPressEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Keys.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Kore.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Label.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\LabelEditEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ListBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ListView.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ListViewAlignment.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ListViewFlags.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ListViewItem.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ListViewItemStates.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ListViewVirtualItemsSelectionRangeChangedEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Mangle.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Mangler.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MathHelper.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Matrix.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Message.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MessageBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MessageBoxButtons.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MessageBoxDefaultButton.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MessageBoxIcon.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MessageBoxOptions.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MouseButtons.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\MouseEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\OpenGLViewport.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\PaintEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\PaintFrameEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Panel.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Process.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ProcessInfo.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ProcessModule.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ProcessStartInfo.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ProcessThread.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ProgressBar.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ProgressBarStyle.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Quaternion.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\RadioButton.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Registry.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\RegistryHive.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\RegistryKey.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\RegistryValueType.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\RegistryView.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ScrollBars.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\SecureString.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\SortOrder.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\SpecialFolder.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\stdext.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Path.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\stdafx.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\StringBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Task.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\TextBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\TextBoxBase.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\TextBoxFlags.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Thread.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ThreadStart.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ToolTip.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\ToolTipIcon.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXButton.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXCheckBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXComboBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXControls.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXGroupBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXLabel.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXListView.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXListViewHeader.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXProgressBar.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXRadioButton.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXRenderer.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXTextBox.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXTheme.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\UIXToolTip.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Uri.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Vector2.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Vector3.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\View.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\Win32Error.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\WraithTheme.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\XXHash.h" />
|
|
<ClInclude Include="..\thirdparty\cppnet\cppkore\__ConsoleInit.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Adler32.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Application.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\BufferedGraphics.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Button.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ButtonBase.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\CacheVirtualItemsEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\CancelEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\CheckBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\clipboard\clip.cpp">
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../stdafx.h</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../stdafx.h</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../stdafx.h</PrecompiledHeaderFile>
|
|
</ClCompile>
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\clipboard\clip_win.cpp">
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">../stdafx.h</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Release|x64'">../stdafx.h</PrecompiledHeaderFile>
|
|
<PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">../stdafx.h</PrecompiledHeaderFile>
|
|
</ClCompile>
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ColumnClickEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ColumnHeader.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ComboBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Console.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ConsoleColor.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ContainerControl.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Control.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ControlCollection.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\CRC32.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\DragEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\DrawListViewColumnHeaderEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\DrawListViewItemEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\DrawListViewSubItemEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\DrawToolTipEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\DropTarget.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Environment.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Font.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Form.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\FormClosedEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\FormClosingEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\GroupBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Half.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\HandledMouseEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Icon.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Job.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\JobManager.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\JobWorker.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\KoreTheme.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\OpenFileDialog.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\PopupEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\SaveFileDialog.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\TextRenderer.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\InvalidateEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\KeyEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\KeyPressEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Label.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\LabelEditEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ListView.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ListViewItem.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ListViewVirtualItemsSelectionRangeChangedEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Mangle.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Mangler.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Matrix.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\MessageBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\MouseEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\OpenGLViewport.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\PaintEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\PaintFrameEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Panel.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Path.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Process.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ProgressBar.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Quaternion.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\RadioButton.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Registry.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\RegistryKey.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\RetrieveVirtualItemEventArgs.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\stdafx.cpp">
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Profile|x64'">Create</PrecompiledHeader>
|
|
</ClCompile>
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\TextBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\TextBoxBase.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Thread.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\ToolTip.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXButton.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXCheckBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXComboBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXGroupBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXLabel.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXListView.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXListViewHeader.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXProgressBar.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXRadioButton.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXTextBox.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXTheme.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\UIXToolTip.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Uri.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Vector2.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Vector3.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\Win32Error.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\WraithTheme.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\XXHash.cpp" />
|
|
<ClCompile Include="..\thirdparty\cppnet\cppkore\__ConsoleInit.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Natvis Include="..\thirdparty\cppnet\cppkore\CppKore.natvis" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |