-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathAzureAutomationFormGenerator.WebUI.csproj
More file actions
39 lines (31 loc) · 1.48 KB
/
AzureAutomationFormGenerator.WebUI.csproj
File metadata and controls
39 lines (31 loc) · 1.48 KB
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
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TypeScriptToolsVersion>2.8</TypeScriptToolsVersion>
<TieredCompilation>true</TieredCompilation>
<UserSecretsId>28f12efa-768b-4fbd-b22a-984ed9e17c65</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.AzureAD.UI" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.Management.Automation" Version="3.8.1-preview" />
<PackageReference Include="Microsoft.Azure.Management.ResourceManager.Fluent" Version="1.19.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.2" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="1.0.172" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\lib\css\" />
<Folder Include="wwwroot\lib\jquery\" />
<Folder Include="wwwroot\lib\js\" />
<Folder Include="wwwroot\lib\animate-css\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\AzureAutomationFormGenerator.Persistence\AzureAutomationFormGenerator.Persistence.csproj" />
</ItemGroup>
<ItemGroup>
<Content Update="Views\Shared\Components\AzureRunbookForm\ErrorNoInput.cshtml">
<Pack>$(IncludeRazorContentInPack)</Pack>
</Content>
</ItemGroup>
</Project>