Update libs steamware + update startup
This commit is contained in:
+10
@@ -16,6 +16,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||
.editorconfig = .editorconfig
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NKC-IO", "NKC-IO\NKC-IO.csproj", "{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
@@ -56,6 +58,14 @@ Global
|
||||
{5A0B6E45-169B-44D4-9E24-13718B8EB7CC}.Prod|Any CPU.Build.0 = Release|Any CPU
|
||||
{5A0B6E45-169B-44D4-9E24-13718B8EB7CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5A0B6E45-169B-44D4-9E24-13718B8EB7CC}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Debug-LELE|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Debug-LELE|Any CPU.Build.0 = Debug|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Prod|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Prod|Any CPU.Build.0 = Release|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{4CA4B5AA-5AEF-4856-B95D-E699BE07B0B4}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -15,10 +15,6 @@ namespace NKC_WF.App_Start
|
||||
{
|
||||
// inizializzo appConf prima di tutto il resto...
|
||||
memLayer.ML.resetAppConf();
|
||||
logger.lg.scriviLog("resetAppConf DONE", tipoLog.STARTUP);
|
||||
// reset vocabolario
|
||||
DataWrap.DW.resetVocabolario();
|
||||
logger.lg.scriviLog("resetVocabolario DONE", tipoLog.STARTUP);
|
||||
logger.lg.scriviLog("Completed preliminary setup AppConf execution", tipoLog.STARTUP);
|
||||
}
|
||||
catch (Exception exc)
|
||||
|
||||
@@ -128,8 +128,8 @@
|
||||
<Reference Include="StackExchange.Redis, Version=2.0.0.0, Culture=neutral, PublicKeyToken=c219ff1ca8c2ce46, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\StackExchange.Redis.2.1.58\lib\net461\StackExchange.Redis.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SteamWare, Version=4.0.2003.734, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SteamWare.4.0.2003.734\lib\net462\SteamWare.dll</HintPath>
|
||||
<Reference Include="SteamWare, Version=4.1.2008.735, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SteamWare.4.1.2008.735\lib\net462\SteamWare.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
||||
|
||||
+2
-2
@@ -27,7 +27,7 @@
|
||||
<sessionState mode="Custom" customProvider="MySessionStateStore">
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="127.0.0.1" accessKey="" ssl="false"
|
||||
applicationName="NKC" databaseId="0"/>
|
||||
applicationName="NKC" databaseId="0" timeout="120"/>
|
||||
</providers>
|
||||
</sessionState>
|
||||
<httpModules>
|
||||
@@ -38,7 +38,7 @@
|
||||
<!--Nascondo gli erroracci-->
|
||||
<!--<customErrors mode="On" defaultRedirect="~/site/Default"/>-->
|
||||
<!--Mostro gli erroracci-->
|
||||
<customErrors mode="Off" />
|
||||
<customErrors mode="Off"/>
|
||||
</system.web>
|
||||
<appSettings>
|
||||
<!--Configurazioni generali-->
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
<package id="SharpZipLib" version="1.2.0" targetFramework="net462" />
|
||||
<package id="Snappy.NET" version="1.1.1.8" targetFramework="net462" />
|
||||
<package id="StackExchange.Redis" version="2.1.58" targetFramework="net462" />
|
||||
<package id="SteamWare" version="4.0.2003.734" targetFramework="net462" />
|
||||
<package id="SteamWare" version="4.1.2008.735" targetFramework="net462" />
|
||||
<package id="System.Buffers" version="4.5.1" targetFramework="net462" />
|
||||
<package id="System.Diagnostics.PerformanceCounter" version="4.7.0" targetFramework="net462" />
|
||||
<package id="System.IO.Compression" version="4.3.0" targetFramework="net462" />
|
||||
|
||||
Reference in New Issue
Block a user