1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" 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+ <ItemGroup >
22+ <ClCompile Include =" batalha_naval.c" />
23+ </ItemGroup >
24+ <ItemGroup >
25+ <ClInclude Include =" batalha_naval.h" />
26+ </ItemGroup >
27+ <PropertyGroup Label =" Globals" >
28+ <VCProjectVersion >16.0</VCProjectVersion >
29+ <ProjectGuid >{EE58612E-920A-4BC3-8567-0AEB20070867}</ProjectGuid >
30+ <Keyword >Win32Proj</Keyword >
31+ <RootNamespace >BatalhaNaval</RootNamespace >
32+ <WindowsTargetPlatformVersion >10.0</WindowsTargetPlatformVersion >
33+ </PropertyGroup >
34+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <UseDebugLibraries >true</UseDebugLibraries >
38+ <PlatformToolset >v142</PlatformToolset >
39+ <CharacterSet >Unicode</CharacterSet >
40+ </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
42+ <ConfigurationType >Application</ConfigurationType >
43+ <UseDebugLibraries >false</UseDebugLibraries >
44+ <PlatformToolset >v142</PlatformToolset >
45+ <WholeProgramOptimization >true</WholeProgramOptimization >
46+ <CharacterSet >Unicode</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
49+ <ConfigurationType >Application</ConfigurationType >
50+ <UseDebugLibraries >true</UseDebugLibraries >
51+ <PlatformToolset >v142</PlatformToolset >
52+ <CharacterSet >Unicode</CharacterSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
55+ <ConfigurationType >Application</ConfigurationType >
56+ <UseDebugLibraries >false</UseDebugLibraries >
57+ <PlatformToolset >v142</PlatformToolset >
58+ <WholeProgramOptimization >true</WholeProgramOptimization >
59+ <CharacterSet >Unicode</CharacterSet >
60+ </PropertyGroup >
61+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
62+ <ImportGroup Label =" ExtensionSettings" >
63+ </ImportGroup >
64+ <ImportGroup Label =" Shared" >
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
74+ </ImportGroup >
75+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
76+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
77+ </ImportGroup >
78+ <PropertyGroup Label =" UserMacros" />
79+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
80+ <LinkIncremental >true</LinkIncremental >
81+ </PropertyGroup >
82+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
83+ <LinkIncremental >true</LinkIncremental >
84+ </PropertyGroup >
85+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
86+ <LinkIncremental >false</LinkIncremental >
87+ </PropertyGroup >
88+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
89+ <LinkIncremental >false</LinkIncremental >
90+ </PropertyGroup >
91+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
92+ <ClCompile >
93+ <PrecompiledHeader >
94+ </PrecompiledHeader >
95+ <WarningLevel >Level3</WarningLevel >
96+ <Optimization >Disabled</Optimization >
97+ <SDLCheck >true</SDLCheck >
98+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99+ <ConformanceMode >true</ConformanceMode >
100+ </ClCompile >
101+ <Link >
102+ <SubSystem >Console</SubSystem >
103+ <GenerateDebugInformation >true</GenerateDebugInformation >
104+ </Link >
105+ </ItemDefinitionGroup >
106+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
107+ <ClCompile >
108+ <PrecompiledHeader >
109+ </PrecompiledHeader >
110+ <WarningLevel >Level3</WarningLevel >
111+ <Optimization >Disabled</Optimization >
112+ <SDLCheck >true</SDLCheck >
113+ <PreprocessorDefinitions >_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
114+ <ConformanceMode >true</ConformanceMode >
115+ </ClCompile >
116+ <Link >
117+ <SubSystem >Console</SubSystem >
118+ <GenerateDebugInformation >true</GenerateDebugInformation >
119+ </Link >
120+ </ItemDefinitionGroup >
121+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
122+ <ClCompile >
123+ <PrecompiledHeader >
124+ </PrecompiledHeader >
125+ <WarningLevel >Level3</WarningLevel >
126+ <Optimization >MaxSpeed</Optimization >
127+ <FunctionLevelLinking >true</FunctionLevelLinking >
128+ <IntrinsicFunctions >true</IntrinsicFunctions >
129+ <SDLCheck >true</SDLCheck >
130+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131+ <ConformanceMode >true</ConformanceMode >
132+ </ClCompile >
133+ <Link >
134+ <SubSystem >Console</SubSystem >
135+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
136+ <OptimizeReferences >true</OptimizeReferences >
137+ <GenerateDebugInformation >true</GenerateDebugInformation >
138+ </Link >
139+ </ItemDefinitionGroup >
140+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
141+ <ClCompile >
142+ <PrecompiledHeader >
143+ </PrecompiledHeader >
144+ <WarningLevel >Level3</WarningLevel >
145+ <Optimization >MaxSpeed</Optimization >
146+ <FunctionLevelLinking >true</FunctionLevelLinking >
147+ <IntrinsicFunctions >true</IntrinsicFunctions >
148+ <SDLCheck >true</SDLCheck >
149+ <PreprocessorDefinitions >NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
150+ <ConformanceMode >true</ConformanceMode >
151+ </ClCompile >
152+ <Link >
153+ <SubSystem >Console</SubSystem >
154+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
155+ <OptimizeReferences >true</OptimizeReferences >
156+ <GenerateDebugInformation >true</GenerateDebugInformation >
157+ </Link >
158+ </ItemDefinitionGroup >
159+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
160+ <ImportGroup Label =" ExtensionTargets" >
161+ </ImportGroup >
162+ </Project >
0 commit comments