Ви не можете вибрати більше 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|NX64">
- <Configuration>Debug</Configuration>
- <Platform>NX64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|ORBIS">
- <Configuration>Debug</Configuration>
- <Platform>ORBIS</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Debug|Prospero">
- <Configuration>Debug</Configuration>
- <Platform>Prospero</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="Release|NX64">
- <Configuration>Release</Configuration>
- <Platform>NX64</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|ORBIS">
- <Configuration>Release</Configuration>
- <Platform>ORBIS</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Prospero">
- <Configuration>Release</Configuration>
- <Platform>Prospero</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|Win32">
- <Configuration>Release</Configuration>
- <Platform>Win32</Platform>
- </ProjectConfiguration>
- <ProjectConfiguration Include="Release|x64">
- <Configuration>Release</Configuration>
- <Platform>x64</Platform>
- </ProjectConfiguration>
- </ItemGroup>
- <Import Project="$(SolutionDir)lolengine.props" />
- <Import Project="$(SolutionDir)build\msbuild\lol-bullet.props" />
- <ItemGroup>
- <ClCompile Include="benchmark\half.cpp" />
- <ClCompile Include="benchmark\real.cpp" />
- <ClCompile Include="benchmark\vector.cpp" />
- <ClCompile Include="benchsuite.cpp" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{B1E10086-A1DA-401A-834D-969C9DBB5CC1}</ProjectGuid>
- <ConfigurationType>Application</ConfigurationType>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- </Project>
|