@@ -7,6 +7,9 @@ | |||||
<enable_ffmpeg>yes</enable_ffmpeg> | <enable_ffmpeg>yes</enable_ffmpeg> | ||||
<enable_gl>yes</enable_gl> | <enable_gl>yes</enable_gl> | ||||
<enable_sdl>yes</enable_sdl> | <enable_sdl>yes</enable_sdl> | ||||
<enable_imlib2>yes</enable_imlib2> | |||||
<!-- not available yet --> | |||||
<enable_png>no</enable_png> | |||||
</PropertyGroup> | </PropertyGroup> | ||||
</Project> | </Project> |
@@ -0,0 +1,10 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<ItemGroup> | |||||
<ProjectReference Condition="'$(enable_bullet)'!='no'" Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj"> | |||||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||||
</ProjectReference> | |||||
</ItemGroup> | |||||
</Project> |
@@ -0,0 +1,10 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<ItemGroup> | |||||
<ProjectReference Include="$(LolDir)\src\lol-core.vcxproj"> | |||||
<Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project> | |||||
</ProjectReference> | |||||
</ItemGroup> | |||||
</Project> |
@@ -0,0 +1,10 @@ | |||||
<?xml version="1.0" encoding="utf-8"?> | |||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |||||
<ItemGroup> | |||||
<ProjectReference Include="$(LolDir)\src\3rdparty\lol-lua.vcxproj"> | |||||
<Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project> | |||||
</ProjectReference> | |||||
</ItemGroup> | |||||
</Project> |
@@ -44,14 +44,8 @@ | |||||
<ClCompile Include="benchmark\vector.cpp" /> | <ClCompile Include="benchmark\vector.cpp" /> | ||||
<ClCompile Include="benchsuite.cpp" /> | <ClCompile Include="benchsuite.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid> | <ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -55,14 +55,8 @@ | |||||
<ClCompile Include="physics\easyconstraint.cpp" /> | <ClCompile Include="physics\easyconstraint.cpp" /> | ||||
<ClCompile Include="physics\easyphysics.cpp" /> | <ClCompile Include="physics\easyphysics.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<ItemGroup> | <ItemGroup> | ||||
<None Include="Makefile.am"> | <None Include="Makefile.am"> | ||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild> | ||||
@@ -44,14 +44,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<LolFxCompile Include="01_triangle.lolfx" /> | <LolFxCompile Include="01_triangle.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid> | <ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -44,14 +44,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<LolFxCompile Include="02_cube.lolfx" /> | <LolFxCompile Include="02_cube.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid> | <ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -44,14 +44,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<LolFxCompile Include="03_noise.lolfx" /> | <LolFxCompile Include="03_noise.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid> | <ProjectGuid>{b0a53d75-cbb4-4fdf-93ac-2d12a79ada0e}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -44,14 +44,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<LolFxCompile Include="04_texture.lolfx" /> | <LolFxCompile Include="04_texture.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{834852db-edb6-4fd0-bcf9-45cd01126962}</ProjectGuid> | <ProjectGuid>{834852db-edb6-4fd0-bcf9-45cd01126962}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -41,17 +41,9 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<ClCompile Include="05_easymesh.cpp" /> | <ClCompile Include="05_easymesh.cpp" /> | ||||
</ItemGroup> | </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> | <ItemGroup> | ||||
<None Include="05_easymesh.lua"> | <None Include="05_easymesh.lua"> | ||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
@@ -41,14 +41,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<ClCompile Include="06_sprite.cpp" /> | <ClCompile Include="06_sprite.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{E05E23A5-67DE-42B5-98A3-E63CCE0CC0AF}</ProjectGuid> | <ProjectGuid>{E05E23A5-67DE-42B5-98A3-E63CCE0CC0AF}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -44,14 +44,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<LolFxCompile Include="07_input.lolfx" /> | <LolFxCompile Include="07_input.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{572E5B9C-7E19-489C-BD8A-E8401CFBBC47}</ProjectGuid> | <ProjectGuid>{572E5B9C-7E19-489C-BD8A-E8401CFBBC47}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -44,14 +44,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<LolFxCompile Include="08_fbo.lolfx" /> | <LolFxCompile Include="08_fbo.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}</ProjectGuid> | <ProjectGuid>{BCEE0132-8E24-49BE-AFEB-96DAD14396BA}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -41,14 +41,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<ClCompile Include="09_sound.cpp" /> | <ClCompile Include="09_sound.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{51626A22-DD68-4450-9696-13B03BF7A2C5}</ProjectGuid> | <ProjectGuid>{51626A22-DD68-4450-9696-13B03BF7A2C5}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -44,14 +44,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<LolFxCompile Include="11_fractal.lolfx" /> | <LolFxCompile Include="11_fractal.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{6bf81b39-edc2-4227-9992-c2d8abea95af}</ProjectGuid> | <ProjectGuid>{6bf81b39-edc2-4227-9992-c2d8abea95af}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -48,14 +48,8 @@ | |||||
<LolFxCompile Include="12_voronoi_distance.lolfx" /> | <LolFxCompile Include="12_voronoi_distance.lolfx" /> | ||||
<LolFxCompile Include="12_distance.lolfx" /> | <LolFxCompile Include="12_distance.lolfx" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid> | <ProjectGuid>{6bf81b39-edc2-4227-9982-c2d8abea95af}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -38,14 +38,8 @@ | |||||
<Platform>x64</Platform> | <Platform>x64</Platform> | ||||
</ProjectConfiguration> | </ProjectConfiguration> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<ItemGroup> | <ItemGroup> | ||||
<ClCompile Include="13_shader_builder.cpp" /> | <ClCompile Include="13_shader_builder.cpp" /> | ||||
</ItemGroup> | </ItemGroup> | ||||
@@ -38,17 +38,9 @@ | |||||
<Platform>x64</Platform> | <Platform>x64</Platform> | ||||
</ProjectConfiguration> | </ProjectConfiguration> | ||||
</ItemGroup> | </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> | <ItemGroup> | ||||
<ClCompile Include="14_lua.cpp" /> | <ClCompile Include="14_lua.cpp" /> | ||||
</ItemGroup> | </ItemGroup> | ||||
@@ -38,14 +38,8 @@ | |||||
<Platform>x64</Platform> | <Platform>x64</Platform> | ||||
</ProjectConfiguration> | </ProjectConfiguration> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<ItemGroup> | <ItemGroup> | ||||
<ClCompile Include="15_gui.cpp" /> | <ClCompile Include="15_gui.cpp" /> | ||||
</ItemGroup> | </ItemGroup> | ||||
@@ -41,14 +41,8 @@ | |||||
<ItemGroup> | <ItemGroup> | ||||
<ClCompile Include="16_movie.cpp" /> | <ClCompile Include="16_movie.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{5F5714D0-1C3D-4522-A409-214C5A2951AA}</ProjectGuid> | <ProjectGuid>{5F5714D0-1C3D-4522-A409-214C5A2951AA}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -413,11 +413,7 @@ | |||||
<ExcludedFromBuild>true</ExcludedFromBuild> | <ExcludedFromBuild>true</ExcludedFromBuild> | ||||
</None> | </None> | ||||
</ItemGroup> | </ItemGroup> | ||||
<ItemGroup> | |||||
<ProjectReference Condition="'$(enable_bullet)'!='no'" Include="$(LolDir)\src\3rdparty\lol-bullet.vcxproj"> | |||||
<Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project> | |||||
</ProjectReference> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||||
<ImportGroup Label="ExtensionTargets"> | <ImportGroup Label="ExtensionTargets"> | ||||
<Import Project="$(LolDir)\build\msbuild\lolfx.targets" /> | <Import Project="$(LolDir)\build\msbuild\lolfx.targets" /> | ||||
@@ -46,14 +46,8 @@ | |||||
<ClCompile Include="base\string.cpp" /> | <ClCompile Include="base\string.cpp" /> | ||||
<ClCompile Include="base\types.cpp" /> | <ClCompile Include="base\types.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{8f59a635-0240-4d7f-a80d-050c3f1670c2}</ProjectGuid> | <ProjectGuid>{8f59a635-0240-4d7f-a80d-050c3f1670c2}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -42,14 +42,8 @@ | |||||
<ClCompile Include="test-common.cpp" /> | <ClCompile Include="test-common.cpp" /> | ||||
<ClCompile Include="entity\camera.cpp" /> | <ClCompile Include="entity\camera.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{d7f6c2ca-5a13-4fd0-8468-1833923e3ee3}</ProjectGuid> | <ProjectGuid>{d7f6c2ca-5a13-4fd0-8468-1833923e3ee3}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -43,14 +43,8 @@ | |||||
<ClCompile Include="image\color.cpp" /> | <ClCompile Include="image\color.cpp" /> | ||||
<ClCompile Include="image\image.cpp" /> | <ClCompile Include="image\image.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{5a27ff18-a1ec-49be-9455-415f1c701153}</ProjectGuid> | <ProjectGuid>{5a27ff18-a1ec-49be-9455-415f1c701153}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -60,14 +60,8 @@ | |||||
<ClCompile Include="math\trig.cpp" /> | <ClCompile Include="math\trig.cpp" /> | ||||
<ClCompile Include="math\vector.cpp" /> | <ClCompile Include="math\vector.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{962d4e25-45d3-4ace-8c02-69fa3713abd4}</ProjectGuid> | <ProjectGuid>{962d4e25-45d3-4ace-8c02-69fa3713abd4}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||
@@ -42,14 +42,8 @@ | |||||
<ClCompile Include="test-common.cpp" /> | <ClCompile Include="test-common.cpp" /> | ||||
<ClCompile Include="sys\thread.cpp" /> | <ClCompile Include="sys\thread.cpp" /> | ||||
</ItemGroup> | </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> | |||||
</ItemGroup> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-core.props" /> | |||||
<Import Project="$(LolDir)\build\msbuild\lol-bullet.props" /> | |||||
<PropertyGroup Label="Globals"> | <PropertyGroup Label="Globals"> | ||||
<ProjectGuid>{1782f849-b6e1-466d-9f02-a751f3f8712c}</ProjectGuid> | <ProjectGuid>{1782f849-b6e1-466d-9f02-a751f3f8712c}</ProjectGuid> | ||||
<ConfigurationType>Application</ConfigurationType> | <ConfigurationType>Application</ConfigurationType> | ||||