Avoid binary file modification and fix proper file ending

This commit is contained in:
napoly 2025-06-17 15:43:13 +02:00
parent bbada8c2d6
commit fdb5747a69
2 changed files with 27 additions and 23 deletions

6
.gitattributes vendored
View file

@ -2,4 +2,8 @@
* text eol=crlf
# Explicitly set Unix LF endings for .sh files
*.sh text eol=lf
*.sh text eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

View file

@ -1,22 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BTCPayServer.Plugins.Monero", "BTCPayServer.Plugins.Monero.csproj", "{440E70AD-BA40-449C-8315-6A13D95B6ED7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BTCPayServer.Plugins.Monero", "BTCPayServer.Plugins.Monero.csproj", "{440E70AD-BA40-449C-8315-6A13D95B6ED7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{440E70AD-BA40-449C-8315-6A13D95B6ED7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal