Skip to content

Commit d8d0c78

Browse files
author
Pavel Kovalenko
committed
Rename /wrappers/ -> /core/.
1 parent 95e886f commit d8d0c78

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

src/editors/xrManagedApi/xrManagedApi.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@
8888
<Reference Include="System.Xml" />
8989
</ItemGroup>
9090
<ItemGroup>
91+
<ClInclude Include="core\Core.hpp" />
9192
<ClInclude Include="Pch.hpp" />
92-
<ClInclude Include="wrappers\Core.hpp" />
9393
</ItemGroup>
9494
<ItemGroup>
9595
<ClCompile Include="AssemblyInfo.cpp" />
96+
<ClCompile Include="core\Core.cpp" />
9697
<ClCompile Include="Pch.cpp">
9798
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
9899
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
99100
</ClCompile>
100-
<ClCompile Include="wrappers\Core.cpp" />
101101
</ItemGroup>
102102
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
103103
<ImportGroup Label="ExtensionTargets">
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
4-
<Filter Include="wrappers">
5-
<UniqueIdentifier>{5701e3e7-534d-4d78-8018-13a0da121c00}</UniqueIdentifier>
4+
<Filter Include="core">
5+
<UniqueIdentifier>{113a9e8a-dd8b-4994-82d5-a4affedd1911}</UniqueIdentifier>
66
</Filter>
77
</ItemGroup>
88
<ItemGroup>
9-
<ClInclude Include="wrappers\Core.hpp">
10-
<Filter>wrappers</Filter>
11-
</ClInclude>
129
<ClInclude Include="Pch.hpp" />
10+
<ClInclude Include="core\Core.hpp">
11+
<Filter>core</Filter>
12+
</ClInclude>
1313
</ItemGroup>
1414
<ItemGroup>
15-
<ClCompile Include="wrappers\Core.cpp">
16-
<Filter>wrappers</Filter>
17-
</ClCompile>
1815
<ClCompile Include="AssemblyInfo.cpp" />
1916
<ClCompile Include="Pch.cpp" />
17+
<ClCompile Include="core\Core.cpp">
18+
<Filter>core</Filter>
19+
</ClCompile>
2020
</ItemGroup>
2121
</Project>

0 commit comments

Comments
 (0)