Skip to content

Commit 6c430ff

Browse files
committed
Moved External Ini file to Ini folder.
1 parent acd6e03 commit 6c430ff

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

WebView2/Plugin.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <Windows.h>
55
#include <WebView2.h>
6-
#include "SimpleIni.h"
6+
#include "Ini/SimpleIni.h"
77
#include <wil/com.h>
88
#include <wrl.h>
99
#include <string>

WebView2/WebView2.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@
2828
</ItemGroup>
2929
<ItemGroup>
3030
<ClInclude Include="HostObjectRmAPI.h" />
31-
<ClInclude Include="HostObject_h.h" />
3231
<ClInclude Include="Plugin.h" />
3332
<ClInclude Include="resource.h" />
34-
<ClInclude Include="SimpleIni.h" />
33+
<ClInclude Include="Ini\SimpleIni.h" />
3534
</ItemGroup>
3635
<ItemGroup>
3736
<None Include="packages.config" />

WebView2/WebView2.vcxproj.filters

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="16.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ItemGroup>
4+
<Filter Include="Ini">
5+
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
6+
</Filter>
7+
</ItemGroup>
38
<ItemGroup>
49
<ResourceCompile Include="WebView2.rc" />
510
</ItemGroup>
@@ -13,7 +18,9 @@
1318
<ClInclude Include="Plugin.h" />
1419
<ClInclude Include="resource.h" />
1520
<ClInclude Include="HostObject_h.h" />
16-
<ClInclude Include="SimpleIni.h" />
21+
<ClInclude Include="Ini\SimpleIni.h">
22+
<Filter>Ini</Filter>
23+
</ClInclude>
1724
</ItemGroup>
1825
<ItemGroup>
1926
<None Include="packages.config" />

0 commit comments

Comments
 (0)