~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/SOIL/SOIL.vcxproj

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" ToolsVersion="12.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="Release|Win32">
 
13
      <Configuration>Release</Configuration>
 
14
      <Platform>Win32</Platform>
 
15
    </ProjectConfiguration>
 
16
    <ProjectConfiguration Include="Release|x64">
 
17
      <Configuration>Release</Configuration>
 
18
      <Platform>x64</Platform>
 
19
    </ProjectConfiguration>
 
20
  </ItemGroup>
 
21
  <PropertyGroup Label="Globals">
 
22
    <ProjectGuid>{B441CC62-877E-4B3F-93E0-0DE80544F705}</ProjectGuid>
 
23
  </PropertyGroup>
 
24
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 
25
  <PropertyGroup Label="Configuration">
 
26
    <ConfigurationType>StaticLibrary</ConfigurationType>
 
27
    <PlatformToolset>v120</PlatformToolset>
 
28
    <CharacterSet>Unicode</CharacterSet>
 
29
  </PropertyGroup>
 
30
  <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
 
31
    <UseDebugLibraries>true</UseDebugLibraries>
 
32
  </PropertyGroup>
 
33
  <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
 
34
    <UseDebugLibraries>false</UseDebugLibraries>
 
35
  </PropertyGroup>
 
36
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 
37
  <ImportGroup Label="ExtensionSettings">
 
38
  </ImportGroup>
 
39
  <ImportGroup Label="PropertySheets">
 
40
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 
41
    <Import Project="..\..\Source\VSProps\Base.props" />
 
42
  </ImportGroup>
 
43
  <PropertyGroup Label="UserMacros" />
 
44
  <ItemGroup>
 
45
    <Text Include="CMakeLists.txt" />
 
46
  </ItemGroup>
 
47
  <ItemGroup>
 
48
    <ClCompile Include="image_DXT.c" />
 
49
    <ClCompile Include="image_helper.c" />
 
50
    <ClCompile Include="SOIL.c" />
 
51
    <ClCompile Include="stb_image_aug.c" />
 
52
  </ItemGroup>
 
53
  <ItemGroup>
 
54
    <ClInclude Include="image_DXT.h" />
 
55
    <ClInclude Include="image_helper.h" />
 
56
    <ClInclude Include="SOIL.h" />
 
57
    <ClInclude Include="stbi_DDS_aug.h" />
 
58
    <ClInclude Include="stbi_DDS_aug_c.h" />
 
59
    <ClInclude Include="stb_image_aug.h" />
 
60
  </ItemGroup>
 
61
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 
62
  <ImportGroup Label="ExtensionTargets">
 
63
  </ImportGroup>
 
64
</Project>
 
 
b'\\ No newline at end of file'