프로젝트

일반

사용자정보

개정판 91b2b398

ID91b2b398172925af8f9ca48285ff4c0050126d29
상위 93d1b5d6
하위 93a7b4b6, 5e7c6f56

송근호이(가) 5년 이상 전에 추가함

issue #000 MarkusLogview에 파일 추가 App.config/ packages.config/ Web.config
MyHub.cs파일에 CloudMarkusEntities를 markusEntities로 변경하고 ForceConnectionMarkus함수에 CloudMarkusCIEntities 부분 주석처리

Change-Id: Ieeb6f5b9b03cf7020fc1a4af77f8fe7c66bb4831

차이점 보기:

MarkusLogview/IKCOM/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="Microsoft.Net.Compilers" version="2.6.1" targetFramework="net40" developmentDependency="true" />
4
</packages>
MarkusLogview/LICENSE_GENERATOR/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5
    </startup>
6
</configuration>
MarkusLogview/LogviewSqlDependency/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5
    </startup>
6
</configuration>
MarkusLogview/LogviewSqlDependency/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="Microsoft.AspNet.SignalR.Client" version="2.2.3" targetFramework="net46" />
4
  <package id="Newtonsoft.Json" version="6.0.4" targetFramework="net46" />
5
  <package id="SqlTableDependency" version="7.1.0" targetFramework="net46" />
6
</packages>
MarkusLogview/LogviewWatcher/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5
    </startup>
6
</configuration>
MarkusLogview/LogviewWatcher/LogviewWatcher.csproj
43 43
    <Reference Include="System.Xml" />
44 44
  </ItemGroup>
45 45
  <ItemGroup>
46
    <Compile Include="Class1.cs" />
47 46
    <Compile Include="LogviewWatcher.cs">
48 47
      <SubType>Component</SubType>
49 48
    </Compile>
MarkusLogview/MARKUS_LOGVIEW/ApplicationInsights.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<ApplicationInsights xmlns="http://schemas.microsoft.com/ApplicationInsights/2013/Settings">
3
	<TelemetryInitializers>
4
		<Add Type="Microsoft.ApplicationInsights.DependencyCollector.HttpDependenciesParsingTelemetryInitializer, Microsoft.AI.DependencyCollector"/>
5
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer"/>
6
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.AzureWebAppRoleEnvironmentTelemetryInitializer, Microsoft.AI.WindowsServer"/>
7
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer, Microsoft.AI.WindowsServer"/>
8
		<Add Type="Microsoft.ApplicationInsights.Web.WebTestTelemetryInitializer, Microsoft.AI.Web"/>
9
		<Add Type="Microsoft.ApplicationInsights.Web.SyntheticUserAgentTelemetryInitializer, Microsoft.AI.Web">
10
			<!-- Extended list of bots:
11
            search|spider|crawl|Bot|Monitor|BrowserMob|BingPreview|PagePeeker|WebThumb|URL2PNG|ZooShot|GomezA|Google SketchUp|Read Later|KTXN|KHTE|Keynote|Pingdom|AlwaysOn|zao|borg|oegp|silk|Xenu|zeal|NING|htdig|lycos|slurp|teoma|voila|yahoo|Sogou|CiBra|Nutch|Java|JNLP|Daumoa|Genieo|ichiro|larbin|pompos|Scrapy|snappy|speedy|vortex|favicon|indexer|Riddler|scooter|scraper|scrubby|WhatWeb|WinHTTP|voyager|archiver|Icarus6j|mogimogi|Netvibes|altavista|charlotte|findlinks|Retreiver|TLSProber|WordPress|wsr-agent|http client|Python-urllib|AppEngine-Google|semanticdiscovery|facebookexternalhit|web/snippet|Google-HTTP-Java-Client-->
12
			<Filters>search|spider|crawl|Bot|Monitor|AlwaysOn</Filters>
13
		</Add>
14
		<Add Type="Microsoft.ApplicationInsights.Web.ClientIpHeaderTelemetryInitializer, Microsoft.AI.Web"/>
15
		<Add Type="Microsoft.ApplicationInsights.Web.OperationNameTelemetryInitializer, Microsoft.AI.Web"/>
16
		<Add Type="Microsoft.ApplicationInsights.Web.OperationCorrelationTelemetryInitializer, Microsoft.AI.Web"/>
17
		<Add Type="Microsoft.ApplicationInsights.Web.UserTelemetryInitializer, Microsoft.AI.Web"/>
18
		<Add Type="Microsoft.ApplicationInsights.Web.AuthenticatedUserIdTelemetryInitializer, Microsoft.AI.Web"/>
19
		<Add Type="Microsoft.ApplicationInsights.Web.AccountIdTelemetryInitializer, Microsoft.AI.Web"/>
20
		<Add Type="Microsoft.ApplicationInsights.Web.SessionTelemetryInitializer, Microsoft.AI.Web"/>
21
	</TelemetryInitializers>
22
	<TelemetryModules>
23
		<Add Type="Microsoft.ApplicationInsights.DependencyCollector.DependencyTrackingTelemetryModule, Microsoft.AI.DependencyCollector"/>
24
		<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.PerformanceCollectorModule, Microsoft.AI.PerfCounterCollector">
25
			<!--
26
      Use the following syntax here to collect additional performance counters:
27
      
28
      <Counters>
29
        <Add PerformanceCounter="\Process(??APP_WIN32_PROC??)\Handle Count" ReportAs="Process handle count" />
30
        ...
31
      </Counters>
32
      
33
      PerformanceCounter must be either \CategoryName(InstanceName)\CounterName or \CategoryName\CounterName
34
      
35
      NOTE: performance counters configuration will be lost upon NuGet upgrade.
36
      
37
      The following placeholders are supported as InstanceName:
38
        ??APP_WIN32_PROC?? - instance name of the application process  for Win32 counters.
39
        ??APP_W3SVC_PROC?? - instance name of the application IIS worker process for IIS/ASP.NET counters.
40
        ??APP_CLR_PROC?? - instance name of the application CLR process for .NET counters.
41
      -->
42
		</Add>
43
		<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryModule, Microsoft.AI.PerfCounterCollector"/>
44
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule, Microsoft.AI.WindowsServer"/>
45
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule, Microsoft.AI.WindowsServer"/>
46
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule, Microsoft.AI.WindowsServer"/>
47
		<Add Type="Microsoft.ApplicationInsights.Web.RequestTrackingTelemetryModule, Microsoft.AI.Web">
48
			<Handlers>
49
				<!-- 
50
        Add entries here to filter out additional handlers: 
51
        
52
        NOTE: handler configuration will be lost upon NuGet upgrade.
53
        -->
54
				<Add>System.Web.Handlers.TransferRequestHandler</Add>
55
				<Add>Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.RequestDataHttpHandler</Add>
56
				<Add>System.Web.StaticFileHandler</Add>
57
				<Add>System.Web.Handlers.AssemblyResourceLoader</Add>
58
				<Add>System.Web.Optimization.BundleHandler</Add>
59
				<Add>System.Web.Script.Services.ScriptHandlerFactory</Add>
60
				<Add>System.Web.Handlers.TraceHandler</Add>
61
				<Add>System.Web.Services.Discovery.DiscoveryRequestHandler</Add>
62
				<Add>System.Web.HttpDebugHandler</Add>
63
			</Handlers>
64
		</Add>
65
		<Add Type="Microsoft.ApplicationInsights.Web.ExceptionTrackingTelemetryModule, Microsoft.AI.Web"/>
66
	</TelemetryModules>
67
	<TelemetryProcessors>
68
		<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector"/>
69
		<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
70
			<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
71
		</Add>
72
	</TelemetryProcessors>
73
	<TelemetryChannel Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.ServerTelemetryChannel, Microsoft.AI.ServerTelemetryChannel"/>
74
<!-- 
75
    Learn more about Application Insights configuration with ApplicationInsights.config here: 
76
    http://go.microsoft.com/fwlink/?LinkID=513840
77
    
78
    Note: If not present, please add <InstrumentationKey>Your Key</InstrumentationKey> to the top of this file.
79
  --></ApplicationInsights>
MarkusLogview/MARKUS_LOGVIEW/Web.Debug.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- Web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=301874를 참조하세요. -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    아래 예에서, "Match" 로케이터가 "MyDB" 값을 가진 "name" 특성을
8
    찾은 경우에만 "SetAttributes" 변환에서 "ReleaseSQLServer"를
9
    사용하도록 "connectionString"의 값을 변경합니다.
10

  
11
    <connectionStrings>
12
      <add name="MyDB"
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <!--
19
      아래 예에서 "Replace" 변환은 Web.config 파일의
20
      <customErrors> 섹션 전체를 바꿉니다.
21
      <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에
22
      "xdt:Locator" 특성을 사용할 필요가 없습니다.
23

  
24
      <customErrors defaultRedirect="GenericError.htm"
25
        mode="RemoteOnly" xdt:Transform="Replace">
26
        <error statusCode="500" redirect="InternalError.htm"/>
27
      </customErrors>
28
    -->
29
  </system.web>
30
</configuration>
MarkusLogview/MARKUS_LOGVIEW/Web.Release.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- Web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=301874를 참조하세요. -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    아래 예에서, "Match" 로케이터가 "MyDB" 값을 가진 "name" 특성을
8
    찾은 경우에만 "SetAttributes" 변환에서 "ReleaseSQLServer"를
9
    사용하도록 "connectionString"의 값을 변경합니다.
10

  
11
    <connectionStrings>
12
      <add name="MyDB"
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <compilation xdt:Transform="RemoveAttributes(debug)" />
19
    <!--
20
      아래 예에서 "Replace" 변환은 Web.config 파일의
21
      <customErrors> 섹션 전체를 바꿉니다.
22
      <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에
23
      "xdt:Locator" 특성을 사용할 필요가 없습니다.
24

  
25
      <customErrors defaultRedirect="GenericError.htm"
26
        mode="RemoteOnly" xdt:Transform="Replace">
27
        <error statusCode="500" redirect="InternalError.htm"/>
28
      </customErrors>
29
    -->
30
  </system.web>
31
</configuration>
MarkusLogview/MARKUS_LOGVIEW/Web.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
  ASP.NET 응용 프로그램을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요.
4
  https://go.microsoft.com/fwlink/?LinkId=301879
5
  -->
6
<configuration>
7
  <configSections>
8
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
9
      <section name="MARKUS_LOGVIEW.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
10
    </sectionGroup>
11
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
12
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
13
  </configSections>
14
  <appSettings>
15
    <add key="webpages:Version" value="3.0.0.0" />
16
    <add key="webpages:Enabled" value="false" />
17
    <add key="ClientValidationEnabled" value="true" />
18
    <add key="UnobtrusiveJavaScriptEnabled" value="true" />
19
  </appSettings>
20
  <system.web>
21
    <compilation debug="true" targetFramework="4.6.1" />
22
    <httpRuntime executionTimeout="110" maxRequestLength="1048576" useFullyQualifiedRedirectUrl="false" minFreeThreads="8" minLocalRequestFreeThreads="4" targetFramework="4.6.1" />
23
    <httpModules>
24
      <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" />
25
    </httpModules>
26
    <!-- 에러 발생 시 이동 경로 -->
27
    <customErrors mode="Off" />
28
  </system.web>
29
  <system.webServer>
30
    <security>
31
      <requestFiltering>
32
        <requestLimits maxAllowedContentLength="1073741824" />
33
      </requestFiltering>
34
    </security>
35
    <handlers>
36
      <remove name="ExtensionlessUrlHandler-Integrated-4.0" />
37
      <remove name="OPTIONSVerbHandler" />
38
      <remove name="TRACEVerbHandler" />
39
      <add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
40
    </handlers>
41
    <validation validateIntegratedModeConfiguration="false" />
42
    <modules>
43
      <remove name="ApplicationInsightsWebTracking" />
44
      <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web" preCondition="managedHandler" />
45
    </modules>
46
    <directoryBrowse enabled="true"/>
47
  </system.webServer>
48
  <runtime>
49
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
50
      <dependentAssembly>
51
        <assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed" />
52
        <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
53
      </dependentAssembly>
54
      <dependentAssembly>
55
        <assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35" />
56
        <bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0" />
57
      </dependentAssembly>
58
      <dependentAssembly>
59
        <assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" />
60
        <bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
61
      </dependentAssembly>
62
      <dependentAssembly>
63
        <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
64
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
65
      </dependentAssembly>
66
      <dependentAssembly>
67
        <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
68
        <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
69
      </dependentAssembly>
70
      <dependentAssembly>
71
        <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
72
        <bindingRedirect oldVersion="1.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
73
      </dependentAssembly>
74
      <dependentAssembly>
75
        <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
76
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
77
      </dependentAssembly>
78
      <dependentAssembly>
79
        <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
80
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
81
      </dependentAssembly>
82
    </assemblyBinding>
83
  </runtime>
84
  <system.codedom>
85
    <compilers>
86
      <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
87
      <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
88
    </compilers>
89
  </system.codedom>
90
  <system.serviceModel>
91
    <bindings />
92
    <client />
93
  </system.serviceModel>
94
  <applicationSettings>
95
    <MARKUS_LOGVIEW.Properties.Settings>
96
      <setting name="MARKUS_LOGVIEW_ConvertWebService_Conversion" serializeAs="String">
97
        <value>http://cloud.devdoftech.co.kr:5977/Conversion.asmx</value>
98
      </setting>
99
      <setting name="MARKUS_LOGVIEW_DeleteWebService_FileDelete" serializeAs="String">
100
        <value>http://cloud.devdoftech.co.kr:5977/FileDelete/FileDelete.asmx</value>
101
      </setting>
102
    </MARKUS_LOGVIEW.Properties.Settings>
103
  </applicationSettings>
104
  <connectionStrings>
105
    <add name="LicenseEntities" connectionString="metadata=res://*/LicenseModel.LicenseModel.csdl|res://*/LicenseModel.LicenseModel.ssdl|res://*/LicenseModel.LicenseModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=(LocalDB)\MSSQLLocalDB;attachdbfilename=|DataDirectory|\License.mdf;integrated security=True;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
106
  </connectionStrings>
107
  <entityFramework>
108
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
109
      <parameters>
110
        <parameter value="v13.0" />
111
      </parameters>
112
    </defaultConnectionFactory>
113
  </entityFramework>
114
</configuration>
MarkusLogview/MARKUS_LOGVIEW/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="Antlr" version="3.4.1.9004" targetFramework="net461" />
4
  <package id="bootstrap" version="3.0.0" targetFramework="net461" />
5
  <package id="EntityFramework" version="5.0.0" targetFramework="net461" />
6
  <package id="EntityFramework.ko" version="5.0.0" targetFramework="net461" />
7
  <package id="jQuery" version="1.10.2" targetFramework="net461" />
8
  <package id="JWT" version="3.1.1" targetFramework="net461" />
9
  <package id="Microsoft.ApplicationInsights" version="2.2.0" targetFramework="net461" />
10
  <package id="Microsoft.ApplicationInsights.Agent.Intercept" version="2.0.6" targetFramework="net461" />
11
  <package id="Microsoft.ApplicationInsights.DependencyCollector" version="2.2.0" targetFramework="net461" />
12
  <package id="Microsoft.ApplicationInsights.PerfCounterCollector" version="2.2.0" targetFramework="net461" />
13
  <package id="Microsoft.ApplicationInsights.Web" version="2.2.0" targetFramework="net461" />
14
  <package id="Microsoft.ApplicationInsights.WindowsServer" version="2.2.0" targetFramework="net461" />
15
  <package id="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" version="2.2.0" targetFramework="net461" />
16
  <package id="Microsoft.AspNet.Cors" version="5.0.0" targetFramework="net461" />
17
  <package id="Microsoft.AspNet.Mvc" version="5.2.3" targetFramework="net461" />
18
  <package id="Microsoft.AspNet.Mvc.ko" version="5.2.3" targetFramework="net461" />
19
  <package id="Microsoft.AspNet.Razor" version="3.2.3" targetFramework="net461" />
20
  <package id="Microsoft.AspNet.Razor.ko" version="3.2.3" targetFramework="net461" />
21
  <package id="Microsoft.AspNet.SignalR" version="2.2.2" targetFramework="net461" />
22
  <package id="Microsoft.AspNet.SignalR.Client" version="2.2.2" targetFramework="net461" />
23
  <package id="Microsoft.AspNet.SignalR.Core" version="2.2.2" targetFramework="net461" />
24
  <package id="Microsoft.AspNet.SignalR.JS" version="2.2.2" targetFramework="net461" />
25
  <package id="Microsoft.AspNet.SignalR.SystemWeb" version="2.2.2" targetFramework="net461" />
26
  <package id="Microsoft.AspNet.Web.Optimization" version="1.1.3" targetFramework="net461" />
27
  <package id="Microsoft.AspNet.Web.Optimization.ko" version="1.1.3" targetFramework="net461" />
28
  <package id="Microsoft.AspNet.WebApi" version="5.2.3" targetFramework="net461" />
29
  <package id="Microsoft.AspNet.WebApi.Client" version="5.2.3" targetFramework="net461" />
30
  <package id="Microsoft.AspNet.WebApi.Client.ko" version="5.2.3" targetFramework="net461" />
31
  <package id="Microsoft.AspNet.WebApi.Core" version="5.2.3" targetFramework="net461" />
32
  <package id="Microsoft.AspNet.WebApi.Core.ko" version="5.2.3" targetFramework="net461" />
33
  <package id="Microsoft.AspNet.WebApi.HelpPage" version="5.2.3" targetFramework="net461" />
34
  <package id="Microsoft.AspNet.WebApi.WebHost" version="5.2.3" targetFramework="net461" />
35
  <package id="Microsoft.AspNet.WebApi.WebHost.ko" version="5.2.3" targetFramework="net461" />
36
  <package id="Microsoft.AspNet.WebPages" version="3.2.3" targetFramework="net461" />
37
  <package id="Microsoft.AspNet.WebPages.ko" version="3.2.3" targetFramework="net461" />
38
  <package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.7" targetFramework="net461" />
39
  <package id="Microsoft.Net.Compilers" version="2.1.0" targetFramework="net461" developmentDependency="true" />
40
  <package id="Microsoft.Owin" version="4.0.0" targetFramework="net461" />
41
  <package id="Microsoft.Owin.Cors" version="4.0.0" targetFramework="net461" />
42
  <package id="Microsoft.Owin.Host.SystemWeb" version="3.0.1" targetFramework="net461" />
43
  <package id="Microsoft.Owin.Host.SystemWeb.ko" version="3.0.1" targetFramework="net461" />
44
  <package id="Microsoft.Owin.ko" version="4.0.0" targetFramework="net461" />
45
  <package id="Microsoft.Owin.Security" version="4.0.0" targetFramework="net461" />
46
  <package id="Microsoft.Owin.Security.ko" version="4.0.0" targetFramework="net461" />
47
  <package id="Microsoft.Owin.Security.OAuth" version="4.0.0" targetFramework="net461" />
48
  <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net461" />
49
  <package id="Modernizr" version="2.6.2" targetFramework="net461" />
50
  <package id="Newtonsoft.Json" version="9.0.1" targetFramework="net461" />
51
  <package id="Owin" version="1.0" targetFramework="net461" />
52
  <package id="Respond" version="1.2.0" targetFramework="net461" />
53
  <package id="SqlTableDependency" version="6.1.0.0" targetFramework="net461" />
54
  <package id="System.Security.Cryptography.Algorithms" version="4.3.0" targetFramework="net461" />
55
  <package id="System.Security.Cryptography.Csp" version="4.3.0" targetFramework="net461" />
56
  <package id="System.Security.Cryptography.Primitives" version="4.3.0" targetFramework="net461" />
57
  <package id="WebGrease" version="1.5.2" targetFramework="net461" />
58
</packages>
MarkusLogview/MarkusConsoleApplication/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5
    </startup>
6
</configuration>
MarkusLogview/MarkusConsoleApplication/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="Microsoft.AspNet.SignalR.Client" version="2.2.3" targetFramework="net46" />
4
  <package id="Newtonsoft.Json" version="6.0.4" targetFramework="net46" />
5
  <package id="SqlTableDependency" version="7.0.0" targetFramework="net46" />
6
</packages>
MarkusLogview/MarkusDataModel/MarkusDataModel.csproj
73 73
    </Compile>
74 74
  </ItemGroup>
75 75
  <ItemGroup>
76
    <None Include="app - 복사본%282%29.config" />
77 76
    <None Include="app.config" />
78 77
    <EntityDeploy Include="DataModel\markusEntities.edmx">
79 78
      <Generator>EntityModelCodeGenerator</Generator>
MarkusLogview/MarkusDataModel/app.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
  <configSections>
4
    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
5
      <section name="MarkusDataModel.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
6
    </sectionGroup>
7
  </configSections>
8
  <applicationSettings>
9
    <MarkusDataModel.Properties.Settings>
10
      <setting name="ProjectConnectionString" serializeAs="String">
11
        <value>data source=cloud.devdoftech.co.kr,7777;database={0};user id=doftech;password=dof1073#</value>
12
      </setting>
13
    </MarkusDataModel.Properties.Settings>
14
  </applicationSettings>
15
  <connectionStrings>
16
    <!--<add name="markusEntities" connectionString="metadata=res://*/DataModel.MarkusEntities.csdl|res://*/DataModel.MarkusEntities.ssdl|res://*/DataModel.MarkusEntities.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
17
    <!--<add name="markusEntities" connectionString="metadata=res://*/DataModel.HyosungMarkusEntities.csdl|res://*/DataModel.HyosungMarkusEntities.ssdl|res://*/DataModel.HyosungMarkusEntities.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=10.11.252.2,9875;initial catalog=markus;persist security info=True;user id=ProjectPortalDBConn;password=ProjectPortalDBConn;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
18
    <!--<add name="markusEntities" connectionString="metadata=res://*/DataModel.markusEntities.csdl|res://*/DataModel.markusEntities.ssdl|res://*/DataModel.markusEntities.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />-->
19

  
20
    <add name="markusEntities" connectionString="metadata=res://*/DataModel.markusEntities.csdl|res://*/DataModel.markusEntities.ssdl|res://*/DataModel.markusEntities.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=cloud.devdoftech.co.kr,7777;initial catalog=markus;persist security info=True;user id=doftech;password=dof1073#;MultipleActiveResultSets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient" />
21
  </connectionStrings>
22
</configuration>
MarkusLogview/MarkusDataModel/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="EntityFramework" version="5.0.0" targetFramework="net40" />
4
  <package id="EntityFramework.ko" version="5.0.0" targetFramework="net40" />
5
</packages>
MarkusLogview/ServiceInterface/Web.Debug.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=125889를 참조하세요. -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    아래 예에서, "Match" 로케이터가 "MyDB" 값을 가진 "name" 특성을 
8
 찾은 경우에만 "SetAttributes" 변환에서 "ReleaseSQLServer"를 
9
 사용하도록 "connectionString"의 값을 변경합니다.
10
    
11
    <connectionStrings>
12
      <add name="MyDB" 
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" 
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <!--
19
      
20
      아래 예에서 "Replace" 변환은 web.config 파일의 
21
      <customErrors> 섹션 전체를 바꿉니다.
22
      <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에 
23
      "xdt:Locator" 특성을 사용할 필요가 없습니다.
24
      
25
      <customErrors defaultRedirect="GenericError.htm"
26
        mode="RemoteOnly" xdt:Transform="Replace">
27
        <error statusCode="500" redirect="InternalError.htm"/>
28
      </customErrors>
29
    >
30
    -->
31
  </system.web>
32
</configuration>
MarkusLogview/ServiceInterface/Web.Release.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- web.config 변환 사용에 대한 자세한 내용은 https://go.microsoft.com/fwlink/?LinkId=125889를 참조하세요. -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    아래 예에서, "Match" 로케이터가 "MyDB" 값을 가진 "name" 특성을 
8
 찾은 경우에만 "SetAttributes" 변환에서 "ReleaseSQLServer"를 
9
 사용하도록 "connectionString"의 값을 변경합니다.
10
    
11
    <connectionStrings>
12
      <add name="MyDB" 
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" 
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <compilation xdt:Transform="RemoveAttributes(debug)" />
19
    <!--
20
      
21
      아래 예에서 "Replace" 변환은 web.config 파일의 
22
      <customErrors> 섹션 전체를 바꿉니다.
23
      <system.web> 노드 아래에는 customErrors 섹션이 하나만 있기 때문에 
24
      "xdt:Locator" 특성을 사용할 필요가 없습니다.
25
      
26
      <customErrors defaultRedirect="GenericError.htm"
27
        mode="RemoteOnly" xdt:Transform="Replace">
28
        <error statusCode="500" redirect="InternalError.htm"/>
29
      </customErrors>
30
    >
31
    -->
32
  </system.web>
33
</configuration>
MarkusLogview/ServiceInterface/Web.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
  ASP.NET 응용 프로그램을 구성하는 방법에 대한 자세한 내용은 다음을 참조하세요.
4
  https://go.microsoft.com/fwlink/?LinkId=169433
5
  -->
6
<configuration>
7
  <system.web>
8
    <compilation debug="true" targetFramework="4.5"/>
9
    <httpRuntime targetFramework="4.5"/>
10
  </system.web>
11
  <system.codedom>
12
    <compilers>
13
      <compiler language="c#;cs;csharp" extension=".cs"
14
        type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
15
        warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701"/>
16
      <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
17
        type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.8.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
18
        warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
19
    </compilers>
20
  </system.codedom>
21
</configuration>
MarkusLogview/ServiceInterface/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="Microsoft.CodeDom.Providers.DotNetCompilerPlatform" version="1.0.8" targetFramework="net45" />
4
  <package id="Microsoft.Net.Compilers" version="2.6.1" targetFramework="net45" developmentDependency="true" />
5
</packages>
MarkusLogview/SignalREngine/MyHub.cs
42 42
        public List<StatusDTO> GetPdfStatus()
43 43
        {
44 44

  
45
            using (CloudMarkusEntities ent = new CloudMarkusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
45
            using (markusEntities ent = new markusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
46 46
            {
47 47
                return ent.PROPERTIES
48 48
                    .Where(p => p.TYPE == "PDFStatus")
......
70 70
            List<RunProjectsList> ConvertProjectList = new List<RunProjectsList>();
71 71
            GET_PROJECT_TYPE getProjType = new GET_PROJECT_TYPE();
72 72

  
73
            using (CloudMarkusEntities entity = new CloudMarkusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
73
            using (markusEntities entity = new markusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
74 74
            {
75 75

  
76 76
                // 실행 프로젝트에 대해서 가져옴 ( IsActivity 가 1 인 프로젝트 ) 
......
426 426
            #region 다른기기 강제종료 하고 접속할려고 할때 해당 기기 로그 기록하고 다른기기에는 강제종료 메세지 전달 
427 427
            try
428 428
            {
429
                using (CloudMarkusEntities ent = new CloudMarkusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
429
                using (markusEntities ent = new markusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
430 430
                {
431 431

  
432 432
                    var lastConnectionLog = ent.LICENSE_LOG
......
437 437
                    if (lastConnectionLog != null)
438 438
                    {
439 439

  
440
                        using (CloudMarkusCIEntities entity = new CloudMarkusCIEntities(ConnectStringBuilder.ProjectCIConnectString("000000").ToString()))
441
                        {
440
                        //using (CloudMarkusCIEntities entity = new CloudMarkusCIEntities(ConnectStringBuilder.ProjectCIConnectString("000000").ToString()))
441
                        //{
442 442

  
443
                            MEMBER connectionUser = entity.MEMBER
444
                                .Where(mem => mem.ID == userID && mem.NAME == userName)
445
                                .FirstOrDefault();
443
                        //    MEMBER connectionUser = entity.MEMBER
444
                        //        .Where(mem => mem.ID == userID && mem.NAME == userName)
445
                        //        .FirstOrDefault();
446 446

  
447
                            if (connectionUser != null)
448
                            {
447
                        //    if (connectionUser != null)
448
                        //    {
449 449

  
450
                                ForceConnectionStamp(connectionUser, Context.ConnectionId);
450
                        //        ForceConnectionStamp(connectionUser, Context.ConnectionId);
451 451

  
452
                                Clients.Client(lastConnectionLog.CONNECTION_ID).ForceTerminate(true);
452
                        //        Clients.Client(lastConnectionLog.CONNECTION_ID).ForceTerminate(true);
453 453

  
454
                                return true;
454
                       return true;
455 455

  
456
                            }
457
                            else
458
                            {
459
                                return false;
460
                            }
456
                        //    }
457
                        //    else
458
                        //    {
459
                        //        return false;
460
                        //    }
461 461

  
462
                        }
462
                        //}
463 463

  
464 464
                    }
465 465
                    else
......
508 508
            {
509 509
                
510 510

  
511
                using (CloudMarkusEntities logEnt = new CloudMarkusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
511
                using (markusEntities logEnt = new markusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
512 512
                {
513 513

  
514 514
                    LICENSE_LOG log = new LICENSE_LOG()
......
547 547
            #region Connection Stamp Method 
548 548
            try
549 549
            {
550
                using (CloudMarkusEntities ent = new CloudMarkusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
550
                using (markusEntities ent = new markusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
551 551
                {
552 552
                    DateTime filDate = DateTime.Now.AddMonths(-1);
553 553

  
......
618 618
            #region DisConnection Stamp Method 
619 619
            try
620 620
            {
621
                using (CloudMarkusEntities ent = new CloudMarkusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
621
                using (markusEntities ent = new markusEntities(ConnectStringBuilder.MarkusConnectionString().ToString()))
622 622
                {
623 623

  
624 624
                    LICENSE_LOG disconnectionUSER = ent.LICENSE_LOG
MarkusLogview/SignalREngine/Web.Debug.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    In the example below, the "SetAttributes" transform will change the value of 
8
    "connectionString" to use "ReleaseSQLServer" only when the "Match" locator 
9
    finds an attribute "name" that has a value of "MyDB".
10
    
11
    <connectionStrings>
12
      <add name="MyDB" 
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" 
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <!--
19
      In the example below, the "Replace" transform will replace the entire 
20
      <customErrors> section of your web.config file.
21
      Note that because there is only one customErrors section under the 
22
      <system.web> node, there is no need to use the "xdt:Locator" attribute.
23
      
24
      <customErrors defaultRedirect="GenericError.htm"
25
        mode="RemoteOnly" xdt:Transform="Replace">
26
        <error statusCode="500" redirect="InternalError.htm"/>
27
      </customErrors>
28
    -->
29
  </system.web>
30
</configuration>
MarkusLogview/SignalREngine/Web.Release.config
1
<?xml version="1.0" encoding="utf-8"?>
2

  
3
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
4

  
5
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6
  <!--
7
    In the example below, the "SetAttributes" transform will change the value of 
8
    "connectionString" to use "ReleaseSQLServer" only when the "Match" locator 
9
    finds an attribute "name" that has a value of "MyDB".
10
    
11
    <connectionStrings>
12
      <add name="MyDB" 
13
        connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True" 
14
        xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15
    </connectionStrings>
16
  -->
17
  <system.web>
18
    <compilation xdt:Transform="RemoveAttributes(debug)" />
19
    <!--
20
      In the example below, the "Replace" transform will replace the entire 
21
      <customErrors> section of your web.config file.
22
      Note that because there is only one customErrors section under the 
23
      <system.web> node, there is no need to use the "xdt:Locator" attribute.
24
      
25
      <customErrors defaultRedirect="GenericError.htm"
26
        mode="RemoteOnly" xdt:Transform="Replace">
27
        <error statusCode="500" redirect="InternalError.htm"/>
28
      </customErrors>
29
    -->
30
  </system.web>
31
</configuration>
MarkusLogview/SignalREngine/Web.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<!--
3
  For more information on how to configure your ASP.NET application, please visit
4
  http://go.microsoft.com/fwlink/?LinkId=169433
5
  -->
6
<configuration>
7
  <configSections>
8
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
9
  </configSections>
10
  <!--
11
    For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
12

  
13
    The following attributes can be set on the <httpRuntime> tag.
14
      <system.Web>
15
        <httpRuntime targetFramework="4.5.1" />
16
      </system.Web>
17
  -->
18
  <system.web>
19
    <compilation debug="true" targetFramework="4.5.1" />
20
    <httpRuntime targetFramework="4.5" />
21
  </system.web>
22
  <runtime>
23
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
24
      <dependentAssembly>
25
        <assemblyIdentity name="System.Web.Http" publicKeyToken="31BF3856AD364E35" culture="neutral" />
26
        <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
27
      </dependentAssembly>
28
      <dependentAssembly>
29
        <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31BF3856AD364E35" culture="neutral" />
30
        <bindingRedirect oldVersion="0.0.0.0-5.0.0.0" newVersion="5.0.0.0" />
31
      </dependentAssembly>
32
      <dependentAssembly>
33
        <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
34
        <bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
35
      </dependentAssembly>
36
      <dependentAssembly>
37
        <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
38
        <bindingRedirect oldVersion="0.0.0.0-5.1.0.0" newVersion="5.1.0.0" />
39
      </dependentAssembly>
40
      <dependentAssembly>
41
        <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
42
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
43
      </dependentAssembly>
44
      <dependentAssembly>
45
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
46
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
47
      </dependentAssembly>
48
      <dependentAssembly>
49
        <assemblyIdentity name="Microsoft.Practices.Unity" publicKeyToken="31bf3856ad364e35" culture="neutral" />
50
        <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
51
      </dependentAssembly>
52
      <dependentAssembly>
53
        <assemblyIdentity name="Microsoft.AspNet.SignalR.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
54
        <bindingRedirect oldVersion="0.0.0.0-2.2.2.0" newVersion="2.2.2.0" />
55
      </dependentAssembly>
56
      <dependentAssembly>
57
        <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
58
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
59
      </dependentAssembly>
60
      <dependentAssembly>
61
        <assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" culture="neutral" />
62
        <bindingRedirect oldVersion="0.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
63
      </dependentAssembly>
64
    </assemblyBinding>
65
  </runtime>
66
  <entityFramework>
67
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
68
    <providers>
69
      <provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
70
    </providers>
71
  </entityFramework>
72
</configuration>
MarkusLogview/SignalREngine/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="jQuery" version="3.3.1" targetFramework="net451" />
4
  <package id="Microsoft.AspNet.Cors" version="5.2.4" targetFramework="net451" />
5
  <package id="Microsoft.AspNet.SignalR" version="2.2.2" targetFramework="net451" />
6
  <package id="Microsoft.AspNet.SignalR.Core" version="2.2.2" targetFramework="net451" />
7
  <package id="Microsoft.AspNet.SignalR.Core.ko" version="2.1.2" targetFramework="net451" />
8
  <package id="Microsoft.AspNet.SignalR.JS" version="2.2.2" targetFramework="net451" />
9
  <package id="Microsoft.AspNet.SignalR.ko" version="2.1.2" targetFramework="net451" />
10
  <package id="Microsoft.AspNet.SignalR.Owin" version="1.2.2" targetFramework="net451" />
11
  <package id="Microsoft.AspNet.SignalR.SelfHost" version="2.2.2" targetFramework="net451" />
12
  <package id="Microsoft.AspNet.SignalR.SystemWeb" version="2.2.2" targetFramework="net451" />
13
  <package id="Microsoft.AspNet.SignalR.SystemWeb.ko" version="2.1.2" targetFramework="net451" />
14
  <package id="Microsoft.Owin" version="4.0.0" targetFramework="net451" />
15
  <package id="Microsoft.Owin.Cors" version="4.0.0" targetFramework="net451" />
16
  <package id="Microsoft.Owin.Diagnostics" version="4.0.0" targetFramework="net451" />
17
  <package id="Microsoft.Owin.Host.HttpListener" version="4.0.0" targetFramework="net451" />
18
  <package id="Microsoft.Owin.Host.SystemWeb" version="4.0.0" targetFramework="net451" />
19
  <package id="Microsoft.Owin.Host.SystemWeb.ko" version="3.0.1" targetFramework="net451" />
20
  <package id="Microsoft.Owin.Hosting" version="4.0.0" targetFramework="net451" />
21
  <package id="Microsoft.Owin.ko" version="3.0.1" targetFramework="net451" />
22
  <package id="Microsoft.Owin.Security" version="4.0.0" targetFramework="net451" />
23
  <package id="Microsoft.Owin.Security.ko" version="3.0.1" targetFramework="net451" />
24
  <package id="Microsoft.Owin.SelfHost" version="4.0.0" targetFramework="net451" />
25
  <package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net451" />
26
  <package id="Newtonsoft.Json" version="11.0.1" targetFramework="net451" />
27
  <package id="Owin" version="1.0" targetFramework="net45" />
28
  <package id="SqlTableDependency" version="6.1.0.0" targetFramework="net451" />
29
</packages>
MarkusLogview/SignalREngineServiceWindowsService/App.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
  <startup>
4
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
5
  </startup>
6
  <runtime>
7
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8
      <dependentAssembly>
9
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
10
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
11
      </dependentAssembly>
12
      <dependentAssembly>
13
        <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
14
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
15
      </dependentAssembly>
16
      <dependentAssembly>
17
        <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
18
        <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
19
      </dependentAssembly>
20
      <dependentAssembly>
21
        <assemblyIdentity name="System.Web.Cors" publicKeyToken="31bf3856ad364e35" culture="neutral" />
22
        <bindingRedirect oldVersion="0.0.0.0-5.2.4.0" newVersion="5.2.4.0" />
23
      </dependentAssembly>
24
      <dependentAssembly>
25
        <assemblyIdentity name="Microsoft.AspNet.SignalR.Core" publicKeyToken="31bf3856ad364e35" culture="neutral" />
26
        <bindingRedirect oldVersion="0.0.0.0-2.2.2.0" newVersion="2.2.2.0" />
27
      </dependentAssembly>
28
    </assemblyBinding>
29
  </runtime>
30
</configuration>
MarkusLogview/SignalREngineServiceWindowsService/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="jQuery" version="3.3.1" targetFramework="net451" />
4
  <package id="Microsoft.AspNet.Cors" version="5.2.4" targetFramework="net451" />
5
  <package id="Microsoft.AspNet.SignalR" version="2.2.2" targetFramework="net451" />
6
  <package id="Microsoft.AspNet.SignalR.Client" version="2.2.2" targetFramework="net451" />
7
  <package id="Microsoft.AspNet.SignalR.Core" version="2.2.2" targetFramework="net451" />
8
  <package id="Microsoft.AspNet.SignalR.JS" version="2.2.2" targetFramework="net451" />
9
  <package id="Microsoft.AspNet.SignalR.SystemWeb" version="2.2.2" targetFramework="net451" />
10
  <package id="Microsoft.Owin" version="4.0.0" targetFramework="net451" />
11
  <package id="Microsoft.Owin.Cors" version="4.0.0" targetFramework="net451" />
12
  <package id="Microsoft.Owin.Host.HttpListener" version="4.0.0" targetFramework="net451" />
13
  <package id="Microsoft.Owin.Host.SystemWeb" version="4.0.0" targetFramework="net451" />
14
  <package id="Microsoft.Owin.Security" version="4.0.0" targetFramework="net451" />
15
  <package id="Newtonsoft.Json" version="11.0.1" targetFramework="net451" />
16
  <package id="Owin" version="1.0" targetFramework="net451" />
17
  <package id="SqlTableDependency" version="6.1.0.0" targetFramework="net451" />
18
</packages>
MarkusLogview/SignalR_Server_Watcher/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5
    </startup>
6
</configuration>
MarkusLogview/TEST_WPF_MARKUS/App.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6" />
5
    </startup>
6
  <runtime>
7
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8
      <dependentAssembly>
9
        <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
10
        <bindingRedirect oldVersion="0.0.0.0-11.0.0.0" newVersion="11.0.0.0" />
11
      </dependentAssembly>
12
    </assemblyBinding>
13
  </runtime>
14
</configuration>
MarkusLogview/TEST_WPF_MARKUS/packages.config
1
<?xml version="1.0" encoding="utf-8"?>
2
<packages>
3
  <package id="Microsoft.AspNet.SignalR.Client" version="2.2.3" targetFramework="net46" />
4
  <package id="Newtonsoft.Json" version="11.0.2" targetFramework="net46" />
5
</packages>

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)