1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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 =" Release|Win32" >
9
+ <Configuration >Release</Configuration >
10
+ <Platform >Win32</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Debug|x64" >
13
+ <Configuration >Debug</Configuration >
14
+ <Platform >x64</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
+ <VCProjectVersion >15.0</VCProjectVersion >
23
+ <ProjectGuid >{EE73374E-41A2-4EB3-980F-65B14282602B}</ProjectGuid >
24
+ <RootNamespace >Project5</RootNamespace >
25
+ <WindowsTargetPlatformVersion >10.0.17763.0</WindowsTargetPlatformVersion >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >Application</ConfigurationType >
30
+ <UseDebugLibraries >true</UseDebugLibraries >
31
+ <PlatformToolset >v141</PlatformToolset >
32
+ <CharacterSet >MultiByte</CharacterSet >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
35
+ <ConfigurationType >Application</ConfigurationType >
36
+ <UseDebugLibraries >false</UseDebugLibraries >
37
+ <PlatformToolset >v141</PlatformToolset >
38
+ <WholeProgramOptimization >true</WholeProgramOptimization >
39
+ <CharacterSet >MultiByte</CharacterSet >
40
+ </PropertyGroup >
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
42
+ <ConfigurationType >Application</ConfigurationType >
43
+ <UseDebugLibraries >true</UseDebugLibraries >
44
+ <PlatformToolset >v141</PlatformToolset >
45
+ <CharacterSet >MultiByte</CharacterSet >
46
+ </PropertyGroup >
47
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
48
+ <ConfigurationType >Application</ConfigurationType >
49
+ <UseDebugLibraries >false</UseDebugLibraries >
50
+ <PlatformToolset >v141</PlatformToolset >
51
+ <WholeProgramOptimization >true</WholeProgramOptimization >
52
+ <CharacterSet >MultiByte</CharacterSet >
53
+ </PropertyGroup >
54
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
55
+ <ImportGroup Label =" ExtensionSettings" >
56
+ </ImportGroup >
57
+ <ImportGroup Label =" Shared" >
58
+ </ImportGroup >
59
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
60
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ </ImportGroup >
65
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
66
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
+ </ImportGroup >
68
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
69
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
70
+ </ImportGroup >
71
+ <PropertyGroup Label =" UserMacros" />
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
73
+ <Allegro_AddonImage >true</Allegro_AddonImage >
74
+ <Allegro_AddonTTF >true</Allegro_AddonTTF >
75
+ <Allegro_AddonPrimitives >true</Allegro_AddonPrimitives >
76
+ <Allegro_AddonAudio >true</Allegro_AddonAudio >
77
+ <Allegro_AddonAcodec >true</Allegro_AddonAcodec >
78
+ <Allegro_AddonPhysfs >true</Allegro_AddonPhysfs >
79
+ <Allegro_AddonDialog >true</Allegro_AddonDialog >
80
+ <Allegro_AddonMemfile >true</Allegro_AddonMemfile >
81
+ <Allegro_AddonFont >true</Allegro_AddonFont >
82
+ <Allegro_AddonColor >true</Allegro_AddonColor >
83
+ <Allegro_AddonVideo >true</Allegro_AddonVideo >
84
+ <Allegro_LibraryType >StaticMonolithRelease</Allegro_LibraryType >
85
+ </PropertyGroup >
86
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
87
+ <ClCompile >
88
+ <WarningLevel >Level3</WarningLevel >
89
+ <Optimization >Disabled</Optimization >
90
+ <SDLCheck >true</SDLCheck >
91
+ <ConformanceMode >true</ConformanceMode >
92
+ </ClCompile >
93
+ </ItemDefinitionGroup >
94
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
95
+ <ClCompile >
96
+ <WarningLevel >Level3</WarningLevel >
97
+ <Optimization >Disabled</Optimization >
98
+ <SDLCheck >true</SDLCheck >
99
+ <ConformanceMode >true</ConformanceMode >
100
+ </ClCompile >
101
+ </ItemDefinitionGroup >
102
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
103
+ <ClCompile >
104
+ <WarningLevel >Level3</WarningLevel >
105
+ <Optimization >MaxSpeed</Optimization >
106
+ <FunctionLevelLinking >true</FunctionLevelLinking >
107
+ <IntrinsicFunctions >true</IntrinsicFunctions >
108
+ <SDLCheck >true</SDLCheck >
109
+ <ConformanceMode >true</ConformanceMode >
110
+ </ClCompile >
111
+ <Link >
112
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
113
+ <OptimizeReferences >true</OptimizeReferences >
114
+ </Link >
115
+ </ItemDefinitionGroup >
116
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
117
+ <ClCompile >
118
+ <WarningLevel >Level3</WarningLevel >
119
+ <Optimization >MaxSpeed</Optimization >
120
+ <FunctionLevelLinking >true</FunctionLevelLinking >
121
+ <IntrinsicFunctions >true</IntrinsicFunctions >
122
+ <SDLCheck >true</SDLCheck >
123
+ <ConformanceMode >true</ConformanceMode >
124
+ </ClCompile >
125
+ <Link >
126
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
127
+ <OptimizeReferences >true</OptimizeReferences >
128
+ </Link >
129
+ </ItemDefinitionGroup >
130
+ <ItemGroup >
131
+ <ClCompile Include =" Source.cpp" />
132
+ </ItemGroup >
133
+ <ItemGroup >
134
+ <None Include =" packages.config" />
135
+ </ItemGroup >
136
+ <ItemGroup >
137
+ <Image Include =" go_bg2.png" />
138
+ </ItemGroup >
139
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
140
+ <ImportGroup Label =" ExtensionTargets" >
141
+ <Import Project =" ..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets" Condition =" Exists('..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets')" />
142
+ <Import Project =" ..\packages\Allegro.5.2.4.0\build\native\Allegro.targets" Condition =" Exists('..\packages\Allegro.5.2.4.0\build\native\Allegro.targets')" />
143
+ </ImportGroup >
144
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
145
+ <PropertyGroup >
146
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
147
+ </PropertyGroup >
148
+ <Error Condition =" !Exists('..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\AllegroDeps.1.7.0.0\build\native\AllegroDeps.targets'))" />
149
+ <Error Condition =" !Exists('..\packages\Allegro.5.2.4.0\build\native\Allegro.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Allegro.5.2.4.0\build\native\Allegro.targets'))" />
150
+ </Target >
151
+ </Project >
0 commit comments