Commit 1dea8ae3 authored by Ryan Blizman's avatar Ryan Blizman
Browse files

ryans commit

parent b8556d7e
No related merge requests found
#ignoring Folder#
Inventor/
Custom Office Templates/
assignment-2/.vs/
Debug/
......
No preview for this file type
No preview for this file type
File added
File added
File added
No preview for this file type
No preview for this file type
cl : Command line warning D9035: option 'Gm' has been deprecated and will be removed in a future release
Ryan.cpp
main.cpp
defense.cpp
Ryan.cpp
Generating Code...
defense.obj : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' specification
Football.vcxproj -> C:\Users\ryanb\Documents\School\2019 Summer\CSC 4111\Lab 2\Football\Debug\Football.exe
No preview for this file type
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -13,7 +13,7 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{82C07DE6-9434-4991-96A2-32402B245F61}</ProjectGuid>
<RootNamespace>Football</RootNamespace>
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
......@@ -83,11 +83,13 @@
<ClCompile Include="main.cpp" />
<ClCompile Include="offense.cpp" />
<ClCompile Include="player.cpp" />
<ClCompile Include="Ryan.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="defense.h" />
<ClInclude Include="offense.h" />
<ClInclude Include="player.h" />
<ClInclude Include="Ryan.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
......
......@@ -27,6 +27,9 @@
<ClCompile Include="defense.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Ryan.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="player.h">
......@@ -38,5 +41,8 @@
<ClInclude Include="offense.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="Ryan.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
</Project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment