Skip to content

Commit

Permalink
Merge pull request #2632 from unoplatform/dev/erli/appsettings-embedd…
Browse files Browse the repository at this point in the history
…edres

chore: Set appsettings file as EmbeddedResource
  • Loading branch information
eriklimakc authored Dec 3, 2024
2 parents eb7986b + 83715e5 commit 44e66c1
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions testing/TestHarness/TestHarness/TestHarness.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,21 @@
<DefineConstants>$(DefineConstants);USE_UITESTS</DefineConstants>
</PropertyGroup>


<ItemGroup>
<EmbeddedResource Include="Ext\Authentication\Custom\appsettings.dummyjson.json" />
<EmbeddedResource Include="Ext\Authentication\Custom\appsettings.testbackend.json" />
<EmbeddedResource Include="Ext\Authentication\Msal\appsettings.msal.json" />
<EmbeddedResource Include="Ext\Authentication\Msal\appsettings.msalauthentication.json" />
<EmbeddedResource Include="Ext\Authentication\Msal\appsettings.multi.json" />
<EmbeddedResource Include="Ext\Authentication\Oidc\appsettings.oidc.json" />
<EmbeddedResource Include="Ext\Authentication\Web\appsettings.webauth.json" />
<EmbeddedResource Include="Ext\Authentication\Web\appsettings.webauthsettings.json" />
<EmbeddedResource Include="Ext\Core\Storage\appsettings.storage.json" />
<EmbeddedResource Include="Ext\Http\Endpoints\appsettings.httpendpoints.json" />
<EmbeddedResource Include="Ext\Http\Refit\appsettings.httprefit.json" />
<EmbeddedResource Include="Ext\Localization\appsettings.locale.json" />
<EmbeddedResource Include="Ext\Navigation\Apps\Commerce\appsettings.logging.json" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\src\Uno.Extensions.Authentication.Oidc\Uno.Extensions.Authentication.Oidc.WinUI.csproj" />
Expand Down Expand Up @@ -75,9 +89,9 @@
<ProjectReference Include="..\..\..\src\Uno.Extensions.Validation.Fluent\Uno.Extensions.Validation.Fluent.csproj" />
<ProjectReference Include="..\TestHarness.Core\TestHarness.Core.csproj" />

<PackageReference Include="Uno.Core.Extensions.Logging.Singleton"/>
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" />
<PackageReference Include="Uno.WinUI" />
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging"/>
<PackageReference Include="Uno.UI.Adapter.Microsoft.Extensions.Logging" />
<!--<PackageReference Include="Uno.Wasm.Bootstrap" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" />
<PackageReference Include="Uno.Resizetizer" />-->
Expand Down

0 comments on commit 44e66c1

Please sign in to comment.