Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianNK committed Mar 27, 2024
1 parent 220c12d commit 6f2ef9f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiThreaded</RuntimeLibrary>
<RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">MultiThreaded</RuntimeLibrary>
<BasicRuntimeChecks Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Default</BasicRuntimeChecks>
<WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</WholeProgramOptimization>
<WholeProgramOptimization Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</WholeProgramOptimization>
<OmitFramePointers Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</OmitFramePointers>
<OmitFramePointers Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">true</OmitFramePointers>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
-->
<PropertyGroup />
<ItemDefinitionGroup />
</Project>
</Project>
2 changes: 1 addition & 1 deletion AdvLoggerPkg/Application/Windows/AdvLoggerDumpWin/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
main.cpp
Copyright (C) Microsoft Corporation.
Copyright (C) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
Expand Down
2 changes: 1 addition & 1 deletion AdvLoggerPkg/Application/Windows/AdvLoggerDumpWin/main.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @file
main.h
Copyright (C) Microsoft Corporation.
Copyright (C) Microsoft Corporation.
SPDX-License-Identifier: BSD-2-Clause-Patent
**/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.Windows.CppWinRT" version="2.0.240111.5" targetFramework="native" />
</packages>
</packages>

0 comments on commit 6f2ef9f

Please sign in to comment.