source: trunk/neercs/neercs.vcxproj @ 1456

Last change on this file since 1456 was 1451, checked in by sam, 11 years ago

build: move major .vcxproj files to their respective project directories.

File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Debug|Xbox 360">
13      <Configuration>Debug</Configuration>
14      <Platform>Xbox 360</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|Win32">
17      <Configuration>Release</Configuration>
18      <Platform>Win32</Platform>
19    </ProjectConfiguration>
20    <ProjectConfiguration Include="Release|x64">
21      <Configuration>Release</Configuration>
22      <Platform>x64</Platform>
23    </ProjectConfiguration>
24    <ProjectConfiguration Include="Release|Xbox 360">
25      <Configuration>Release</Configuration>
26      <Platform>Xbox 360</Platform>
27    </ProjectConfiguration>
28  </ItemGroup>
29  <ItemGroup>
30    <ClInclude Include="neercs.h" />
31    <ClInclude Include="video\render.h" />
32  </ItemGroup>
33  <ItemGroup>
34    <ClCompile Include="neercs.cpp" />
35    <ClCompile Include="video\render.cpp" />
36  </ItemGroup>
37  <ItemGroup>
38    <LolFxCompile Include="video\test.lolfx" />
39  </ItemGroup>
40  <ItemGroup>
41    <ProjectReference Include="$(SolutionDir)lolcore.vcxproj">
42      <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
43    </ProjectReference>
44  </ItemGroup>
45  <PropertyGroup Label="Globals">
46    <ProjectGuid>{587FCCE9-1D8D-4398-B8B6-E8F4E9A92233}</ProjectGuid>
47    <ConfigurationType>Application</ConfigurationType>
48    <Keyword>Win32Proj</Keyword>
49  </PropertyGroup>
50  <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
51  <ImportGroup Label="ExtensionSettings">
52    <Import Project="$(SolutionDir)\Lol.Fx.props" />
53  </ImportGroup>
54  <ImportGroup Label="PropertySheets">
55    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56    <Import Project="$(SolutionDir)\Lol.Core.Vars.props" />
57  </ImportGroup>
58  <PropertyGroup Label="UserMacros" />
59  <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
60  <ItemDefinitionGroup />
61  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
62  <ImportGroup Label="ExtensionTargets">
63    <Import Project="$(SolutionDir)\Lol.Fx.targets" />
64  </ImportGroup>
65</Project>
Note: See TracBrowser for help on using the repository browser.