mirror of
https://github.com/greenshot/greenshot
synced 2025-08-23 06:36:20 -07:00
Updated dependencies, this makes MahApps.Metro in Greenshot work with dotnet core 3.0
This commit is contained in:
parent
43d7ebffc3
commit
5ab1ece38b
56 changed files with 495 additions and 116 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Box/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Box/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -44,13 +44,13 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<Costura IncludeDebugSymbols='false'>
|
<Costura IncludeDebugSymbols="false">
|
||||||
<IncludeAssemblies>
|
<IncludeAssemblies>
|
||||||
Dapplo.Confluence
|
Dapplo.Confluence
|
||||||
Dapplo.HttpExtensions.JsonSimple
|
Dapplo.HttpExtensions.JsonSimple
|
||||||
|
|
21
src/Greenshot.Addon.Confluence/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Confluence/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -51,13 +51,13 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Dapplo.Confluence" Version="0.8.14" />
|
<PackageReference Include="Dapplo.Confluence" Version="0.8.14" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Dropbox/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Dropbox/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,13 +46,13 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.ExternalCommand/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.ExternalCommand/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -38,11 +38,11 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="CliWrap" Version="2.1.0" />
|
<PackageReference Include="CliWrap" Version="2.1.0" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Flickr/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Flickr/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,11 +46,11 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.GooglePhotos/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.GooglePhotos/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,11 +46,11 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Imgur/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Imgur/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,15 +46,15 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="MahApps.Metro" Version="1.6.5" />
|
<PackageReference Include="MahApps.Metro" Version="2.0.0-alpha0121" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<Costura IncludeDebugSymbols='false'>
|
<Costura IncludeDebugSymbols="false">
|
||||||
<IncludeAssemblies>
|
<IncludeAssemblies>
|
||||||
Dapplo.Jira
|
Dapplo.Jira
|
||||||
</IncludeAssemblies>
|
</IncludeAssemblies>
|
||||||
|
|
21
src/Greenshot.Addon.Jira/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Jira/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -48,14 +48,14 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Utils" Version="1.1.9" />
|
<PackageReference Include="Dapplo.Utils" Version="1.1.9" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Dapplo.Jira" Version="0.8.7" />
|
<PackageReference Include="Dapplo.Jira" Version="0.8.7" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.LegacyEditor/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.LegacyEditor/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -133,12 +133,12 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="CommonServiceLocator" Version="2.0.4" />
|
<PackageReference Include="CommonServiceLocator" Version="2.0.4" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Dapplo.Windows.Icons" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Icons" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Lutim/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Lutim/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,13 +46,13 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="MahApps.Metro" Version="1.6.5" />
|
<PackageReference Include="MahApps.Metro" Version="2.0.0-alpha0121" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.OCR/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.OCR/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -38,10 +38,10 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Office/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Office/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -45,8 +45,8 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Interop.Microsoft.Office.Interop.OneNote" Version="1.1.0" />
|
<PackageReference Include="Interop.Microsoft.Office.Interop.OneNote" Version="1.1.0" />
|
||||||
<PackageReference Include="Microsoft.Office.Interop.Excel" Version="15.0.4795.1000" />
|
<PackageReference Include="Microsoft.Office.Interop.Excel" Version="15.0.4795.1000" />
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
<PackageReference Include="Microsoft.Office.Interop.PowerPoint" Version="15.0.4420.1017" />
|
<PackageReference Include="Microsoft.Office.Interop.PowerPoint" Version="15.0.4420.1017" />
|
||||||
<PackageReference Include="Microsoft.Office.Interop.Word" Version="15.0.4797.1003" />
|
<PackageReference Include="Microsoft.Office.Interop.Word" Version="15.0.4797.1003" />
|
||||||
<PackageReference Include="MicrosoftOfficeCore" Version="15.0.0" />
|
<PackageReference Include="MicrosoftOfficeCore" Version="15.0.0" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.OneDrive/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.OneDrive/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,13 +46,13 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="MahApps.Metro" Version="1.6.5" />
|
<PackageReference Include="MahApps.Metro" Version="2.0.0-alpha0121" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Photobucket/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Photobucket/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,11 +46,11 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addon.Tfs/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addon.Tfs/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -46,13 +46,13 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="MahApps.Metro" Version="1.6.5" />
|
<PackageReference Include="MahApps.Metro" Version="2.0.0-alpha0121" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
|
|
|
@ -50,8 +50,8 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot.Addons/FodyWeavers.xsd
Normal file
21
src/Greenshot.Addons/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -43,15 +43,14 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="ControlzEx" Version="3.0.2.4" />
|
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration">
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration">
|
||||||
<Version>1.2.2</Version>
|
<Version>1.2.5</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Toasts">
|
<PackageReference Include="Dapplo.CaliburnMicro.Toasts">
|
||||||
<Version>1.2.2</Version>
|
<Version>1.2.5</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations">
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations">
|
||||||
<Version>1.2.2</Version>
|
<Version>1.2.5</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Dapplo.HttpExtensions">
|
<PackageReference Include="Dapplo.HttpExtensions">
|
||||||
<Version>0.9.15</Version>
|
<Version>0.9.15</Version>
|
||||||
|
@ -68,12 +67,12 @@
|
||||||
<PackageReference Include="Dapplo.Windows.Icons">
|
<PackageReference Include="Dapplo.Windows.Icons">
|
||||||
<Version>0.7.24</Version>
|
<Version>0.7.24</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="MahApps.Metro.IconPacks">
|
<PackageReference Include="MahApps.Metro.IconPacks">
|
||||||
<Version>2.3.0</Version>
|
<Version>3.0.0-alpha0088</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Svg">
|
<PackageReference Include="Svg">
|
||||||
<Version>2.3.0</Version>
|
<Version>2.3.0</Version>
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations">
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations">
|
||||||
<Version>1.2.2</Version>
|
<Version>1.2.5</Version>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Svg">
|
<PackageReference Include="Svg">
|
||||||
<Version>2.3.0</Version>
|
<Version>2.3.0</Version>
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="BenchmarkDotNet" Version="0.11.2" />
|
<PackageReference Include="BenchmarkDotNet" Version="0.11.2" />
|
||||||
<PackageReference Include="CommandLineParser" Version="2.3.0" />
|
<PackageReference Include="CommandLineParser" Version="2.3.0" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Log.XUnit" Version="1.3.11" />
|
<PackageReference Include="Dapplo.Log.XUnit" Version="1.3.11" />
|
||||||
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.2">
|
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.2">
|
||||||
|
|
|
@ -1,16 +1,40 @@
|
||||||
using System.ComponentModel;
|
#region Greenshot GNU General Public License
|
||||||
|
|
||||||
|
// Greenshot - a free and open source screenshot tool
|
||||||
|
// Copyright (C) 2007-2018 Thomas Braun, Jens Klingen, Robin Krom
|
||||||
|
//
|
||||||
|
// For more information see: http://getgreenshot.org/
|
||||||
|
// The Greenshot project is hosted on GitHub https://github.com/greenshot/greenshot
|
||||||
|
//
|
||||||
|
// This program is free software: you can redistribute it and/or modify
|
||||||
|
// it under the terms of the GNU General Public License as published by
|
||||||
|
// the Free Software Foundation, either version 1 of the License, or
|
||||||
|
// (at your option) any later version.
|
||||||
|
//
|
||||||
|
// This program is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
// GNU General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU General Public License
|
||||||
|
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
|
using System.ComponentModel;
|
||||||
using Dapplo.CaliburnMicro.Metro;
|
using Dapplo.CaliburnMicro.Metro;
|
||||||
|
using Dapplo.CaliburnMicro.Metro.Configuration;
|
||||||
using Dapplo.Config.Ini;
|
using Dapplo.Config.Ini;
|
||||||
|
|
||||||
namespace Greenshot.Configuration
|
namespace Greenshot.Configuration
|
||||||
{
|
{
|
||||||
[IniSection("Metro")]
|
[IniSection("Metro")]
|
||||||
public interface IMetroConfiguration : IIniSection
|
public interface IMetroConfiguration : IIniSection, IMetroUiConfiguration
|
||||||
{
|
{
|
||||||
[DefaultValue(Themes.BaseLight)]
|
[DefaultValue(Themes.Light)]
|
||||||
Themes Theme { get; set; }
|
new Themes Theme { get; set; }
|
||||||
|
|
||||||
[DefaultValue(ThemeAccents.Orange)]
|
[DefaultValue(ThemeAccents.Olive)]
|
||||||
ThemeAccents ThemeAccent { get; set; }
|
new ThemeAccents ThemeAccent { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Weavers>
|
<Weavers xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="FodyWeavers.xsd">
|
||||||
<AutoProperties />
|
<AutoProperties />
|
||||||
</Weavers>
|
</Weavers>
|
21
src/Greenshot/FodyWeavers.xsd
Normal file
21
src/Greenshot/FodyWeavers.xsd
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||||
|
<!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuild. -->
|
||||||
|
<xs:element name="Weavers">
|
||||||
|
<xs:complexType>
|
||||||
|
<xs:all>
|
||||||
|
<xs:element name="AutoProperties" minOccurs="0" maxOccurs="1" type="xs:anyType" />
|
||||||
|
</xs:all>
|
||||||
|
<xs:attribute name="VerifyAssembly" type="xs:boolean">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>'true' to run assembly verification on the target assembly after all weavers have been finished.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
<xs:attribute name="VerifyIgnoreCodes" type="xs:string">
|
||||||
|
<xs:annotation>
|
||||||
|
<xs:documentation>A comma separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>
|
||||||
|
</xs:annotation>
|
||||||
|
</xs:attribute>
|
||||||
|
</xs:complexType>
|
||||||
|
</xs:element>
|
||||||
|
</xs:schema>
|
|
@ -80,11 +80,11 @@
|
||||||
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
<PackageReference Include="AutoProperties.Fody" Version="1.19.0" />
|
||||||
<PackageReference Include="CommandLineParser" Version="2.3.0" />
|
<PackageReference Include="CommandLineParser" Version="2.3.0" />
|
||||||
<PackageReference Include="CommonServiceLocator" Version="2.0.4" />
|
<PackageReference Include="CommonServiceLocator" Version="2.0.4" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Dapp" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Dapp" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Configuration" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Metro" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Metro" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Toasts" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Toasts" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.2" />
|
<PackageReference Include="Dapplo.CaliburnMicro.Translations" Version="1.2.5" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.JsonNet" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
<PackageReference Include="Dapplo.HttpExtensions.OAuth" Version="0.9.15" />
|
||||||
<PackageReference Include="Dapplo.Log.LogFile" Version="1.3.11" />
|
<PackageReference Include="Dapplo.Log.LogFile" Version="1.3.11" />
|
||||||
|
@ -92,12 +92,12 @@
|
||||||
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Clipboard" Version="0.7.24" />
|
||||||
<PackageReference Include="Dapplo.Windows.Icons" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Icons" Version="0.7.24" />
|
||||||
<PackageReference Include="Dapplo.Windows.Multimedia" Version="0.7.24" />
|
<PackageReference Include="Dapplo.Windows.Multimedia" Version="0.7.24" />
|
||||||
<PackageReference Include="Fody" Version="3.2.17">
|
<PackageReference Include="Fody" Version="3.3.0">
|
||||||
<PrivateAssets>all</PrivateAssets>
|
<PrivateAssets>all</PrivateAssets>
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="gong-wpf-dragdrop" Version="2.0.0-alpha0099" />
|
<PackageReference Include="gong-wpf-dragdrop" Version="2.0.0-alpha0099" />
|
||||||
<PackageReference Include="MahApps.Metro.IconPacks" Version="2.3.0" />
|
<PackageReference Include="MahApps.Metro.IconPacks" Version="3.0.0-alpha0088" />
|
||||||
<PackageReference Include="Svg" Version="2.3.0" />
|
<PackageReference Include="Svg" Version="2.3.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
@ -99,8 +99,7 @@ namespace Greenshot.Ui.Configuration.ViewModels
|
||||||
{
|
{
|
||||||
// Manually commit
|
// Manually commit
|
||||||
MetroConfiguration.CommitTransaction();
|
MetroConfiguration.CommitTransaction();
|
||||||
MetroWindowManager.ChangeTheme(MetroConfiguration.Theme);
|
MetroWindowManager.ChangeTheme(MetroConfiguration.Theme, MetroConfiguration.ThemeAccent);
|
||||||
MetroWindowManager.ChangeThemeAccent(MetroConfiguration.ThemeAccent);
|
|
||||||
|
|
||||||
CoreConfiguration.CommitTransaction();
|
CoreConfiguration.CommitTransaction();
|
||||||
// TODO: Fix
|
// TODO: Fix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue