Commit f5bb0d0 1 parent c5c2272 commit f5bb0d0 Copy full SHA for f5bb0d0
File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1
1
.vs /*
2
2
.DS_Store
3
- Win32 /*
3
+ x86 /*
4
4
x64 /*
5
5
* .vtcache
6
6
* .user
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ configuration:
3
3
- Debug
4
4
- Release
5
5
platform :
6
- - Win32
6
+ - x86
7
7
- x64
8
8
build :
9
9
project : hexed.sln
10
- verbosity : detailed
10
+ verbosity : minimal
11
11
artifacts :
12
12
- path : $(PLATFORM)\$(CONFIGURATION)\hexed.exe
13
13
name : hexed-deploy
Original file line number Diff line number Diff line change 98
98
<PropertyGroup Label =" UserMacros" />
99
99
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
100
100
<LinkIncremental >true</LinkIncremental >
101
- <IntDir >$(Platform )\$(Configuration)\</IntDir >
102
- <OutDir >$(SolutionDir)$(Platform )\$(Configuration)\</OutDir >
101
+ <IntDir >$(PlatformShortName )\$(Configuration)\</IntDir >
102
+ <OutDir >$(SolutionDir)$(PlatformShortName )\$(Configuration)\</OutDir >
103
103
</PropertyGroup >
104
104
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
105
105
<LinkIncremental >true</LinkIncremental >
106
+ <OutDir >$(SolutionDir)$(PlatformShortName)\$(Configuration)\</OutDir >
107
+ <IntDir >$(PlatformShortName)\$(Configuration)\</IntDir >
106
108
</PropertyGroup >
107
109
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
108
110
<LinkIncremental >false</LinkIncremental >
109
- <IntDir >$(Platform )\$(Configuration)\</IntDir >
110
- <OutDir >$(SolutionDir)$(Platform )\$(Configuration)\</OutDir >
111
+ <IntDir >$(PlatformShortName )\$(Configuration)\</IntDir >
112
+ <OutDir >$(SolutionDir)$(PlatformShortName )\$(Configuration)\</OutDir >
111
113
</PropertyGroup >
112
114
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
113
115
<LinkIncremental >false</LinkIncremental >
116
+ <OutDir >$(SolutionDir)$(PlatformShortName)\$(Configuration)\</OutDir >
117
+ <IntDir >$(PlatformShortName)\$(Configuration)\</IntDir >
114
118
</PropertyGroup >
115
119
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
116
120
<ClCompile >
You can’t perform that action at this time.
0 commit comments