-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGumby.csproj
106 lines (100 loc) · 5.68 KB
/
Gumby.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<TypeScriptToolsVersion>2.5</TypeScriptToolsVersion>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Tests\**" />
<Compile Remove="UX\Web\src\app\common\**" />
<Compile Remove="UX\Web\src\app\views\download\model\**" />
<Compile Remove="UX\Web\src\app\views\download\services\**" />
<Compile Remove="UX\Web\src\app\views\events\model\**" />
<Compile Remove="UX\Web\src\app\views\events\services\**" />
<Compile Remove="UX\Web\src\app\views\friends\model\**" />
<Compile Remove="UX\Web\src\app\views\friends\services\**" />
<Compile Remove="UX\Web\src\app\views\home\services\interfaces\**" />
<Compile Remove="UX\Web\src\app\views\home\services\mocks\**" />
<Compile Remove="UX\Web\src\app\views\locations\model\**" />
<Compile Remove="UX\Web\src\app\views\locations\services\**" />
<Compile Remove="UX\Web\src\app\views\notfound\model\**" />
<Compile Remove="UX\Web\src\app\views\notfound\services\**" />
<Compile Remove="UX\Web\src\app\views\profile\model\**" />
<Compile Remove="UX\Web\src\app\views\profile\services\**" />
<Compile Remove="UX\Web\src\app\views\routes\components\**" />
<Compile Remove="UX\Web\src\app\views\routes\model\**" />
<Compile Remove="UX\Web\src\app\views\routes\services\**" />
<Content Remove="Tests\**" />
<Content Remove="UX\Web\src\app\common\**" />
<Content Remove="UX\Web\src\app\views\download\model\**" />
<Content Remove="UX\Web\src\app\views\download\services\**" />
<Content Remove="UX\Web\src\app\views\events\model\**" />
<Content Remove="UX\Web\src\app\views\events\services\**" />
<Content Remove="UX\Web\src\app\views\friends\model\**" />
<Content Remove="UX\Web\src\app\views\friends\services\**" />
<Content Remove="UX\Web\src\app\views\home\services\interfaces\**" />
<Content Remove="UX\Web\src\app\views\home\services\mocks\**" />
<Content Remove="UX\Web\src\app\views\locations\model\**" />
<Content Remove="UX\Web\src\app\views\locations\services\**" />
<Content Remove="UX\Web\src\app\views\notfound\model\**" />
<Content Remove="UX\Web\src\app\views\notfound\services\**" />
<Content Remove="UX\Web\src\app\views\profile\model\**" />
<Content Remove="UX\Web\src\app\views\profile\services\**" />
<Content Remove="UX\Web\src\app\views\routes\components\**" />
<Content Remove="UX\Web\src\app\views\routes\model\**" />
<Content Remove="UX\Web\src\app\views\routes\services\**" />
<EmbeddedResource Remove="Tests\**" />
<EmbeddedResource Remove="UX\Web\src\app\common\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\download\model\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\download\services\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\events\model\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\events\services\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\friends\model\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\friends\services\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\home\services\interfaces\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\home\services\mocks\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\locations\model\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\locations\services\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\notfound\model\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\notfound\services\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\profile\model\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\profile\services\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\routes\components\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\routes\model\**" />
<EmbeddedResource Remove="UX\Web\src\app\views\routes\services\**" />
<None Remove="Tests\**" />
<None Remove="UX\Web\src\app\common\**" />
<None Remove="UX\Web\src\app\views\download\model\**" />
<None Remove="UX\Web\src\app\views\download\services\**" />
<None Remove="UX\Web\src\app\views\events\model\**" />
<None Remove="UX\Web\src\app\views\events\services\**" />
<None Remove="UX\Web\src\app\views\friends\model\**" />
<None Remove="UX\Web\src\app\views\friends\services\**" />
<None Remove="UX\Web\src\app\views\home\services\interfaces\**" />
<None Remove="UX\Web\src\app\views\home\services\mocks\**" />
<None Remove="UX\Web\src\app\views\locations\model\**" />
<None Remove="UX\Web\src\app\views\locations\services\**" />
<None Remove="UX\Web\src\app\views\notfound\model\**" />
<None Remove="UX\Web\src\app\views\notfound\services\**" />
<None Remove="UX\Web\src\app\views\profile\model\**" />
<None Remove="UX\Web\src\app\views\profile\services\**" />
<None Remove="UX\Web\src\app\views\routes\components\**" />
<None Remove="UX\Web\src\app\views\routes\model\**" />
<None Remove="UX\Web\src\app\views\routes\services\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.5" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="2.2.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="AppServer\" />
<Folder Include="Persistance\Cosmos\" />
<Folder Include="Security\" />
<Folder Include="UX\Web\src\app\components\advertisment\" />
<Folder Include="wwwroot\" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="UX\Web\src\mocks\term-mock.ts" />
<TypeScriptCompile Include="UX\Web\src\app\model\term.ts" />
<TypeScriptCompile Include="UX\Web\src\app\services\terminology-service.ts" />
</ItemGroup>
</Project>