Skip to content

Commit

Permalink
eol renormalized; should prevent phantom edits from popping up.
Browse files Browse the repository at this point in the history
  • Loading branch information
martafullen committed Nov 22, 2023
1 parent 4d0cb89 commit 8ac59ab
Show file tree
Hide file tree
Showing 19 changed files with 1,891 additions and 1,891 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
* text=auto
* autocrlf=true
* core.autocrlf=true

*.cs text eol=crlf
.xaml diff
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ sample-aasx/
/src/BlazorUI/09_SchneiderElectric.aasx
/.vs/aasx-package-explorer/v16/.suo
/.vs/slnx.sqlite
/.vs/aasx-package-explorer/v17/.suo
/src/WpfXamlTool/Properties/AssemblyInfo.cs
/src/WpfMtpVisuViewer/Properties/AssemblyInfo.cs
/src/WpfMtpControl/Properties/AssemblyInfo.cs
/src/MsaglWpfControl/Properties/AssemblyInfo.cs
/.vs/aasx-package-explorer/v17/.suo
/src/WpfXamlTool/Properties/AssemblyInfo.cs
/src/WpfMtpVisuViewer/Properties/AssemblyInfo.cs
/src/WpfMtpControl/Properties/AssemblyInfo.cs
/src/MsaglWpfControl/Properties/AssemblyInfo.cs
4 changes: 2 additions & 2 deletions src/AasxPackageExplorer/AasxPackageExplorer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<None Update="IDTA_and_PI40_t.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="options-debug.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<None Update="options-debug.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="options-debug.MIHO.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
Expand Down
14 changes: 7 additions & 7 deletions src/AasxPackageExplorer/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"profiles": {
"AasxPackageExplorer": {
"commandName": "Project",
"commandLineArgs": "-read-json options-debug.json -script debug.MIHO.script"
}
}
{
"profiles": {
"AasxPackageExplorer": {
"commandName": "Project",
"commandLineArgs": "-read-json options-debug.json -script debug.MIHO.script"
}
}
}
Loading

0 comments on commit 8ac59ab

Please sign in to comment.