|
|
@@ -41,17 +41,9 @@ |
|
|
|
<ItemGroup> |
|
|
|
<ClCompile Include="05_easymesh.cpp" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="$(LolDir)\src\lol-core.vcxproj"> |
|
|
|
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Condition="'$(enable_bullet)'!='no'" Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj"> |
|
|
|
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="$(LolDir)\src\3rdparty\lol-lua.vcxproj"> |
|
|
|
<Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> |
|
|
|
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> |
|
|
|
<Import Project="$(LolDir)\build\msbuild\lol-lua.props" /> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="05_easymesh.lua"> |
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild> |
|
|
|