1 Star 0 Fork 0

Mouri_Naruto / nebulae

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
nebulae.default.props 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<EDK_PATH>$(SolutionDir)\VisualUefi\edk2</EDK_PATH>
</PropertyGroup>
<PropertyGroup>
<IncludePath>$(EDK_PATH)\MdePkg\Include;$(EDK_PATH)\MdePkg\Include\X64;$(EDK_PATH)\ShellPkg\Include;$(EDK_PATH)\CryptoPkg\Include</IncludePath>
<LibraryPath>$(EDK_PATH)\..\EDK-II\$(Platform)\$(Configuration)</LibraryPath>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<ItemGroup>
<BuildMacro Include="EDK_PATH">
<Value>$(EDK_PATH)</Value>
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
</ItemGroup>
</Project>
1
https://gitee.com/Mouri_Naruto/nebulae.git
git@gitee.com:Mouri_Naruto/nebulae.git
Mouri_Naruto
nebulae
nebulae
master

搜索帮助