File tree 1 file changed +6
-3
lines changed
WinUI3Localizer.SampleApp
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" >
2
2
<PropertyGroup >
3
3
<OutputType >WinExe</OutputType >
4
4
<TargetFramework >net7.0-windows10.0.19041.0</TargetFramework >
55
55
<PackageReference Include =" Serilog.Extensions.Logging" Version =" 3.1.0" />
56
56
<PackageReference Include =" Serilog.Sinks.Console" Version =" 4.1.0" />
57
57
<PackageReference Include =" Serilog.Sinks.File" Version =" 5.0.0" />
58
- <PackageReference Include =" WinUI3Localizer" Version =" 1.0.0" />
59
58
<Manifest Include =" $(ApplicationManifest)" />
60
59
</ItemGroup >
61
60
61
+ <ItemGroup >
62
+ <ProjectReference Include =" ..\WinUI3Localizer\WinUI3Localizer.csproj" />
63
+ </ItemGroup >
64
+
62
65
<!-- Defining the "Msix" ProjectCapability here allows the Single-project MSIX Packaging Tools extension
63
66
to be activated for this project even if the Windows App SDK Nuget package has not yet been restored -->
64
67
<ItemGroup Condition =" '$(DisableMsixProjectCapabilityAddedByProject)'!='true' and '$(EnablePreviewMsixTooling)'=='true'" >
121
124
</Page >
122
125
</ItemGroup >
123
126
124
- </Project >
127
+ </Project >
You can’t perform that action at this time.
0 commit comments