Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- <?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|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|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>
- <ClInclude Include="..\monsterz\board.h" />
- <ClInclude Include="..\monsterz\interface.h" />
- <ClInclude Include="..\monsterz\mash.h" />
- <ClInclude Include="..\monsterz\monsterz.h" />
- <ClInclude Include="..\monsterz\piece.h" />
- <ClInclude Include="..\monsterz\score.h" />
- <ClInclude Include="..\monsterz\thumbs.h" />
- <ClInclude Include="..\monsterz\title.h" />
- </ItemGroup>
- <ItemGroup>
- <ClCompile Include="..\monsterz\board.cpp" />
- <ClCompile Include="..\monsterz\interface.cpp" />
- <ClCompile Include="..\monsterz\mash.cpp" />
- <ClCompile Include="..\monsterz\monsterz.cpp" />
- <ClCompile Include="..\monsterz\piece.cpp" />
- <ClCompile Include="..\monsterz\score.cpp" />
- <ClCompile Include="..\monsterz\thumbs.cpp" />
- <ClCompile Include="..\monsterz\title.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="lolcore.vcxproj">
- <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
- </ProjectReference>
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{17f0f184-4436-4d08-b8aa-16572ea238db}</ProjectGuid>
- <ConfigurationType>Application</ConfigurationType>
- <Keyword>Win32Proj</Keyword>
- </PropertyGroup>
- <Import Project="Lol.Core.Config.props" />
- <ImportGroup Label="ExtensionSettings">
- <Import Project="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="Lol.Core.Vars.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <Import Project="Lol.Core.Rules.props" />
- <ItemDefinitionGroup />
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- <Import Project="Lol.Fx.targets" />
- </ImportGroup>
- </Project>
|