Skip to content

Commit 0d21a19

Browse files
committed
Remove main.h
1 parent b71c54d commit 0d21a19

File tree

4 files changed

+0
-6
lines changed

4 files changed

+0
-6
lines changed

WUTokenHelper/WUTokenHelper.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
</Link>
9696
</ItemDefinitionGroup>
9797
<ItemGroup>
98-
<ClInclude Include="main.h" />
9998
<ClInclude Include="pch.h" />
10099
</ItemGroup>
101100
<ItemGroup>

WUTokenHelper/WUTokenHelper.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
<ClInclude Include="pch.h">
1919
<Filter>Header Files</Filter>
2020
</ClInclude>
21-
<ClInclude Include="main.h">
22-
<Filter>Header Files</Filter>
23-
</ClInclude>
2421
</ItemGroup>
2522
<ItemGroup>
2623
<ClCompile Include="pch.cpp">

WUTokenHelper/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "pch.h"
22
#include "combaseapi.h"
33
#include <thread>
4-
#include "main.h"
54

65
using namespace winrt;
76
using namespace Windows::Foundation;

WUTokenHelper/main.h

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)