asd
This commit is contained in:
@@ -14,7 +14,7 @@ using System.Reflection;
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Calculator")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+e328bf3c49f7be41a3cf9120621f868fb751d471")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+39090a199e0e794411540b5a1be540daa0c8c85f")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Calculator")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Calculator")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
@@ -1 +1 @@
|
||||
c57ef5c07bd06fdd9a1acf9ddc4ee007f025c372138917bdc87e7596611562fa
|
||||
502e322ebf7687b91c66a3da23d9aa62cbb4b87446ea8ed96037282585457567
|
||||
|
||||
@@ -16,5 +16,5 @@ C:\Users\szabomarton\Desktop\ProgaOra\20241016\Calculator\Calculator\App.xaml
|
||||
198-556154604
|
||||
MainWindow.xaml;
|
||||
|
||||
False
|
||||
True
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
|
||||
|
||||
FC:\Users\szabomarton\Desktop\ProgaOra\20241016\Calculator\Calculator\MainWindow.xaml;;
|
||||
|
||||
@@ -141,7 +141,7 @@ namespace Calculator {
|
||||
return;
|
||||
}
|
||||
_contentLoaded = true;
|
||||
System.Uri resourceLocater = new System.Uri("/Calculator;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
System.Uri resourceLocater = new System.Uri("/Calculator;V1.0.0.0;component/mainwindow.xaml", System.UriKind.Relative);
|
||||
|
||||
#line 1 "..\..\..\MainWindow.xaml"
|
||||
System.Windows.Application.LoadComponent(this, resourceLocater);
|
||||
|
||||
Reference in New Issue
Block a user