This commit is contained in:
2020-11-29 11:05:11 +01:00
commit c0b307e98f
343 changed files with 24871 additions and 0 deletions

28
Mercat-1.csproj.user Normal file
View File

@@ -0,0 +1,28 @@
<?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="View\SingleNumericTextBoxView.xaml.cs">
<SubType>Code</SubType>
</Compile>
<Compile Update="View\Window1.xaml.cs">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Page Update="MainWindow.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="View\SingleNumericTextBoxView.xaml">
<SubType>Designer</SubType>
</Page>
<Page Update="View\Window1.xaml">
<SubType>Designer</SubType>
</Page>
</ItemGroup>
</Project>