Skip to content

Commit

Permalink
Add reference for WinUI3Localizer project instead of NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKeepCoding committed Jan 31, 2023
1 parent 0319839 commit 54ea7d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions WinUI3Localizer.SampleApp/WinUI3Localizer.SampleApp.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows10.0.19041.0</TargetFramework>
Expand Down Expand Up @@ -55,10 +55,13 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="3.1.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="WinUI3Localizer" Version="1.0.0" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

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

<!-- Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging Tools extension
to be activated for this project even if the Windows App SDK Nuget package has not yet been restored -->
<ItemGroup Condition="'$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnablePreviewMsixTooling)'=='true'">
Expand Down Expand Up @@ -121,4 +124,4 @@
</Page>
</ItemGroup>

</Project>
</Project>

0 comments on commit 54ea7d1

Please sign in to comment.