|
1 |
| -<Project Sdk="Microsoft.NET.Sdk.Web"> |
2 |
| - |
3 |
| - <PropertyGroup> |
4 |
| - <TargetFramework>net6.0</TargetFramework> |
5 |
| - <UserSecretsId>b2d0ab73-8f42-4b3f-9415-ab542610a5f8</UserSecretsId> |
6 |
| - <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> |
7 |
| - <DockerfileContext>.</DockerfileContext> |
8 |
| - </PropertyGroup> |
9 |
| - |
10 |
| - <ItemGroup> |
11 |
| - <Compile Remove="OPC Foundation\**" /> |
12 |
| - <Content Remove="OPC Foundation\**" /> |
13 |
| - <EmbeddedResource Remove="OPC Foundation\**" /> |
14 |
| - <None Remove="OPC Foundation\**" /> |
15 |
| - </ItemGroup> |
16 |
| - |
17 |
| - <ItemGroup> |
18 |
| - <None Remove="aasenv-with-no-id.aas.xml" /> |
19 |
| - <None Remove="Application.Config.xml" /> |
20 |
| - <None Remove="submodel.aas.xml" /> |
21 |
| - <None Remove="submodel.adt.xml" /> |
22 |
| - <None Remove="UANodeSet.aasx" /> |
23 |
| - </ItemGroup> |
24 |
| - |
25 |
| - <ItemGroup> |
26 |
| - <Content Include="aasenv-with-no-id.aas.xml"> |
27 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
28 |
| - </Content> |
29 |
| - <Content Include="Application.Config.xml"> |
30 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
31 |
| - </Content> |
32 |
| - <Content Include="submodel.aas.xml"> |
33 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
34 |
| - </Content> |
35 |
| - <Content Include="submodel.adt.xml"> |
36 |
| - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
37 |
| - </Content> |
38 |
| - </ItemGroup> |
39 |
| - |
40 |
| - <ItemGroup> |
41 |
| - <PackageReference Include="Azure.DigitalTwins.Core" Version="1.4.0" /> |
42 |
| - <PackageReference Include="Azure.Identity" Version="1.11.0" /> |
43 |
| - <PackageReference Include="Microsoft.Azure.Kusto.Data" Version="12.2.0" /> |
44 |
| - <PackageReference Include="Microsoft.Azure.Kusto.Ingest" Version="12.2.0" /> |
45 |
| - <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" /> |
46 |
| - <PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.5.374.36" /> |
47 |
| - <PackageReference Include="System.IO.Packaging" Version="8.0.0" /> |
48 |
| - </ItemGroup> |
49 |
| - |
50 |
| - <ItemGroup> |
51 |
| - <Folder Include="Views\UACL\" /> |
52 |
| - <Folder Include="wwwroot\lib\jstree\themes\default\" /> |
53 |
| - </ItemGroup> |
54 |
| - |
55 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk.Web"> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>net6.0</TargetFramework> |
| 5 | + <UserSecretsId>b2d0ab73-8f42-4b3f-9415-ab542610a5f8</UserSecretsId> |
| 6 | + <DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> |
| 7 | + <DockerfileContext>.</DockerfileContext> |
| 8 | + </PropertyGroup> |
| 9 | + |
| 10 | + <ItemGroup> |
| 11 | + <Compile Remove="OPC Foundation\**" /> |
| 12 | + <Content Remove="OPC Foundation\**" /> |
| 13 | + <EmbeddedResource Remove="OPC Foundation\**" /> |
| 14 | + <None Remove="OPC Foundation\**" /> |
| 15 | + </ItemGroup> |
| 16 | + |
| 17 | + <ItemGroup> |
| 18 | + <None Remove="aasenv-with-no-id.aas.xml" /> |
| 19 | + <None Remove="Application.Config.xml" /> |
| 20 | + <None Remove="submodel.aas.xml" /> |
| 21 | + <None Remove="submodel.adt.xml" /> |
| 22 | + <None Remove="UANodeSet.aasx" /> |
| 23 | + </ItemGroup> |
| 24 | + |
| 25 | + <ItemGroup> |
| 26 | + <Content Include="aasenv-with-no-id.aas.xml"> |
| 27 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 28 | + </Content> |
| 29 | + <Content Include="Application.Config.xml"> |
| 30 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 31 | + </Content> |
| 32 | + <Content Include="submodel.aas.xml"> |
| 33 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 34 | + </Content> |
| 35 | + <Content Include="submodel.adt.xml"> |
| 36 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 37 | + </Content> |
| 38 | + </ItemGroup> |
| 39 | + |
| 40 | + <ItemGroup> |
| 41 | + <PackageReference Include="Azure.DigitalTwins.Core" Version="1.4.0" /> |
| 42 | + <PackageReference Include="Azure.Identity" Version="1.11.4" /> |
| 43 | + <PackageReference Include="Microsoft.Azure.Kusto.Data" Version="12.2.0" /> |
| 44 | + <PackageReference Include="Microsoft.Azure.Kusto.Ingest" Version="12.2.0" /> |
| 45 | + <PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.20.1" /> |
| 46 | + <PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="1.5.374.36" /> |
| 47 | + <PackageReference Include="System.IO.Packaging" Version="8.0.0" /> |
| 48 | + </ItemGroup> |
| 49 | + |
| 50 | + <ItemGroup> |
| 51 | + <Folder Include="Views\UACL\" /> |
| 52 | + <Folder Include="wwwroot\lib\jstree\themes\default\" /> |
| 53 | + </ItemGroup> |
| 54 | + |
| 55 | +</Project> |
0 commit comments