Updated folders structure: binaries -> bin.

This commit is contained in:
Artem Kharytoniuk 2017-03-17 12:27:59 +02:00
parent 19749d74c8
commit 06f5be6462
2 changed files with 3 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,5 +1,4 @@
binaries bin/
intermediate
*.opendb *.opendb
*.opensdf *.opensdf
*.sdf *.sdf

View File

@ -3,8 +3,8 @@
<ImportGroup Label="PropertySheets" /> <ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" /> <PropertyGroup Label="UserMacros" />
<PropertyGroup> <PropertyGroup>
<OutDir>..\..\binaries\$(PlatformName)\$(Configuration)\</OutDir> <OutDir>..\..\bin\$(PlatformName)\$(Configuration)\</OutDir>
<IntDir>..\..\intermediate\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir> <IntDir>..\..\bin\$(PlatformName)\$(Configuration)\intermediate\$(ProjectName)\</IntDir>
</PropertyGroup> </PropertyGroup>
<ItemDefinitionGroup> <ItemDefinitionGroup>
<ClCompile> <ClCompile>