-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeRecTest.csproj
70 lines (62 loc) · 2.87 KB
/
WeRecTest.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TypeScriptToolsVersion>3.0</TypeScriptToolsVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="WeRecServer\**" />
<Content Remove="WeRecServer\**" />
<EmbeddedResource Remove="WeRecServer\**" />
<None Remove="WeRecServer\**" />
</ItemGroup>
<ItemGroup>
<Content Remove="package-lock.json" />
<Content Remove="wwwroot\app\data-manager.ts" />
<Content Remove="wwwroot\app\data.service.ts" />
<Content Remove="wwwroot\app\deal.data.ts" />
<Content Remove="wwwroot\app\dealinfo.service.ts" />
<Content Remove="wwwroot\app\history-viewer.ts" />
<Content Remove="wwwroot\app\import.request.data.ts" />
<Content Remove="wwwroot\app\mf.matrix.data.ts" />
<Content Remove="wwwroot\app\mf.request.data.ts" />
<Content Remove="wwwroot\app\prediction.data.ts" />
<Content Remove="wwwroot\app\prediction.request.data.ts" />
<Content Remove="wwwroot\app\prediction.result.data.ts" />
<Content Remove="wwwroot\app\prediction.results.ts" />
<Content Remove="wwwroot\app\prediction.service.ts" />
<Content Remove="wwwroot\app\prediction.table.ts" />
<Content Remove="wwwroot\app\user.history.data.ts" />
<Content Remove="wwwroot\app\wals-simulator.ts" />
</ItemGroup>
<ItemGroup>
<None Remove=".gitignore" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\icons\core-icons.svg" />
<None Include="wwwroot\icons\facebook.svg" />
<None Include="wwwroot\icons\google.svg" />
<None Include="wwwroot\icons\social-icons.svg" />
<None Include="wwwroot\icons\spiral.svg" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETCore.App" Version="2.2.8" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="wwwroot\app\data-manager.ts" />
<TypeScriptCompile Include="wwwroot\app\data.service.ts" />
<TypeScriptCompile Include="wwwroot\app\dealinfo.service.ts" />
<TypeScriptCompile Include="wwwroot\app\history-viewer.ts" />
<TypeScriptCompile Include="wwwroot\app\import.request.data.ts" />
<TypeScriptCompile Include="wwwroot\app\deal.data.ts" />
<TypeScriptCompile Include="wwwroot\app\mf.matrix.data.ts" />
<TypeScriptCompile Include="wwwroot\app\mf.request.data.ts" />
<TypeScriptCompile Include="wwwroot\app\prediction.data.ts" />
<TypeScriptCompile Include="wwwroot\app\prediction.request.data.ts" />
<TypeScriptCompile Include="wwwroot\app\prediction.result.data.ts" />
<TypeScriptCompile Include="wwwroot\app\prediction.results.ts" />
<TypeScriptCompile Include="wwwroot\app\prediction.service.ts" />
<TypeScriptCompile Include="wwwroot\app\prediction.table.ts" />
<TypeScriptCompile Include="wwwroot\app\user.history.data.ts" />
<TypeScriptCompile Include="wwwroot\app\wals-simulator.ts" />
</ItemGroup>
</Project>