diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..e8ca43f --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,6 @@ + + + enable + true + + \ No newline at end of file diff --git a/Directory.Build.targets b/Directory.Build.targets new file mode 100644 index 0000000..f75adf7 --- /dev/null +++ b/Directory.Build.targets @@ -0,0 +1,2 @@ + + diff --git a/Directory.Packages.props b/Directory.Packages.props new file mode 100644 index 0000000..bf26f11 --- /dev/null +++ b/Directory.Packages.props @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/DownKyi.Core/DownKyi.Core.csproj b/DownKyi.Core/DownKyi.Core.csproj index dd6810f..d9616fc 100644 --- a/DownKyi.Core/DownKyi.Core.csproj +++ b/DownKyi.Core/DownKyi.Core.csproj @@ -1,28 +1,66 @@ - + net6.0 enable enable - $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier) - - - - - - - + + + + + + + - - + + PreserveNewest - + + PreserveNewest + + + + + PreserveNewest + + + PreserveNewest + + + + + PreserveNewest + + + PreserveNewest + + + + + PreserveNewest + + + PreserveNewest + + + + + PreserveNewest + + + PreserveNewest + + + + + PreserveNewest + + PreserveNewest - diff --git a/DownKyi.sln b/DownKyi.sln index e967986..a4d97c6 100644 --- a/DownKyi.sln +++ b/DownKyi.sln @@ -4,6 +4,19 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DownKyi", "DownKyi\DownKyi. EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DownKyi.Core", "DownKyi.Core\DownKyi.Core.csproj", "{153A9B2C-7494-411C-BA0A-121A1024C08E}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0C40188E-3DE3-4D14-8838-5D2931466DE0}" + ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore + CHANGELOG.md = CHANGELOG.md + cliff.toml = cliff.toml + Directory.Build.props = Directory.Build.props + Directory.Build.targets = Directory.Build.targets + README.md = README.md + version.txt = version.txt + Directory.Packages.props = Directory.Packages.props + LICENSE = LICENSE + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/DownKyi/DownKyi.csproj b/DownKyi/DownKyi.csproj index d893cc5..7ab225c 100644 --- a/DownKyi/DownKyi.csproj +++ b/DownKyi/DownKyi.csproj @@ -11,33 +11,33 @@ - + - - - - + + + + - - - - - - + + + + + + - + - - NewVersionAvailableDialog.axaml - + + NewVersionAvailableDialog.axaml +