File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
CS/WebDashboardDataSources Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 13
13
<ItemGroup >
14
14
<DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 2.0.0" />
15
15
</ItemGroup >
16
+ <ItemGroup >
17
+ <Content Update =" Data\customers.json" >
18
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
19
+ </Content >
20
+ </ItemGroup >
21
+ <ItemGroup >
22
+ <None Update =" Data\Dashboards\dashboard1.xml" >
23
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
24
+ </None >
25
+ <None Update =" Data\nwind.db" >
26
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
27
+ </None >
28
+ <None Update =" Data\Sales.xlsx" >
29
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
30
+ </None >
31
+ <None Update =" Data\SalesPersonExtract.dat" >
32
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
33
+ </None >
34
+ </ItemGroup >
16
35
<Target Name =" PreBuild" BeforeTargets =" BeforeBuild" >
17
36
<Exec Command =" npm install" />
18
37
</Target >
You can’t perform that action at this time.
0 commit comments