2022-12-30 21:33:45 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<Configuration>Debug</Configuration>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<Platform>x64</Platform>
|
2022-12-30 21:33:45 +01:00
|
|
|
|
</ProjectConfiguration>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<Configuration>Release</Configuration>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<Platform>x64</Platform>
|
2022-12-30 21:33:45 +01:00
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{19EC86CD-0004-4917-B852-E6BD110B6E6F}</ProjectGuid>
|
|
|
|
|
<RootNamespace>dmake</RootNamespace>
|
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
</PropertyGroup>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
|
<CharacterSet>NotSet</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<_ProjectFileVersion>11.0.61030.0</_ProjectFileVersion>
|
|
|
|
|
</PropertyGroup>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<OutDir>..\Build\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\BuildTmp\$(TargetName)\$(Configuration)\</IntDir>
|
|
|
|
|
<IgnoreImportLibrary>true</IgnoreImportLibrary>
|
|
|
|
|
<LinkIncremental />
|
|
|
|
|
</PropertyGroup>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<OutDir>..\Build\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>..\BuildTmp\$(TargetName)\$(Configuration)\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<AdditionalIncludeDirectories>..\lib;..\externals\simplecpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
|
|
|
<PrecompiledHeader />
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<OutputFile>$(OutDir)dmake.exe</OutputFile>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2023-09-04 19:40:13 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2022-12-30 21:33:45 +01:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<AdditionalIncludeDirectories>..\lib;..\externals\simplecpp;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<PrecompiledHeader />
|
|
|
|
|
<AssemblerListingLocation>$(IntDir)</AssemblerListingLocation>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<AdditionalDependencies>shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<OutputFile>$(OutDir)dmake.exe</OutputFile>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\externals\simplecpp\simplecpp.cpp" />
|
|
|
|
|
<ClCompile Include="..\lib\pathmatch.cpp" />
|
|
|
|
|
<ClCompile Include="..\lib\utils.cpp" />
|
|
|
|
|
<ClCompile Include="dmake.cpp" />
|
|
|
|
|
<ClCompile Include="..\cli\filelister.cpp" />
|
|
|
|
|
<ClCompile Include="..\lib\path.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="..\cli\filelister.h" />
|
|
|
|
|
<ClInclude Include="..\lib\path.h" />
|
|
|
|
|
<ClInclude Include="..\lib\utils.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2018-02-17 06:31:12 +01:00
|
|
|
|
</Project>
|