-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutoSalon.csproj
54 lines (45 loc) · 1.94 KB
/
AutoSalon.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
<UserSecretsId>aspnet-AutoSalon-5CDFFC19-FDDD-47EE-B6C6-BE796AE1654B</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Data\Migrations\**" />
<Content Remove="Data\Migrations\**" />
<EmbeddedResource Remove="Data\Migrations\**" />
<None Remove="Data\Migrations\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.9" />
<PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.0.3" PrivateAssets="All" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.0.4" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<DotNetCliToolReference Include="Microsoft.EntityFrameworkCore.Tools.DotNet" Version="2.0.3" />
<DotNetCliToolReference Include="Microsoft.Extensions.SecretManager.Tools" Version="2.0.2" />
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.4" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\images\Automobili\" />
<Folder Include="wwwroot\images\Poslovnice\" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\lib\bootstrap\.github\CONTRIBUTING.md" />
<None Include="wwwroot\lib\bootstrap\.github\ISSUE_TEMPLATE.md" />
</ItemGroup>
<ItemGroup>
<Content Update="Views\Automobil\Detalji.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
<Content Update="Views\Automobil\Dodaj.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
<Content Update="Views\Automobil\Ukloni.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
<Content Update="Views\Automobil\Uredi.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
</ItemGroup>
</Project>