diff options
Diffstat (limited to 'Project1/Project1.vcxproj')
| -rw-r--r-- | Project1/Project1.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Project1/Project1.vcxproj b/Project1/Project1.vcxproj index 9d96311..fac92e1 100644 --- a/Project1/Project1.vcxproj +++ b/Project1/Project1.vcxproj @@ -70,6 +70,9 @@ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <IncludePath>C:\Users\thesa\source\repos\homework-8-connormcdowell275\My structures;$(IncludePath)</IncludePath> + </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <WarningLevel>Level3</WarningLevel> |