Updated folders structure: binaries -> bin.
This commit is contained in:
parent
19749d74c8
commit
06f5be6462
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
binaries
|
||||
intermediate
|
||||
bin/
|
||||
*.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
<ImportGroup Label="PropertySheets" />
|
||||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup>
|
||||
<OutDir>..\..\binaries\$(PlatformName)\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\intermediate\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
|
||||
<OutDir>..\..\bin\$(PlatformName)\$(Configuration)\</OutDir>
|
||||
<IntDir>..\..\bin\$(PlatformName)\$(Configuration)\intermediate\$(ProjectName)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup>
|
||||
<ClCompile>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user