-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRadialMenu.vcxproj.filters
More file actions
23 lines (23 loc) · 1.01 KB
/
Copy pathRadialMenu.vcxproj.filters
File metadata and controls
23 lines (23 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="plugins.cpp" />
<ClCompile Include="exportfuncs.cpp" />
<ClCompile Include="config.cpp" />
<ClCompile Include="geometry.cpp" />
<ClCompile Include="rendering.cpp" />
<ClCompile Include="..\IMGUIExtension\thirdparty\imgui\imgui.cpp" />
<ClCompile Include="..\IMGUIExtension\thirdparty\imgui\imgui_draw.cpp" />
<ClCompile Include="..\IMGUIExtension\thirdparty\imgui\imgui_tables.cpp" />
<ClCompile Include="..\IMGUIExtension\thirdparty\imgui\imgui_widgets.cpp" />
<ClCompile Include="$(SolutionDir)include\HLSDK\common\interface.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="plugins.h" />
<ClInclude Include="exportfuncs.h" />
<ClInclude Include="shared_state.h" />
<ClInclude Include="config.h" />
<ClInclude Include="geometry.h" />
<ClInclude Include="rendering.h" />
</ItemGroup>
</Project>