|
125 | 125 | </ImportGroup> |
126 | 126 | <PropertyGroup Label="UserMacros" /> |
127 | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'"> |
128 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 128 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
129 | 129 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
130 | 130 | </PropertyGroup> |
131 | 131 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|Win32'"> |
132 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 132 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
133 | 133 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
134 | 134 | </PropertyGroup> |
135 | 135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|x64'"> |
136 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 136 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
137 | 137 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
138 | 138 | </PropertyGroup> |
139 | 139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MT|x64'"> |
140 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 140 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
141 | 141 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
142 | 142 | </PropertyGroup> |
143 | 143 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|Win32'"> |
144 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 144 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
145 | 145 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
146 | 146 | </PropertyGroup> |
147 | 147 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|Win32'"> |
148 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 148 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
149 | 149 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
150 | 150 | </PropertyGroup> |
151 | 151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MD|x64'"> |
152 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 152 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
153 | 153 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
154 | 154 | </PropertyGroup> |
155 | 155 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-MT|x64'"> |
156 | | - <OutDir>.\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
| 156 | + <OutDir>..\..\output\Windows\$(Platform)\$(Configuration)\</OutDir> |
157 | 157 | <IntDir>..\..\temp\demo\$(Platform)\$(Configuration)\</IntDir> |
158 | 158 | </PropertyGroup> |
159 | 159 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-MD|Win32'"> |
|
0 commit comments