forked from jdavileal/ControleDeTccs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSistemaDeControleDeTCCs.csproj
58 lines (47 loc) · 2.26 KB
/
SistemaDeControleDeTCCs.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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<AssemblyVersion>1.0.0.1</AssemblyVersion>
<FileVersion>1.0.0.1</FileVersion>
<Version>1.0.0.1</Version>
<OutputType>WinExe</OutputType>
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\Imagens\**" />
<Content Remove="wwwroot\Imagens\**" />
<EmbeddedResource Remove="wwwroot\Imagens\**" />
<None Remove="wwwroot\Imagens\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Views\Tccs\Delete.cshtml.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="Views\Usuarios\Index1.cshtml" />
<Content Remove="Views\Usuarios\_AddOrEdit.cshtml" />
<Content Remove="Views\Shared\_Modal.cshtml" />
<Content Remove="wwwroot\js\Teste.js" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.4.4" />
<PackageReference Include="iTextSharp" Version="5.5.13.2" />
<PackageReference Include="KissLog.AspNetCore" Version="4.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="3.1.12" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.12" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="3.1.10" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.11" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.12" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.12">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="3.1.5" />
</ItemGroup>
<ItemGroup>
<None Include="wwwroot\js\site.js" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
<ProjectExtensions><VisualStudio><UserProperties properties_4servicedependencies_4sistemadecontroledetccs_x0020_-_x0020_web_x0020_deploy_4profile_1arm_1json__JsonSchema="" /></VisualStudio></ProjectExtensions>
</Project>