You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

193 lines
16 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
</PropertyGroup>
<PropertyGroup>
<ResolveNugetPackages>false</ResolveNugetPackages>
</PropertyGroup>
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="MinSizeRel|x64">
<Configuration>MinSizeRel</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="RelWithDebInfo|x64">
<Configuration>RelWithDebInfo</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{3C9661C3-115B-303D-AD43-EB934DD0BD48}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
<Platform>x64</Platform>
<ProjectName>ALL_BUILD</ProjectName>
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'" Label="Configuration">
<ConfigurationType>Utility</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup 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>
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<AdditionalIncludeDirectories>D:\code\busbar_router\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<AdditionalIncludeDirectories>D:\code\busbar_router\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">
<Midl>
<AdditionalIncludeDirectories>D:\code\busbar_router\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">
<Midl>
<AdditionalIncludeDirectories>D:\code\busbar_router\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
<HeaderFileName>%(Filename).h</HeaderFileName>
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
</Midl>
</ItemDefinitionGroup>
<ItemGroup>
<CustomBuild Include="D:\code\busbar_router\CMakeLists.txt">
<UseUtf8Encoding>Always</UseUtf8Encoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Building Custom Rule D:/code/busbar_router/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
D:\cmake\bin\cmake.exe -SD:/code/busbar_router -BD:/code/busbar_router/build --check-stamp-file D:/code/busbar_router/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\cmake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeCXXCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeRCCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">D:\code\busbar_router\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Building Custom Rule D:/code/busbar_router/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
D:\cmake\bin\cmake.exe -SD:/code/busbar_router -BD:/code/busbar_router/build --check-stamp-file D:/code/busbar_router/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\cmake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeCXXCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeRCCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">D:\code\busbar_router\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Building Custom Rule D:/code/busbar_router/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
D:\cmake\bin\cmake.exe -SD:/code/busbar_router -BD:/code/busbar_router/build --check-stamp-file D:/code/busbar_router/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\cmake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeCXXCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeRCCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">D:\code\busbar_router\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Building Custom Rule D:/code/busbar_router/CMakeLists.txt</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
D:\cmake\bin\cmake.exe -SD:/code/busbar_router -BD:/code/busbar_router/build --check-stamp-file D:/code/busbar_router/build/CMakeFiles/generate.stamp
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd</Command>
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\cmake\share\cmake-3.31\Modules\CMakeCXXInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeCommonLanguageInclude.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeGenericSystem.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeInitializeConfigs.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeLanguageInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeRCInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInformation.cmake;D:\cmake\share\cmake-3.31\Modules\CMakeSystemSpecificInitialize.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\CMakeCommonCompilerMacros.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Compiler\MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCXXLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Internal\CMakeCommonLinkerInformation.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Linker\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-Initialize.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC-CXX.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows-MSVC.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\Windows.cmake;D:\cmake\share\cmake-3.31\Modules\Platform\WindowsPaths.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeCXXCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeRCCompiler.cmake;D:\code\busbar_router\build\CMakeFiles\3.31.0\CMakeSystem.cmake;%(AdditionalInputs)</AdditionalInputs>
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">D:\code\busbar_router\build\CMakeFiles\generate.stamp</Outputs>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">false</LinkObjects>
</CustomBuild>
</ItemGroup>
<ItemGroup>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="D:\code\busbar_router\build\ZERO_CHECK.vcxproj">
<Project>{5E61D037-D5C6-3012-AA8C-CD317CAE4981}</Project>
<Name>ZERO_CHECK</Name>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</ProjectReference>
<ProjectReference Include="D:\code\busbar_router\build\busbar_example.vcxproj">
<Project>{8DDE9C4E-DEA8-36D8-BDD7-C32BDC248E65}</Project>
<Name>busbar_example</Name>
</ProjectReference>
<ProjectReference Include="D:\code\busbar_router\build\busbar_router.vcxproj">
<Project>{37613900-ACE7-351F-A89B-30D4857C7E14}</Project>
<Name>busbar_router</Name>
</ProjectReference>
<ProjectReference Include="D:\code\busbar_router\build\busbar_router_shared.vcxproj">
<Project>{CD06D856-1704-3278-AF09-6273CE240FBF}</Project>
<Name>busbar_router_shared</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>