Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <?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|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|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="11_fractal.cpp" />
- </ItemGroup>
- <ItemGroup>
- <LolFxCompile Include="11_fractal.lolfx" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="$(SolutionDir)\..\..\src\lolcore.vcxproj">
- <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{6bf81b39-edc2-4227-9992-c2d8abea95af}</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>
|