Ви не можете вибрати більше 25 тем
Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
|
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ItemGroup Label="ProjectConfigurations">
- <ProjectConfiguration Include="Debug|ORBIS">
- <Configuration>Debug</Configuration>
- <Platform>ORBIS</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|PS3">
- <Configuration>Debug</Configuration>
- <Platform>PS3</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|Win32">
- <Configuration>Debug</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|x64">
- <Configuration>Debug</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|Xbox 360">
- <Configuration>Debug</Configuration>
- <Platform>Xbox 360</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ORBIS">
- <Configuration>Release</Configuration>
- <Platform>ORBIS</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|PS3">
- <Configuration>Release</Configuration>
- <Platform>PS3</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Xbox 360">
- <Configuration>Release</Configuration>
- <Platform>Xbox 360</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="testsuite.cpp" />
- <ClCompile Include="unit\array.cpp" />
- <ClCompile Include="unit\box.cpp" />
- <ClCompile Include="unit\build.cpp" />
- <ClCompile Include="unit\cmplx.cpp" />
- <ClCompile Include="unit\color.cpp" />
- <ClCompile Include="unit\half.cpp" />
- <ClCompile Include="unit\image.cpp" />
- <ClCompile Include="unit\interp.cpp" />
- <ClCompile Include="unit\map.cpp" />
- <ClCompile Include="unit\matrix.cpp" />
- <ClCompile Include="unit\quat.cpp" />
- <ClCompile Include="unit\rand.cpp" />
- <ClCompile Include="unit\real.cpp" />
- <ClCompile Include="unit\rotation.cpp" />
- <ClCompile Include="unit\string.cpp" />
- <ClCompile Include="unit\trig.cpp" />
- <ClCompile Include="unit\vector.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
- <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
- </ProjectReference>
- <ProjectReference Include="$(SolutionDir)\..\..\src\bullet\lolbullet.vcxproj">
- <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
- </ProjectReference>
- <ProjectReference Include="$(SolutionDir)\..\..\src\lua\lollua.vcxproj">
- <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{80F81C11-8DA2-4990-91CB-9807783BA46E}</ProjectGuid>
- <ConfigurationType>Application</ConfigurationType>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
- <ImportGroup Label="ExtensionSettings">
- <Import Project="$(SolutionDir)\Lol.Fx.props" />
- </ImportGroup>
- <ImportGroup Label="PropertySheets">
- <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
- <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
- <ItemDefinitionGroup />
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- <Import Project="$(SolutionDir)\Lol.Fx.targets" />
- </ImportGroup>
- </Project>
|