Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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