Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ionescu007/SimpleVisor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'shv.vcxproj')
-rw-r--r--shv.vcxproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/shv.vcxproj b/shv.vcxproj
index fd0e09c..83c4c65 100644
--- a/shv.vcxproj
+++ b/shv.vcxproj
@@ -55,12 +55,15 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="shvos.c" />
<ClCompile Include="shv.c" />
<ClCompile Include="shvutil.c" />
<ClCompile Include="shvvmx.c" />
<ClCompile Include="shvvmxhv.c" />
<ClCompile Include="shvvp.c" />
+ <ClCompile Include="nt\shvos.c" />
+ <ClCompile Include="uefi\shvos.c">
+ <ExcludedFromBuild>true</ExcludedFromBuild>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="shv.h" />
@@ -70,7 +73,10 @@
</ItemGroup>
<ItemGroup>
<MASM Include="shvvmxhvx64.asm" />
- <MASM Include="shvosx64.asm" />
+ <MASM Include="nt\shvosx64.asm" />
+ <MASM Include="uefi\shvosx64.asm">
+ <ExcludedFromBuild>true</ExcludedFromBuild>
+ </MASM>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">