diff options
Diffstat (limited to 'Projects/VisualStudio/Runtime')
-rw-r--r-- | Projects/VisualStudio/Runtime/Runtime.vcxproj | 5 | ||||
-rw-r--r-- | Projects/VisualStudio/Runtime/Runtime.vcxproj.filters | 18 |
2 files changed, 0 insertions, 23 deletions
diff --git a/Projects/VisualStudio/Runtime/Runtime.vcxproj b/Projects/VisualStudio/Runtime/Runtime.vcxproj index 36c49d6..27a06a0 100644 --- a/Projects/VisualStudio/Runtime/Runtime.vcxproj +++ b/Projects/VisualStudio/Runtime/Runtime.vcxproj @@ -54,9 +54,6 @@ <ClInclude Include="..\..\..\Runtime\Shaders\ShaderChannel.h" />
<ClInclude Include="..\..\..\Runtime\Shaders\ShaderDefine.h" />
<ClInclude Include="..\..\..\Runtime\Shaders\ShaderUniform.h" />
- <ClInclude Include="..\..\..\Runtime\Threads\Mutex.h" />
- <ClInclude Include="..\..\..\Runtime\Threads\Semaphore.h" />
- <ClInclude Include="..\..\..\Runtime\Threads\Thread.h" />
<ClInclude Include="..\..\..\Runtime\Utilities\Assert.h" />
<ClInclude Include="..\..\..\Runtime\Utilities\Base64.h" />
<ClInclude Include="..\..\..\Runtime\Utilities\Exception.h" />
@@ -95,8 +92,6 @@ <ClCompile Include="..\..\..\Runtime\Physics\Scripting\wrap_Joint.cpp" />
<ClCompile Include="..\..\..\Runtime\Runner.cpp" />
<ClCompile Include="..\..\..\Runtime\Shaders\ShaderDefine.cpp" />
- <ClCompile Include="..\..\..\Runtime\Threads\Mutex.cpp" />
- <ClCompile Include="..\..\..\Runtime\Threads\Semaphore.cpp" />
<ClCompile Include="..\..\..\Runtime\Utilities\Base64.cpp" />
<ClCompile Include="..\..\..\Runtime\Utilities\Utf8.cpp" />
</ItemGroup>
diff --git a/Projects/VisualStudio/Runtime/Runtime.vcxproj.filters b/Projects/VisualStudio/Runtime/Runtime.vcxproj.filters index fb980a8..c25be44 100644 --- a/Projects/VisualStudio/Runtime/Runtime.vcxproj.filters +++ b/Projects/VisualStudio/Runtime/Runtime.vcxproj.filters @@ -25,9 +25,6 @@ <Filter Include="Shaders">
<UniqueIdentifier>{bfc9838c-ddde-4d86-8da3-4ccebd976cde}</UniqueIdentifier>
</Filter>
- <Filter Include="Threads">
- <UniqueIdentifier>{f15a5d95-54d1-49e5-bcdf-2759f0afc5c4}</UniqueIdentifier>
- </Filter>
<Filter Include="Utilities">
<UniqueIdentifier>{5bbfbd7d-379a-43e9-b05a-8f97b7f3fa3a}</UniqueIdentifier>
</Filter>
@@ -66,15 +63,6 @@ <ClInclude Include="..\..\..\Runtime\Mesh\MeshUtil.h">
<Filter>Mesh</Filter>
</ClInclude>
- <ClInclude Include="..\..\..\Runtime\Threads\Mutex.h">
- <Filter>Threads</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\Runtime\Threads\Thread.h">
- <Filter>Threads</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\Runtime\Threads\Semaphore.h">
- <Filter>Threads</Filter>
- </ClInclude>
<ClInclude Include="..\..\..\Runtime\Mesh\TextMesh.h">
<Filter>Mesh</Filter>
</ClInclude>
@@ -195,12 +183,6 @@ <ClCompile Include="..\..\..\Runtime\Mesh\Mesh.cpp">
<Filter>Mesh</Filter>
</ClCompile>
- <ClCompile Include="..\..\..\Runtime\Threads\Mutex.cpp">
- <Filter>Threads</Filter>
- </ClCompile>
- <ClCompile Include="..\..\..\Runtime\Threads\Semaphore.cpp">
- <Filter>Threads</Filter>
- </ClCompile>
<ClCompile Include="..\..\..\Runtime\Graphics\Device.cpp">
<Filter>Graphics</Filter>
</ClCompile>
|