mirror of https://github.com/axmolengine/axmol.git
fix: remove liboculus
This commit is contained in:
parent
98e2c4bb4a
commit
9e40fffb13
|
@ -1,6 +1,6 @@
|
|||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 2013
|
||||
VisualStudioVersion = 12.0.31101.0
|
||||
# Visual Studio 14
|
||||
VisualStudioVersion = 14.0.25123.0
|
||||
MinimumVisualStudioVersion = 12.0.21005.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cpp-tests", "..\tests\cpp-tests\proj.win32\cpp-tests.vcxproj", "{76A39BB2-9B84-4C65-98A5-654D86B86F2A}"
|
||||
EndProject
|
||||
|
@ -33,8 +33,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "js-tests", "..\tests\js-tes
|
|||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "performance-tests", "..\tests\performance-tests\proj.win32\performance-tests.vcxproj", "{2778C02D-DDD0-4A92-A6AA-C3E2B7EDE3FF}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "liboculus", "..\external\oculus\proj.win32\liboculus.vcxproj", "{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|ARM = Debug|ARM
|
||||
|
@ -121,12 +119,6 @@ Global
|
|||
{2778C02D-DDD0-4A92-A6AA-C3E2B7EDE3FF}.Release|ARM.ActiveCfg = Release|Win32
|
||||
{2778C02D-DDD0-4A92-A6AA-C3E2B7EDE3FF}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{2778C02D-DDD0-4A92-A6AA-C3E2B7EDE3FF}.Release|Win32.Build.0 = Release|Win32
|
||||
{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41}.Debug|ARM.ActiveCfg = Debug|Win32
|
||||
{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41}.Release|ARM.ActiveCfg = Release|Win32
|
||||
{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
@ -136,7 +128,6 @@ Global
|
|||
{929480E7-23C0-4DF6-8456-096D71547116} = {92D54E36-7916-48EF-A951-224DD3B25442}
|
||||
{012DFF48-A13F-4F52-B07B-F8B9D21CE95B} = {92D54E36-7916-48EF-A951-224DD3B25442}
|
||||
{41E34993-647E-4282-8384-4AB1AE31A452} = {92D54E36-7916-48EF-A951-224DD3B25442}
|
||||
{A380A595-CFBA-4BEA-8FC3-A31BFD55BA41} = {92D54E36-7916-48EF-A951-224DD3B25442}
|
||||
EndGlobalSection
|
||||
GlobalSection(DPCodeReviewSolutionGUID) = preSolution
|
||||
DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
|
||||
|
|
|
@ -1393,9 +1393,6 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\chipmunk\prebuilt\win32\release-lib\*.*
|
|||
<ProjectReference Include="..\..\external\bullet\proj.win32\libbullet.vcxproj">
|
||||
<Project>{012dff48-a13f-4f52-b07b-f8b9d21ce95b}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\external\oculus\proj.win32\liboculus.vcxproj">
|
||||
<Project>{a380a595-cfba-4bea-8fc3-a31bfd55ba41}</Project>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\..\external\recast\proj.win32\librecast.vcxproj">
|
||||
<Project>{41e34993-647e-4282-8384-4ab1ae31a452}</Project>
|
||||
</ProjectReference>
|
||||
|
|
Loading…
Reference in New Issue