File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
WinUI3Localizer.SampleApp Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >WinExe</OutputType >
44 <TargetFramework >net7.0-windows10.0.19041.0</TargetFramework >
5555 <PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.1.0" />
5656 <PackageReference Include =" Serilog.Sinks.Console" Version =" 4.1.0" />
5757 <PackageReference Include =" Serilog.Sinks.File" Version =" 5.0.0" />
58- <PackageReference Include =" WinUI3Localizer" Version =" 1.0.0" />
5958 <Manifest Include =" $(ApplicationManifest)" />
6059 </ItemGroup >
6160
61+ <ItemGroup >
62+ <ProjectReference Include =" ..\WinUI3Localizer\WinUI3Localizer.csproj" />
63+ </ItemGroup >
64+
6265 <!-- Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging Tools extension
6366 to be activated for this project even if the Windows App SDK Nuget package has not yet been restored -->
6467 <ItemGroup Condition =" '$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnablePreviewMsixTooling)'=='true'" >
121124 </Page >
122125 </ItemGroup >
123126
124- </Project >
127+ </Project >
You can’t perform that action at this time.
0 commit comments