Skip to content

Commit 68f24b0

Browse files
authored
Update to 1.0 API endpoint
1 parent b45ef47 commit 68f24b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

example.vcxproj.filters

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<ClCompile Include="main.cpp" />
5+
<ClCompile Include="sourcecode.cpp" />
56
</ItemGroup>
67
<ItemGroup>
78
<Filter Include="api">
@@ -13,5 +14,6 @@
1314
<Filter>api</Filter>
1415
</ClInclude>
1516
<ClInclude Include="xorstr.hpp" />
17+
<ClInclude Include="main.h" />
1618
</ItemGroup>
1719
</Project>

0 commit comments

Comments
 (0)