|
9 | 9 | </PropertyGroup> |
10 | 10 |
|
11 | 11 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
12 | | - <DefineConstants>DEBUG;TRACE;UseAasxCompatibilityModels</DefineConstants> |
13 | 12 | <DebugType>portable</DebugType> |
14 | 13 | <DebugSymbols>true</DebugSymbols> |
15 | 14 | </PropertyGroup> |
|
22 | 21 | <Using Include="AasCore.Aas3_0" /> |
23 | 22 | </ItemGroup> |
24 | 23 |
|
25 | | - <ItemGroup> |
26 | | - <PackageReference Include="HotChocolate.AspNetCore" Version="13.9.6" /> |
27 | | - <PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" /> |
28 | | - <PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0" /> |
29 | | - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6"> |
30 | | - <PrivateAssets>all</PrivateAssets> |
31 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
32 | | - </PackageReference> |
33 | | - <PackageReference Include="ScottPlot" Version="4.1.74" /> |
34 | | - <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> |
35 | | - </ItemGroup> |
| 24 | + <ItemGroup Condition="'$(DefineConstants)' != '' and $(DefineConstants.Contains('GRAPHQL'))"> |
| 25 | + <PackageReference Include="HotChocolate.AspNetCore" Version="13.9.6" /> |
| 26 | + </ItemGroup> |
| 27 | + <ItemGroup> |
| 28 | + <PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.6" /> |
| 29 | + <PackageReference Include="Microsoft.AspNetCore.Cors" Version="2.2.0" /> |
| 30 | + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.6"> |
| 31 | + <PrivateAssets>all</PrivateAssets> |
| 32 | + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
| 33 | + </PackageReference> |
| 34 | + <PackageReference Include="ScottPlot" Version="4.1.74" /> |
| 35 | + <PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" /> |
| 36 | + </ItemGroup> |
36 | 37 |
|
37 | | - <ItemGroup> |
| 38 | + <ItemGroup> |
38 | 39 | <ProjectReference Include="..\AasSecurity\AasSecurity.csproj" /> |
39 | 40 | <ProjectReference Include="..\AasxServerStandardBib\AasxServerStandardBib.csproj" /> |
40 | 41 | <ProjectReference Include="..\IO.Swagger.Lib.V3\IO.Swagger.Lib.V3.csproj" /> |
|
82 | 83 | <Folder Include="wwwroot\webfonts\" /> |
83 | 84 | </ItemGroup> |
84 | 85 |
|
85 | | - <ItemGroup> |
86 | | - <None Include="schema.json"> |
87 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
88 | | - </None> |
| 86 | + <ItemGroup> |
| 87 | + <None Include="schema.json"> |
| 88 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 89 | + </None> |
89 | 90 | </ItemGroup> |
90 | 91 |
|
91 | | - <ItemGroup> |
92 | | - <Content Update="Pages\Trustlist.razor"> |
93 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
94 | | - </Content> |
95 | | - <Content Update="Pages\Access.razor"> |
96 | | - <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
97 | | - </Content> |
| 92 | + <ItemGroup> |
| 93 | + <Content Update="Pages\Trustlist.razor"> |
| 94 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 95 | + </Content> |
| 96 | + <Content Update="Pages\Access.razor"> |
| 97 | + <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
| 98 | + </Content> |
98 | 99 | </ItemGroup> |
99 | 100 |
|
100 | 101 | <ItemGroup> |
101 | | - <None Update="accessrules.txt"> |
102 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 102 | + <None Update="accessrules.txt"> |
| 103 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
103 | 104 | </None> |
104 | | - <None Update="jsonschema-query.txt"> |
105 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 105 | + <None Update="jsonschema-query.txt"> |
| 106 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
106 | 107 | </None> |
107 | | - <None Update="jsonschema-access.txt"> |
108 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 108 | + <None Update="jsonschema-access.txt"> |
| 109 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
109 | 110 | </None> |
110 | 111 | <None Update="LICENSE.TXT"> |
111 | 112 | <ExcludeFromSingleFile>true</ExcludeFromSingleFile> |
|
0 commit comments