We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ac190 commit c90c143Copy full SHA for c90c143
src/editors/xrECore/xrECore.vcxproj
@@ -88,7 +88,7 @@
88
<ClCompile Include="Props\PropertiesList.cpp" />
89
<ClCompile Include="Props\ShaderFunction.cpp" />
90
<ClCompile Include="Props\TextEdit.cpp" />
91
- <ClCompile Include="SelectItem.cpp" />
+ <ClCompile Include="Props\SelectItem.cpp" />
92
<ClCompile Include="xrEProps.cpp" />
93
</ItemGroup>
94
<ItemGroup>
src/editors/xrECore/xrECore.vcxproj.filters
@@ -52,7 +52,7 @@
52
<ClCompile Include="Props\ItemList.cpp">
53
<Filter>Props\ItemList</Filter>
54
</ClCompile>
55
- <ClCompile Include="SelectItem.cpp">
+ <ClCompile Include="Props\SelectItem.cpp">
56
<Filter>Props\SelectItem</Filter>
57
58
0 commit comments