File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Flow.Launcher.Infrastructure Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 38
38
39
39
<ItemGroup >
40
40
<Compile Include =" ..\SolutionAssemblyInfo.cs" Link =" Properties\SolutionAssemblyInfo.cs" />
41
+ <None Include =" FodyWeavers.xml" />
41
42
</ItemGroup >
42
43
43
44
<ItemGroup >
55
56
<PackageReference Include =" Pinyin4DotNet" Version =" 2016.4.23.4" />
56
57
<PackageReference Include =" System.Drawing.Common" Version =" 4.7.0" />
57
58
<PackageReference Include =" System.Runtime" Version =" 4.3.1" />
59
+ <PackageReference Include =" PropertyChanged.Fody" Version =" 2.5.13" />
58
60
</ItemGroup >
59
61
60
62
<ItemGroup >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Weavers xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" FodyWeavers.xsd" >
3
+ <PropertyChanged />
4
+ </Weavers >
You can’t perform that action at this time.
0 commit comments