File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
src/Components/Blazor/WebAssembly.Authentication/src Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 21
21
<YarnInputs Include =" $(YarnWorkingDir)**" Exclude =" $(YarnWorkingDir)node_modules\**;$(YarnWorkingDir)*.d.ts" />
22
22
<YarnOutputs Include =" wwwroot\AuthenticationService.js" />
23
23
<YarnOutputs Include =" wwwroot\AuthenticationService.js.map" />
24
- <None Include =" C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\AuthenticationService.ts" />
25
- <None Include =" C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\package.json" />
26
- <None Include =" C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\tsconfig.json" />
27
- <None Include =" C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\webpack.config.js" />
28
- <None Include =" C:\work\AspNetCore2\src\Components\Blazor\WebAssembly.Authentication\src\Interop\yarn.lock" />
24
+ <Content Include =" @(YarnOutputs)" />
25
+ <None Include =" Interop\AuthenticationService.ts" />
26
+ <None Include =" Interop\package.json" />
27
+ <None Include =" Interop\tsconfig.json" />
28
+ <None Include =" Interop\webpack.config.js" />
29
+ <None Include =" Interop\yarn.lock" />
29
30
<None Include =" wwwroot\.gitignore" />
30
31
</ItemGroup >
31
-
32
+
32
33
<ItemGroup >
33
34
<Reference Include =" Mono.WebAssembly.Interop" />
34
35
<Reference Include =" Microsoft.AspNetCore.Blazor" />
46
47
<Yarn Command =" run build:release" WorkingDirectory =" $(YarnWorkingDir)" Condition =" '$(Configuration)' == 'Release'" />
47
48
<Yarn Command =" run build:debug" WorkingDirectory =" $(YarnWorkingDir)" Condition =" '$(Configuration)' == 'Debug'" />
48
49
<ItemGroup >
49
- <Content Include =" $(YarnOutputPattern)" />
50
+ <Content Include =" $(YarnOutputPattern)" />
50
51
</ItemGroup >
51
52
</Target >
52
53
You can’t perform that action at this time.
0 commit comments