1
1
[
2
- " ${OutputPath} \\ wwwroot\\ AppWithPackageAndP2PReference.modules.json" ,
3
- " ${OutputPath} \\ wwwroot\\ AppWithPackageAndP2PReference.styles.css" ,
4
- " ${OutputPath} \\ wwwroot\\ _content\\ AnotherClassLib\\ AnotherClassLib.lib.module.js" ,
5
- " ${OutputPath} \\ wwwroot\\ _content\\ AnotherClassLib\\ css\\ site.css" ,
6
- " ${OutputPath} \\ wwwroot\\ _content\\ AnotherClassLib\\ js\\ project-direct-dep.js" ,
7
- " ${OutputPath} \\ wwwroot\\ _content\\ ClassLibrary\\ AnotherClassLib.lib.module.js" ,
8
- " ${OutputPath} \\ wwwroot\\ _content\\ ClassLibrary\\ ClassLibrary.bundle.scp.css" ,
9
- " ${OutputPath} \\ wwwroot\\ _content\\ ClassLibrary\\ js\\ project-transitive-dep.js" ,
10
- " ${OutputPath} \\ wwwroot\\ _content\\ ClassLibrary\\ js\\ project-transitive-dep.v4.js" ,
11
- " ${OutputPath} \\ wwwroot\\ _content\\ PackageLibraryDirectDependency\\ PackageLibraryDirectDependency.bundle.scp.css" ,
12
- " ${OutputPath} \\ wwwroot\\ _content\\ PackageLibraryDirectDependency\\ css\\ site.css" ,
13
- " ${OutputPath} \\ wwwroot\\ _content\\ PackageLibraryDirectDependency\\ js\\ pkg-direct-dep.js" ,
14
- " ${OutputPath} \\ wwwroot\\ _content\\ PackageLibraryTransitiveDependency\\ js\\ pkg-transitive-dep.js" ,
2
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ AppWithPackageAndP2PReference.modules.json" ,
3
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ AppWithPackageAndP2PReference.styles.css" ,
4
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ AnotherClassLib\\ AnotherClassLib.lib.module.js" ,
5
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ AnotherClassLib\\ css\\ site.css" ,
6
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ AnotherClassLib\\ js\\ project-direct-dep.js" ,
7
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ ClassLibrary\\ AnotherClassLib.lib.module.js" ,
8
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ ClassLibrary\\ ClassLibrary.bundle.scp.css" ,
9
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ ClassLibrary\\ js\\ project-transitive-dep.js" ,
10
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ ClassLibrary\\ js\\ project-transitive-dep.v4.js" ,
11
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ PackageLibraryDirectDependency\\ PackageLibraryDirectDependency.bundle.scp.css" ,
12
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ PackageLibraryDirectDependency\\ css\\ site.css" ,
13
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ PackageLibraryDirectDependency\\ js\\ pkg-direct-dep.js" ,
14
+ " ${ProjectPath} \\ AppWithPackageAndP2PReference \\ bin \\ Debug \\ ${Tfm} \\ publish \\ wwwroot\\ _content\\ PackageLibraryTransitiveDependency\\ js\\ pkg-transitive-dep.js" ,
15
15
" ${ProjectPath}\\ AppWithPackageAndP2PReference\\ obj\\ Debug\\ ${Tfm}\\ jsmodules\\ jsmodules.publish.manifest.json" ,
16
16
" ${ProjectPath}\\ AppWithPackageAndP2PReference\\ obj\\ Debug\\ ${Tfm}\\ scopedcss\\ bundle\\ AppWithPackageAndP2PReference.styles.css"
17
- ]
17
+ ]
0 commit comments