Skip to content

Commit

Permalink
removing OPCUA
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Sep 26, 2024
1 parent bfe41ae commit aed9eda
Show file tree
Hide file tree
Showing 25 changed files with 50 additions and 12,003 deletions.
8 changes: 6 additions & 2 deletions src/AasSecurity/AasSecurity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@
<ErrorOnDuplicatePublishOutputFiles>false</ErrorOnDuplicatePublishOutputFiles>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication" Version="2.2.0" />
</ItemGroup>

<ItemGroup>
<Using Include="AasCore.Aas3_0"/>
<Using Include="AasCore.Aas3_0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AasxServerStandardBib\AasxServerStandardBib.csproj"/>
<ProjectReference Include="..\AasxServerStandardBib\AasxServerStandardBib.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/AasxServerBlazor/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"AasxServerBlazor": {
"commandName": "Project",
"commandLineArgs": "--with-db --start-index 100000 --save-temp 30 --no-security --secret-string-api 1234 --aasx-in-memory 1000 --data-path \"C:\\Development\\DB\" --edit --external-blazor http://localhost:5001",
"commandLineArgs": "--start-index 100000 --save-temp 30 --no-security --secret-string-api 1234 --aasx-in-memory 1000 --data-path \"C:\\Development\\DB\" --edit --external-blazor http://localhost:5001",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
Expand Down
823 changes: 0 additions & 823 deletions src/AasxServerStandardBib/AasEntityBuilder.cs

This file was deleted.

426 changes: 0 additions & 426 deletions src/AasxServerStandardBib/AasNodeManager.cs

This file was deleted.

1,984 changes: 0 additions & 1,984 deletions src/AasxServerStandardBib/AasUaEntities.cs

This file was deleted.

1,668 changes: 0 additions & 1,668 deletions src/AasxServerStandardBib/AasUaEntities.cs.bak

This file was deleted.

Loading

0 comments on commit aed9eda

Please sign in to comment.