|
123 | 123 | <OptimizeReferences>true</OptimizeReferences> |
124 | 124 | </Link> |
125 | 125 | <PreBuildEvent> |
126 | | - <Command> |
127 | | - </Command> |
| 126 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
128 | 127 | </PreBuildEvent> |
129 | 128 | <PostBuildEvent> |
130 | 129 | <Command> |
|
142 | 141 | <SubSystem>Console</SubSystem> |
143 | 142 | </Link> |
144 | 143 | <PreBuildEvent> |
145 | | - <Command> |
146 | | - </Command> |
| 144 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
147 | 145 | </PreBuildEvent> |
148 | 146 | <PostBuildEvent> |
149 | 147 | <Command> |
|
161 | 159 | <SubSystem>Console</SubSystem> |
162 | 160 | </Link> |
163 | 161 | <PreBuildEvent> |
164 | | - <Command> |
165 | | - </Command> |
| 162 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
166 | 163 | </PreBuildEvent> |
167 | 164 | <PostBuildEvent> |
168 | 165 | <Command> |
|
180 | 177 | <SubSystem>Console</SubSystem> |
181 | 178 | </Link> |
182 | 179 | <PreBuildEvent> |
183 | | - <Command> |
184 | | - </Command> |
| 180 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
185 | 181 | </PreBuildEvent> |
186 | 182 | <PostBuildEvent> |
187 | 183 | <Command> |
|
199 | 195 | <SubSystem>Console</SubSystem> |
200 | 196 | </Link> |
201 | 197 | <PreBuildEvent> |
202 | | - <Command> |
203 | | - </Command> |
| 198 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
204 | 199 | </PreBuildEvent> |
205 | 200 | <PostBuildEvent> |
206 | 201 | <Command> |
|
222 | 217 | <OptimizeReferences>true</OptimizeReferences> |
223 | 218 | </Link> |
224 | 219 | <PreBuildEvent> |
225 | | - <Command> |
226 | | - </Command> |
| 220 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
227 | 221 | </PreBuildEvent> |
228 | 222 | <PostBuildEvent> |
229 | 223 | <Command> |
|
245 | 239 | <OptimizeReferences>true</OptimizeReferences> |
246 | 240 | </Link> |
247 | 241 | <PreBuildEvent> |
248 | | - <Command> |
249 | | - </Command> |
| 242 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
250 | 243 | </PreBuildEvent> |
251 | 244 | <PostBuildEvent> |
252 | 245 | <Command> |
|
268 | 261 | <OptimizeReferences>true</OptimizeReferences> |
269 | 262 | </Link> |
270 | 263 | <PreBuildEvent> |
271 | | - <Command> |
272 | | - </Command> |
| 264 | + <Command>$(CppWinRTDir)cppwinrt -in $(OutputPath)test_component.winmd $(OutputPath)test_component_no_pch.winmd -out "$(ProjectDir)Generated Files" -ref sdk -verbose -fastabi</Command> |
273 | 265 | </PreBuildEvent> |
274 | 266 | <PostBuildEvent> |
275 | 267 | <Command> |
|
280 | 272 | <ClInclude Include="pch.h" /> |
281 | 273 | </ItemGroup> |
282 | 274 | <ItemGroup> |
| 275 | + <ClCompile Include="activation_without_regfree.cpp" /> |
283 | 276 | <ClCompile Include="array_span.cpp" /> |
284 | 277 | <ClCompile Include="await_completed.cpp" /> |
285 | 278 | <ClCompile Include="custom_error.cpp" /> |
|
0 commit comments