Updated .gitignore

This commit is contained in:
Enrico Ludwig 2024-09-02 17:24:41 +02:00
parent dae1e0d566
commit 2fcf63cf86
3 changed files with 7 additions and 6 deletions

1
.gitignore vendored
View File

@ -20,6 +20,7 @@
mono_crash.*
# Build results
[Bb]uild/
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/

View File

@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterRaid", "BetterRaid.csproj", "{77D4100D-424A-4E36-BFF2-14A40F217605}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BetterRaid", "BetterRaid.csproj", "{70C6D45A-B5F3-44EB-B37A-10A7EC654CC5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@ -11,10 +11,10 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77D4100D-424A-4E36-BFF2-14A40F217605}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77D4100D-424A-4E36-BFF2-14A40F217605}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77D4100D-424A-4E36-BFF2-14A40F217605}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77D4100D-424A-4E36-BFF2-14A40F217605}.Release|Any CPU.Build.0 = Release|Any CPU
{70C6D45A-B5F3-44EB-B37A-10A7EC654CC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70C6D45A-B5F3-44EB-B37A-10A7EC654CC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70C6D45A-B5F3-44EB-B37A-10A7EC654CC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70C6D45A-B5F3-44EB-B37A-10A7EC654CC5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE

View File

@ -3,7 +3,7 @@
xmlns:vm="using:BetterRaid.ViewModels"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="300" d:DesignHeight="450"
mc:Ignorable="d" d:DesignWidth="600" d:DesignHeight="800"
Width="600"
Height="800"
x:Class="BetterRaid.Views.MainWindow"