|
122 | 122 | <PropertyGroup Label="UserMacros" /> |
123 | 123 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
124 | 124 | <LinkIncremental>true</LinkIncremental> |
125 | | - <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\$(ProjectName)</OutDir> |
| 125 | + <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\CTP</OutDir> |
126 | 126 | <IncludePath>./;$(IncludePath)</IncludePath> |
127 | 127 | <TargetName>$(ProjectName)_$(PlatformTarget)</TargetName> |
128 | 128 | </PropertyGroup> |
|
131 | 131 | </PropertyGroup> |
132 | 132 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug64|Win32'"> |
133 | 133 | <LinkIncremental>true</LinkIncremental> |
134 | | - <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\$(ProjectName)</OutDir> |
| 134 | + <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\CTP</OutDir> |
135 | 135 | </PropertyGroup> |
136 | 136 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug64|x64'"> |
137 | 137 | <LinkIncremental>true</LinkIncremental> |
138 | | - <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\$(ProjectName)</OutDir> |
| 138 | + <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\CTP</OutDir> |
139 | 139 | <IncludePath>./;$(IncludePath)</IncludePath> |
140 | 140 | <TargetName>$(ProjectName)_$(PlatformTarget)</TargetName> |
141 | 141 | </PropertyGroup> |
142 | 142 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
143 | 143 | <LinkIncremental>false</LinkIncremental> |
144 | | - <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\$(ProjectName)</OutDir> |
| 144 | + <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\CTP</OutDir> |
145 | 145 | <TargetName>$(ProjectName)_$(PlatformTarget)</TargetName> |
146 | 146 | <IncludePath>./;$(IncludePath)</IncludePath> |
147 | 147 | </PropertyGroup> |
148 | 148 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release64|Win32'"> |
149 | 149 | <LinkIncremental>false</LinkIncremental> |
150 | | - <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\$(ProjectName)</OutDir> |
| 150 | + <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\CTP</OutDir> |
151 | 151 | <TargetName>$(ProjectName)_$(PlatformTarget)</TargetName> |
152 | 152 | <IncludePath>./;$(IncludePath)</IncludePath> |
153 | 153 | </PropertyGroup> |
|
156 | 156 | </PropertyGroup> |
157 | 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release64|x64'"> |
158 | 158 | <LinkIncremental>false</LinkIncremental> |
159 | | - <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\$(ProjectName)</OutDir> |
| 159 | + <OutDir>..\..\bin\$(Configuration)\$(PlatformTarget)\CTP</OutDir> |
160 | 160 | <TargetName>$(ProjectName)_$(PlatformTarget)</TargetName> |
161 | 161 | <IncludePath>./;$(IncludePath)</IncludePath> |
162 | 162 | </PropertyGroup> |
|
0 commit comments