Remove .csproj.user file

This commit is contained in:
2023-03-18 10:59:19 +01:00
parent c8ffe57ff1
commit 649578e8bf
2 changed files with 2 additions and 35 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
WGneu/obj/
WGneu/bin/
WGneu/*.csproj.user
.vs

View File

@ -1,34 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<ApplicationDefinition Update="App.xaml">
<SubType>Designer</SubType>
</ApplicationDefinition>
</ItemGroup>
<ItemGroup>
<Compile Update="Windows\MemberListWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\DeliveryReceptionWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="Windows\DocumentViewerWindow.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="Windows\MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\MemberListWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\DeliveryReceptionWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="Windows\DocumentViewerWindow.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>