CopyLocalLockFileAssemblies set true
This commit is contained in:
parent
f6a4e6c4f1
commit
0637d34253
|
|
@ -4,6 +4,7 @@
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@
|
||||||
<TargetFramework>net9.0</TargetFramework>
|
<TargetFramework>net9.0</TargetFramework>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,9 @@ namespace FruitBank.Common;
|
||||||
public static class FruitBankConstClient
|
public static class FruitBankConstClient
|
||||||
{
|
{
|
||||||
public static string DefaultLocale = "en-US";
|
public static string DefaultLocale = "en-US";
|
||||||
public static string BaseUrl = "https://localhost:7144";
|
|
||||||
|
public static string BaseUrl = "https://localhost:59579"; //FrutiBank nop
|
||||||
|
//public static string BaseUrl = "https://localhost:7144"; //HybridApp
|
||||||
|
|
||||||
|
|
||||||
public static string DefaultHubName = "fbHub";
|
public static string DefaultHubName = "fbHub";
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
07ecfb57284434d1a0392647958ad6007606136a594ff7294bd13ee9410073cb
|
24e1157d04721ca9656129a24bc6880f20d9093cfba1172088128d6da4c92d6e
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -14,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid.Web.Client")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid.Web.Client")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bde787caf0091dfc57e28baa4eabd6c47700ffc9")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f6a4e6c4f106872ae52c2d9761c6a7cb3917271c")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid.Web.Client")]
|
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid.Web.Client")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid.Web.Client")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid.Web.Client")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
41ee5c2faceb7e388b56e74b5a4feb98526e5af578375fdd550b34f015c33923
|
007fd24aaac37e66eccf82dc34d882c34322edc3d846839ceaf98b819bc84604
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -23,7 +23,6 @@ builder.Services.AddSingleton<IAcLogWriterBase, ConsoleLogWriter>();
|
||||||
//builder.Services.AddSingleton<SessionService>();
|
//builder.Services.AddSingleton<SessionService>();
|
||||||
|
|
||||||
builder.Services.AddScoped<FruitBankDataController>();
|
builder.Services.AddScoped<FruitBankDataController>();
|
||||||
|
|
||||||
builder.Services.AddSignalR(options => options.MaximumReceiveMessageSize = 256 * 1024);
|
builder.Services.AddSignalR(options => options.MaximumReceiveMessageSize = 256 * 1024);
|
||||||
|
|
||||||
var app = builder.Build();
|
var app = builder.Build();
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid.Web")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid.Web")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bde787caf0091dfc57e28baa4eabd6c47700ffc9")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+f6a4e6c4f106872ae52c2d9761c6a7cb3917271c")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid.Web")]
|
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid.Web")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid.Web")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid.Web")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
843e0d79e72c8ccf1d3b665a45dcc5d6ef291ed9c01fe6824b537010cde0a13e
|
aa1e0e3fdd28336404586eb57ff8e36d2ba1b4e278ef22f51137bab8ab98752b
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -268,3 +268,29 @@ H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\D
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Web.Client\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// Ezt a kódot eszköz generálta.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Futásidejű verzió:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Ennek a fájlnak a módosítása helytelen viselkedést eredményezhet, és elvész, ha
|
||||||
// the code is regenerated.
|
// a kódot újragenerálják.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+bde787caf0091dfc57e28baa4eabd6c47700ffc9")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+f6a4e6c4f106872ae52c2d9761c6a7cb3917271c")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
a6b79ccdbeb0ed192f85348fe910e19c04980b7bd0fa2bdb551e59337b0facdd
|
d9b4e1f61084ac729f2e533c5798817c0b41497837035280539d826c1e1ba573
|
||||||
|
|
|
||||||
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -106,3 +106,5 @@ H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// Ezt a kódot eszköz generálta.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Futásidejű verzió:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Ennek a fájlnak a módosítása helytelen viselkedést eredményezhet, és elvész, ha
|
||||||
// the code is regenerated.
|
// a kódot újragenerálják.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+bde787caf0091dfc57e28baa4eabd6c47700ffc9")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+f6a4e6c4f106872ae52c2d9761c6a7cb3917271c")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
65a244813cd626098c5e99289e140d24a8848ecda053d7ecb81dd75daf1a2204
|
e4ea8d5d215d544dee69b644cac265f561b47dc7556ab6279d3115989d0af314
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,10 +1,10 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// Ezt a kódot eszköz generálta.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Futásidejű verzió:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Ennek a fájlnak a módosítása helytelen viselkedést eredményezhet, és elvész, ha
|
||||||
// the code is regenerated.
|
// a kódot újragenerálják.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -14,7 +14,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+bde787caf0091dfc57e28baa4eabd6c47700ffc9")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+f6a4e6c4f106872ae52c2d9761c6a7cb3917271c")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
9f91198eafbba4a33ffb7acf847c42b06480d0b18f91e9ca19cb3c034d413dd2
|
145f6a34194295e2dec3c633aab40a840343f64896a1ecba210a195663ba4894
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1,10 +1,10 @@
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// <auto-generated>
|
// <auto-generated>
|
||||||
// This code was generated by a tool.
|
// Ezt a kódot eszköz generálta.
|
||||||
// Runtime Version:4.0.30319.42000
|
// Futásidejű verzió:4.0.30319.42000
|
||||||
//
|
//
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
// Ennek a fájlnak a módosítása helytelen viselkedést eredményezhet, és elvész, ha
|
||||||
// the code is regenerated.
|
// a kódot újragenerálják.
|
||||||
// </auto-generated>
|
// </auto-generated>
|
||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@ using System.Reflection;
|
||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+bde787caf0091dfc57e28baa4eabd6c47700ffc9")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0+f6a4e6c4f106872ae52c2d9761c6a7cb3917271c")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyProductAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("FruitBankHybrid")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
b37c94bc6694b145329b1f44e1688239a8264514e544ffce65069f1c0f6e1138
|
7b505b1bf6c13963f5161d3dd51caadf3c4a13bb3ed3fdd7d5672c93a8d89e07
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1 +1 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><XamlFeatureControlFlags>EnableXBindDiagnostics, EnableDefaultValidationContextGeneration, EnableWin32Codegen, UsingCSWinRT</XamlFeatureControlFlags><ReferenceAssemblyList><LocalAssembly PathName="h:\applications\mango\source\fruitbankhybridapp\fruitbankhybrid\obj\debug\net9.0-windows10.0.19041.0\win10-x64\intermediatexaml\fruitbankhybrid.dll" HashGuid="d105442c-e0d2-b60a-0f00-fbbf9b5aa89b" /><ReferenceAssembly PathName="h:\applications\mango\source\fruitbankhybridapp\fruitbankhybrid.shared\bin\debug\net9.0\fruitbankhybrid.shared.dll" HashGuid="3dc77877-c466-40cd-acda-79ca0395dac2" /><ReferenceAssembly PathName="c:\users\fullepi\.nuget\packages\microsoft.web.webview2\1.0.3179.45\lib_manual\net8.0-windows10.0.17763.0\microsoft.web.webview2.core.projection.dll" HashGuid="10206ce0-5656-b06f-f85b-0c1b4799072a" /></ReferenceAssemblyList><XamlSourceFileDataList><XamlSourceFileData XamlFileName="Platforms\Windows\App.xaml" ClassFullName="FruitBankHybrid.WinUI.App" GeneratedCodePathPrefix="H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid\obj\Debug\net9.0-windows10.0.19041.0\win10-x64\Platforms\Windows\App" XamlFileTimeAtLastCompileInTicks="638922264223914851" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
|
<?xml version="1.0" encoding="utf-8"?><XamlCompilerSaveState><XamlFeatureControlFlags>EnableXBindDiagnostics, EnableDefaultValidationContextGeneration, EnableWin32Codegen, UsingCSWinRT</XamlFeatureControlFlags><ReferenceAssemblyList><LocalAssembly PathName="h:\applications\mango\source\fruitbankhybridapp\fruitbankhybrid\obj\debug\net9.0-windows10.0.19041.0\win10-x64\intermediatexaml\fruitbankhybrid.dll" HashGuid="d105442c-e0d2-b60a-0f00-fbbf9b5aa89b" /><ReferenceAssembly PathName="h:\applications\mango\source\fruitbankhybridapp\fruitbankhybrid.shared\bin\debug\net9.0\fruitbankhybrid.shared.dll" HashGuid="36221dcc-f6de-6c99-e71d-65453ba58d6d" /><ReferenceAssembly PathName="c:\users\fullepi\.nuget\packages\microsoft.web.webview2\1.0.3179.45\lib_manual\net8.0-windows10.0.17763.0\microsoft.web.webview2.core.projection.dll" HashGuid="10206ce0-5656-b06f-f85b-0c1b4799072a" /></ReferenceAssemblyList><XamlSourceFileDataList><XamlSourceFileData XamlFileName="Platforms\Windows\App.xaml" ClassFullName="FruitBankHybrid.WinUI.App" GeneratedCodePathPrefix="H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid\obj\Debug\net9.0-windows10.0.19041.0\win10-x64\Platforms\Windows\App" XamlFileTimeAtLastCompileInTicks="638922264223914851" HasBoundEventAssignments="False" /></XamlSourceFileDataList></XamlCompilerSaveState>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -96,3 +96,5 @@ H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
H:\Applications\Mango\Source\FruitBankHybridApp\FruitBankHybrid.Shared\obj\Debug\net9.0\staticwebassets.build.json
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue