Skip to content

Commit c90c143

Browse files
committed
xrEProps: fix compilation
1 parent e5ac190 commit c90c143

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/editors/xrECore/xrECore.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<ClCompile Include="Props\PropertiesList.cpp" />
8989
<ClCompile Include="Props\ShaderFunction.cpp" />
9090
<ClCompile Include="Props\TextEdit.cpp" />
91-
<ClCompile Include="SelectItem.cpp" />
91+
<ClCompile Include="Props\SelectItem.cpp" />
9292
<ClCompile Include="xrEProps.cpp" />
9393
</ItemGroup>
9494
<ItemGroup>

src/editors/xrECore/xrECore.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<ClCompile Include="Props\ItemList.cpp">
5353
<Filter>Props\ItemList</Filter>
5454
</ClCompile>
55-
<ClCompile Include="SelectItem.cpp">
55+
<ClCompile Include="Props\SelectItem.cpp">
5656
<Filter>Props\SelectItem</Filter>
5757
</ClCompile>
5858
</ItemGroup>

0 commit comments

Comments
 (0)