Rename to Elwig

This commit is contained in:
2023-03-18 10:57:59 +01:00
parent c27b7b8846
commit c8ffe57ff1
45 changed files with 72 additions and 68 deletions

34
WGneu/Elwig.csproj.user Normal file
View File

@ -0,0 +1,34 @@
<?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>