Skip to content

Commit

Permalink
Try to fix msbuild pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
GrieferAtWork committed May 17, 2024
1 parent 31e919d commit 7d4a610
Show file tree
Hide file tree
Showing 42 changed files with 430 additions and 156 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ammaraskar/msvc-problem-matcher@master

- name: Make
run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v143.sln
run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=Win32 .vs\deemon-v142.sln

- name: Test
run: ${{ github.workspace }}\deemon.exe util\test.dee
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: ammaraskar/msvc-problem-matcher@master

- name: Make
run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=x64 .vs\deemon-v143.sln
run: msbuild /m /p:Configuration=Debug-MSVC /p:Platform=x64 .vs\deemon-v142.sln

- name: Test
run: ${{ github.workspace }}\deemon.exe util\test.dee
Expand Down
8 changes: 8 additions & 0 deletions .vs/deemon-v141.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC (NDEBUG)|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -653,6 +654,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC|Win32'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -662,6 +664,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -671,6 +674,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC (NDEBUG)|Win32'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -680,6 +684,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC (NDEBUG)|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -689,6 +694,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC|Win32'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -698,6 +704,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -707,6 +714,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC (NDEBUG)|Win32'">
<ClCompile>
Expand Down
34 changes: 17 additions & 17 deletions .vs/deemon-v143.sln → .vs/deemon-v142.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,86 +3,86 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.1321
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deemon", "deemon-v143.vcxproj", "{86D226C5-EF62-4562-AC06-E6A753DFA7CF}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "deemon", "deemon-v142.vcxproj", "{86D226C5-EF62-4562-AC06-E6A753DFA7CF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dex", "dex", "{2360741E-FB49-40D4-B684-000000001A50}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hostasm", "dex\_hostasm-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000A7043B5}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_hostasm", "dex\_hostasm-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000A7043B5}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_jit", "dex\_jit-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000A7BC}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_jit", "dex\_jit-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000A7BC}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "collections", "dex\collections-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-001BD8220AC3}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "collections", "dex\collections-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-001BD8220AC3}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctypes", "dex\ctypes-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-000000362D5B}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ctypes", "dex\ctypes-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-000000362D5B}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "disassembler", "dex\disassembler-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00D1B6988C5A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "disassembler", "dex\disassembler-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00D1B6988C5A}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "files", "dex\files-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000006AA5B}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "files", "dex\files-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000006AA5B}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashlib", "dex\hashlib-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000197782A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hashlib", "dex\hashlib-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000197782A}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipc", "dex\ipc-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000019A3}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ipc", "dex\ipc-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000019A3}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "json", "dex\json-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000CBD6}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "json", "dex\json-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000CBD6}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "math", "dex\math-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000C188}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "math", "dex\math-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000C188}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "dex\net-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000018DC}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "net", "dex\net-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000018DC}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "posix", "dex\posix-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007C1F0}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "posix", "dex\posix-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007C1F0}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rt", "dex\rt-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000003E4}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rt", "dex\rt-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-0000000003E4}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threading", "dex\threading-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-000078FC4157}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "threading", "dex\threading-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-000078FC4157}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time", "dex\time-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000F14D}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "time", "dex\time-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000000F14D}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win32", "dex\win32-v143.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007B82A}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "win32", "dex\win32-v142.vcxproj", "{85DE4E2D-552A-48E3-A320-00000007B82A}"
ProjectSection(ProjectDependencies) = postProject
{86D226C5-EF62-4562-AC06-E6A753DFA7CF} = {86D226C5-EF62-4562-AC06-E6A753DFA7CF}
EndProjectSection
Expand Down
24 changes: 16 additions & 8 deletions .vs/deemon-v143.vcxproj → .vs/deemon-v142.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -555,56 +555,56 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC (NDEBUG)|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC (NDEBUG)|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC (NDEBUG)|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC (NDEBUG)|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<PlatformToolset>v142</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -644,6 +644,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC (NDEBUG)|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -653,6 +654,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC|Win32'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -662,6 +664,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -671,6 +674,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC (NDEBUG)|Win32'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -680,6 +684,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC (NDEBUG)|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -689,6 +694,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC|Win32'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -698,6 +704,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MSVC|x64'">
<IncludePath>$(SolutionDir)..\include;$(SolutionDir)..\include\deemon\kos-headers;$(IncludePath)</IncludePath>
Expand All @@ -707,6 +714,7 @@ ml64.exe /c /Cx /Fo "$(IntermediateOutputPath)\src-deemon-execute-asm-altstack.m
<NMakeBuildCommandLine>make</NMakeBuildCommandLine>
<NMakeReBuildCommandLine>make -B</NMakeReBuildCommandLine>
<NMakeCleanCommandLine>make</NMakeCleanCommandLine>
<TargetName>deemon</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MSVC (NDEBUG)|Win32'">
<ClCompile>
Expand Down
File renamed without changes.
Loading

0 comments on commit 7d4a610

Please sign in to comment.