Skip to content

Commit

Permalink
Rename /wrappers/ -> /core/.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 22, 2014
1 parent 95e886f commit d8d0c78
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/editors/xrManagedApi/xrManagedApi.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,16 +88,16 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="core\Core.hpp" />
<ClInclude Include="Pch.hpp" />
<ClInclude Include="wrappers\Core.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="AssemblyInfo.cpp" />
<ClCompile Include="core\Core.cpp" />
<ClCompile Include="Pch.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
</ClCompile>
<ClCompile Include="wrappers\Core.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
16 changes: 8 additions & 8 deletions src/editors/xrManagedApi/xrManagedApi.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="wrappers">
<UniqueIdentifier>{5701e3e7-534d-4d78-8018-13a0da121c00}</UniqueIdentifier>
<Filter Include="core">
<UniqueIdentifier>{113a9e8a-dd8b-4994-82d5-a4affedd1911}</UniqueIdentifier>
</Filter>
</ItemGroup>
<ItemGroup>
<ClInclude Include="wrappers\Core.hpp">
<Filter>wrappers</Filter>
</ClInclude>
<ClInclude Include="Pch.hpp" />
<ClInclude Include="core\Core.hpp">
<Filter>core</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="wrappers\Core.cpp">
<Filter>wrappers</Filter>
</ClCompile>
<ClCompile Include="AssemblyInfo.cpp" />
<ClCompile Include="Pch.cpp" />
<ClCompile Include="core\Core.cpp">
<Filter>core</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit d8d0c78

Please sign in to comment.