@@ -253,31 +253,31 @@ public static class Project
253
253
" ;
254
254
255
255
public static string ProjectFilesHeader =
256
- @" <ClInclude Include=""[file.FileNameProjectRelative ]"" />
256
+ @" <ClInclude Include=""[file.FilePath ]"" />
257
257
" ;
258
258
259
259
public static string ProjectFilesNatvis =
260
- @" <Natvis Include=""[file.FileNameProjectRelative ]"" />
260
+ @" <Natvis Include=""[file.FilePath ]"" />
261
261
" ;
262
262
263
263
public static string ProjectFilesSourceBegin =
264
- @" <ClCompile Include=""[file.FileNameProjectRelative ]""" ;
264
+ @" <ClCompile Include=""[file.FilePath ]""" ;
265
265
266
266
public static string ProjectFilesResourceBegin =
267
- @" <ResourceCompile Include=""[file.FileNameProjectRelative ]""" ;
267
+ @" <ResourceCompile Include=""[file.FilePath ]""" ;
268
268
269
269
public static string ProjectFilesPRIResources =
270
- @" <PRIResource Include=""[file.FileNameProjectRelative ]"">
270
+ @" <PRIResource Include=""[file.FilePath ]"">
271
271
<FileType>Document</FileType>
272
272
</PRIResource>
273
273
" ;
274
274
275
275
public static string ProjectFilesNone =
276
- @" <None Include=""[file.FileNameProjectRelative ]"" />
276
+ @" <None Include=""[file.FilePath ]"" />
277
277
" ;
278
278
279
279
public static string ProjectFilesCustomSourceBegin =
280
- @" <[type] Include=""[file.FileNameProjectRelative ]""" ;
280
+ @" <[type] Include=""[file.FilePath ]""" ;
281
281
282
282
283
283
public static string ProjectFilesResourceEnd =
@@ -465,11 +465,11 @@ internal static class Filters
465
465
@"</Project>" ;
466
466
467
467
public static string FileNoFilter =
468
- @" <[type] Include=""[file.FileNameProjectRelative ]"" />
468
+ @" <[type] Include=""[file.FilePath ]"" />
469
469
" ;
470
470
471
471
public static string FileWithFilter =
472
- @" <[type] Include=""[file.FileNameProjectRelative ]"">
472
+ @" <[type] Include=""[file.FilePath ]"">
473
473
<Filter>[file.FilterPath]</Filter>
474
474
</[type]>
475
475
" ;
0 commit comments