|
19 | 19 | </ProjectConfiguration> |
20 | 20 | </ItemGroup> |
21 | 21 | <ItemGroup> |
22 | | - <ClCompile Include="Log.cpp" /> |
23 | | - <ClCompile Include="Main.cpp" /> |
| 22 | + <ClCompile Include="src\Log.cpp" /> |
| 23 | + <ClCompile Include="src\Main.cpp" /> |
24 | 24 | </ItemGroup> |
25 | 25 | <ItemGroup> |
26 | | - <ClInclude Include="Log.h" /> |
| 26 | + <ClInclude Include="src\Log.h" /> |
27 | 27 | </ItemGroup> |
28 | 28 | <PropertyGroup Label="Globals"> |
29 | 29 | <VCProjectVersion>16.0</VCProjectVersion> |
|
77 | 77 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
78 | 78 | </ImportGroup> |
79 | 79 | <PropertyGroup Label="UserMacros" /> |
| 80 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
| 81 | + <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir> |
| 82 | + <IntDir>$(SolutionDir)\bin\intermediates\$(Platform)\$(Configuration)\</IntDir> |
| 83 | + </PropertyGroup> |
| 84 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 85 | + <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir> |
| 86 | + <IntDir>$(SolutionDir)\bin\intermediates\$(Platform)\$(Configuration)\</IntDir> |
| 87 | + </PropertyGroup> |
| 88 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
| 89 | + <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir> |
| 90 | + <IntDir>$(SolutionDir)\bin\intermediates\$(Platform)\$(Configuration)\</IntDir> |
| 91 | + </PropertyGroup> |
| 92 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 93 | + <OutDir>$(SolutionDir)\bin\$(Platform)\$(Configuration)\</OutDir> |
| 94 | + <IntDir>$(SolutionDir)\bin\intermediates\$(Platform)\$(Configuration)\</IntDir> |
| 95 | + </PropertyGroup> |
80 | 96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
81 | 97 | <ClCompile> |
82 | 98 | <WarningLevel>Level3</WarningLevel> |
|
0 commit comments