개정판 2d0113f1
config 추가
Change-Id: I505ba66c9b03e2d0a862eddcb8bdc186a908be94
ConvertService/ServiceBase/ConnectionStringBuild/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?> |
|
2 |
<configuration> |
|
3 |
<startup> |
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
5 |
</startup> |
|
6 |
</configuration> |
ConvertService/ServiceBase/ConnectionStringBuild/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
4 |
</packages> |
ConvertService/ServiceBase/ConvertionWebService/DeepViewDataModel.dll.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
5 |
<section name="DeepViewDataModel.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" /> |
|
6 |
</sectionGroup> |
|
7 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
8 |
<section name="DeepViewDataModel.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
9 |
</sectionGroup> |
|
10 |
</configSections> |
|
11 |
<connectionStrings> |
|
12 |
<add name="DeepView_Entity" connectionString="metadata=res://*/DataModel.DeepView_Entity.csdl|res://*/DataModel.DeepView_Entity.ssdl|res://*/DataModel.DeepView_Entity.msl;provider=System.Data.SqlClient;provider=System.Data.SqlClient;provider connection string="data source=DESKTOP-MARKUS;initial catalog=Markus_V3;persist security info=True;user id=doftech;password=dof1073#;multipleactiveresultsets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /> |
|
13 |
|
|
14 |
</connectionStrings |
|
15 |
> |
|
16 |
|
|
17 |
<applicationSettings> |
|
18 |
<DeepViewDataModel.Properties.Settings> |
|
19 |
<setting name="ConverterConnectionString" serializeAs="String"> |
|
20 |
<value>data source=DESKTOP-MARKUS;Initial Catalog=markus_v3;uid=doftech;password=dof1073#</value> |
|
21 |
</setting> |
|
22 |
</DeepViewDataModel.Properties.Settings> |
|
23 |
</applicationSettings> |
|
24 |
</configuration> |
ConvertService/ServiceBase/ConvertionWebService/Web.Debug.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
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 atrribute "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> |
ConvertService/ServiceBase/ConvertionWebService/Web.Release.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
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 atrribute "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> |
ConvertService/ServiceBase/ConvertionWebService/Web.config | ||
---|---|---|
1 |
<?xml version="1.0"?> |
|
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 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
9 |
<section name="ConvertionWebService.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/> |
|
10 |
</sectionGroup> |
|
11 |
</configSections> |
|
12 |
<!-- |
|
13 |
web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
|
14 |
|
|
15 |
다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
|
16 |
<system.Web> |
|
17 |
<httpRuntime targetFramework="4.5.2" /> |
|
18 |
</system.Web> |
|
19 |
--> |
|
20 |
<system.web> |
|
21 |
<compilation debug="true" targetFramework="4.5.2"/> |
|
22 |
<pages controlRenderingCompatibilityVersion="4.0"/> |
|
23 |
</system.web> |
|
24 |
<applicationSettings> |
|
25 |
<ConvertionWebService.Properties.Settings> |
|
26 |
<setting name="ErrorNoticeID" serializeAs="String"> |
|
27 |
<value/> |
|
28 |
</setting> |
|
29 |
<setting name="ConverterRemotingUrl" serializeAs="String"> |
|
30 |
<value>tcp://cloud.devdoftech.co.kr:8091/remConverterPDF</value> |
|
31 |
</setting> |
|
32 |
<setting name="MARKUS_V3_PROJECTS" serializeAs="String"> |
|
33 |
<value>000000,111111</value> |
|
34 |
</setting> |
|
35 |
<setting name="MARKUS_V3_ADDRESS" serializeAs="String"> |
|
36 |
<value>http://localhost:9101/StationService</value> |
|
37 |
</setting> |
|
38 |
</ConvertionWebService.Properties.Settings> |
|
39 |
</applicationSettings> |
|
40 |
<system.serviceModel> |
|
41 |
<bindings/> |
|
42 |
<client/> |
|
43 |
</system.serviceModel> |
|
44 |
</configuration> |
ConvertService/ServiceBase/ConvertionWebService/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="log4net" version="2.0.8" targetFramework="net452" /> |
|
4 |
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net40" requireReinstallation="true" /> |
|
5 |
</packages> |
ConvertService/ServiceBase/ConvertionWebServicePublish/Log.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> |
|
5 |
</configSections> |
|
6 |
<log4net> |
|
7 |
<appender name="EventLogAppender" type="log4net.Appender.EventLogAppender"> |
|
8 |
<applicationName value="ServiceStation"/> |
|
9 |
<layout type="log4net.Layout.PatternLayout"> |
|
10 |
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" /> |
|
11 |
</layout> |
|
12 |
</appender> |
|
13 |
<root> |
|
14 |
<level value="All" /> |
|
15 |
<appender-ref ref="EventLogAppender" /> |
|
16 |
</root> |
|
17 |
</log4net> |
|
18 |
</configuration> |
ConvertService/ServiceBase/ConvertionWebServicePublish/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 |
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> |
|
9 |
<section name="ConvertionWebService.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
10 |
</sectionGroup> |
|
11 |
</configSections> |
|
12 |
<!-- |
|
13 |
web.config 변경 내용에 대한 설명은 http://go.microsoft.com/fwlink/?LinkId=235367을 참고하십시오. |
|
14 |
|
|
15 |
다음 특성은 <httpRuntime> 태그에 설정할 수 있습니다. |
|
16 |
<system.Web> |
|
17 |
<httpRuntime targetFramework="4.5.2" /> |
|
18 |
</system.Web> |
|
19 |
--> |
|
20 |
<system.web> |
|
21 |
<compilation targetFramework="4.5.2" /> |
|
22 |
<pages controlRenderingCompatibilityVersion="4.0" /> |
|
23 |
</system.web> |
|
24 |
<applicationSettings> |
|
25 |
<ConvertionWebService.Properties.Settings> |
|
26 |
<setting name="ErrorNoticeID" serializeAs="String"> |
|
27 |
<value /> |
|
28 |
</setting> |
|
29 |
<setting name="ConverterRemotingUrl" serializeAs="String"> |
|
30 |
<value>tcp://cloud.devdoftech.co.kr:8091/remConverterPDF</value> |
|
31 |
</setting> |
|
32 |
<setting name="MARKUS_V3_PROJECTS" serializeAs="String"> |
|
33 |
<value>000000,111111</value> |
|
34 |
</setting> |
|
35 |
<setting name="MARKUS_V3_ADDRESS" serializeAs="String"> |
|
36 |
<value>http://localhost:9101/StationService</value> |
|
37 |
</setting> |
|
38 |
</ConvertionWebService.Properties.Settings> |
|
39 |
</applicationSettings> |
|
40 |
<system.serviceModel> |
|
41 |
<bindings /> |
|
42 |
<client /> |
|
43 |
</system.serviceModel> |
|
44 |
</configuration> |
|
45 |
<!--ProjectGuid: 6115C8D1-15FF-4520-94A2-0AF46EEB9F10--> |
ConvertService/ServiceBase/IServiceBase/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="Markus.Message" version="1.5.2" targetFramework="net45" /> |
|
4 |
</packages> |
ConvertService/ServiceBase/Markus.Service.Convert/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="log4net" version="2.0.8" targetFramework="net45" /> |
|
4 |
<package id="Markus.Message" version="1.5.2" targetFramework="net45" /> |
|
5 |
<package id="MarkusPDF" version="1.5.5" targetFramework="net45" /> |
|
6 |
</packages> |
ConvertService/ServiceBase/Markus.Service.ConvertProcess/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
|
5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
6 |
</configSections> |
|
7 |
<startup> |
|
8 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
9 |
</startup> |
|
10 |
<entityFramework> |
|
11 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
12 |
<providers> |
|
13 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
14 |
</providers> |
|
15 |
</entityFramework> |
|
16 |
<system.serviceModel> |
|
17 |
<bindings /> |
|
18 |
<client /> |
|
19 |
</system.serviceModel> |
|
20 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Log.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> |
|
5 |
</configSections> |
|
6 |
<log4net> |
|
7 |
<appender name="EventLogAppender" type="log4net.Appender.EventLogAppender"> |
|
8 |
<applicationName value="ServiceStation"/> |
|
9 |
<layout type="log4net.Layout.PatternLayout"> |
|
10 |
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" /> |
|
11 |
</layout> |
|
12 |
</appender> |
|
13 |
<root> |
|
14 |
<level value="All" /> |
|
15 |
<appender-ref ref="EventLogAppender" /> |
|
16 |
</root> |
|
17 |
</log4net> |
|
18 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.ConvertProcess/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="log4net" version="2.0.8" targetFramework="net45" /> |
|
5 |
<package id="Markus.Message" version="1.5.2" targetFramework="net45" /> |
|
6 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
7 |
<package id="Obfuscar" version="2.2.19" targetFramework="net45" developmentDependency="true" /> |
|
8 |
<package id="Salaros.ConfigParser" version="0.3.3" targetFramework="net45" /> |
|
9 |
</packages> |
ConvertService/ServiceBase/Markus.Service.DataBase/App.Config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
|
5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
6 |
</configSections> |
|
7 |
<connectionStrings><add name="MarkusEntities" connectionString="metadata=res://*/markusModel.csdl|res://*/markusModel.ssdl|res://*/markusModel.msl;provider=System.Data.SqlClient;provider connection string="data source=STORM565\SQLEXPRESS;initial catalog=Markus;persist security info=True;user id=ConvertService;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /></connectionStrings> |
|
8 |
<entityFramework> |
|
9 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> |
|
10 |
<parameters> |
|
11 |
<parameter value="mssqllocaldb" /> |
|
12 |
</parameters> |
|
13 |
</defaultConnectionFactory> |
|
14 |
<providers> |
|
15 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
16 |
</providers> |
|
17 |
</entityFramework> |
|
18 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.DataBase/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="EntityFramework.ko" version="6.2.0" targetFramework="net45" /> |
|
5 |
<package id="Markus.Message" version="1.5.2" targetFramework="net45" /> |
|
6 |
</packages> |
ConvertService/ServiceBase/Markus.Service.Extensions/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
4 |
<package id="Salaros.ConfigParser" version="0.3.3" targetFramework="net45" /> |
|
5 |
</packages> |
ConvertService/ServiceBase/Markus.Service.Monitor/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?> |
|
2 |
<configuration> |
|
3 |
<startup> |
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
5 |
</startup> |
|
6 |
<system.serviceModel> |
|
7 |
<bindings> |
|
8 |
<basicHttpBinding> |
|
9 |
<binding name="BasicHttpBinding_IStationService" /> |
|
10 |
</basicHttpBinding> |
|
11 |
</bindings> |
|
12 |
<client> |
|
13 |
<endpoint address="http://localhost:9111/StationService" binding="basicHttpBinding" |
|
14 |
bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" |
|
15 |
name="BasicHttpBinding_IStationService" /> |
|
16 |
</client> |
|
17 |
</system.serviceModel> |
|
18 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.Monitor/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
4 |
<package id="Salaros.ConfigParser" version="0.3.3" targetFramework="net45" /> |
|
5 |
</packages> |
ConvertService/ServiceBase/Markus.Service.Station/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
|
5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
6 |
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> |
|
7 |
</configSections> |
|
8 |
<log4net> |
|
9 |
<appender name="EventLogAppender" type="log4net.Appender.EventLogAppender"> |
|
10 |
<applicationName value="ServiceStation"/> |
|
11 |
<layout type="log4net.Layout.PatternLayout"> |
|
12 |
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" /> |
|
13 |
</layout> |
|
14 |
</appender> |
|
15 |
<root> |
|
16 |
<level value="All" /> |
|
17 |
<appender-ref ref="EventLogAppender" /> |
|
18 |
</root> |
|
19 |
</log4net> |
|
20 |
<startup> |
|
21 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
22 |
</startup> |
|
23 |
<entityFramework> |
|
24 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
25 |
<providers> |
|
26 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
27 |
</providers> |
|
28 |
</entityFramework> |
|
29 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.Station/Log.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> |
|
5 |
</configSections> |
|
6 |
<log4net> |
|
7 |
<appender name="EventLogAppender" type="log4net.Appender.EventLogAppender"> |
|
8 |
<applicationName value="ServiceStation"/> |
|
9 |
<layout type="log4net.Layout.PatternLayout"> |
|
10 |
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" /> |
|
11 |
</layout> |
|
12 |
</appender> |
|
13 |
<root> |
|
14 |
<level value="All" /> |
|
15 |
<appender-ref ref="EventLogAppender" /> |
|
16 |
</root> |
|
17 |
</log4net> |
|
18 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.Station/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="EntityFramework.ko" version="6.2.0" targetFramework="net45" /> |
|
5 |
<package id="log4net" version="2.0.8" targetFramework="net45" /> |
|
6 |
<package id="Markus.LibraryInstaller" version="1.5.1" targetFramework="net45" /> |
|
7 |
<package id="Markus.Message" version="1.5.2" targetFramework="net45" /> |
|
8 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
9 |
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" /> |
|
10 |
<package id="Obfuscar" version="2.2.19" targetFramework="net45" developmentDependency="true" /> |
|
11 |
<package id="Salaros.ConfigParser" version="0.3.3" targetFramework="net45" /> |
|
12 |
</packages> |
ConvertService/ServiceBase/Markus.Service.StationController/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<startup> |
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> |
|
5 |
</startup> |
|
6 |
<runtime> |
|
7 |
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
|
8 |
<dependentAssembly> |
|
9 |
<assemblyIdentity name="CommonServiceLocator" publicKeyToken="489b6accfaf20ef0" culture="neutral" /> |
|
10 |
<bindingRedirect oldVersion="0.0.0.0-2.0.4.0" newVersion="2.0.4.0" /> |
|
11 |
</dependentAssembly> |
|
12 |
</assemblyBinding> |
|
13 |
</runtime> |
|
14 |
<system.serviceModel> |
|
15 |
<bindings> |
|
16 |
<basicHttpBinding> |
|
17 |
<binding name="BasicHttpBinding_IStationService" /> |
|
18 |
</basicHttpBinding> |
|
19 |
</bindings> |
|
20 |
<client> |
|
21 |
<endpoint address="http://192.168.0.76:9111/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService" /> |
|
22 |
</client> |
|
23 |
</system.serviceModel> |
|
24 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.StationController/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="CommonServiceLocator" version="2.0.4" targetFramework="net461" /> |
|
4 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
5 |
<package id="MvvmLightLibs" version="5.4.1.1" targetFramework="net472" /> |
|
6 |
<package id="Salaros.ConfigParser" version="0.3.3" targetFramework="net45" /> |
|
7 |
</packages> |
ConvertService/ServiceBase/Markus.Service.WcfService/app.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<appSettings> |
|
4 |
<add key="aspnet:UseTaskFriendlySynchronizationContext" value="true" /> |
|
5 |
<add key="ClientSettingsProvider.ServiceUri" value="" /> |
|
6 |
</appSettings> |
|
7 |
<system.web> |
|
8 |
<compilation debug="true" /> |
|
9 |
<membership defaultProvider="ClientAuthenticationMembershipProvider"> |
|
10 |
<providers> |
|
11 |
<add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" /> |
|
12 |
</providers> |
|
13 |
</membership> |
|
14 |
<roleManager defaultProvider="ClientRoleProvider" enabled="true"> |
|
15 |
<providers> |
|
16 |
<add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" /> |
|
17 |
</providers> |
|
18 |
</roleManager> |
|
19 |
</system.web> |
|
20 |
<!-- 서비스 라이브러리 프로젝트를 배포할 때 호스트의 app.config 파일에 구성 파일의 내용을 추가해야 합니다. |
|
21 |
System.Configuration이 라이브러리에 대한 구성 파일을 지원하지 않습니다. --> |
|
22 |
<system.serviceModel> |
|
23 |
<services> |
|
24 |
<service name="Markus.Service.IWcfService.MonitorService"> |
|
25 |
<endpoint address="" binding="basicHttpBinding" contract="Markus.Service.IWcfService.IMonitorService"> |
|
26 |
<identity> |
|
27 |
<dns value="localhost" /> |
|
28 |
</identity> |
|
29 |
</endpoint> |
|
30 |
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" /> |
|
31 |
<host> |
|
32 |
<baseAddresses> |
|
33 |
<add baseAddress="Http://localhost:9112/ConvertService" /> |
|
34 |
</baseAddresses> |
|
35 |
</host> |
|
36 |
</service> |
|
37 |
<service name="Markus.Service.IWcfService.StationService"> |
|
38 |
<endpoint address="" behaviorConfiguration="" binding="basicHttpBinding" |
|
39 |
bindingConfiguration="" contract="Markus.Service.IWcfService.IStationService"> |
|
40 |
<identity> |
|
41 |
<dns value="localhost" /> |
|
42 |
</identity> |
|
43 |
</endpoint> |
|
44 |
<endpoint address="mex" binding="mexHttpBinding" contract="IMetadataExchange" /> |
|
45 |
<endpoint address="REST" behaviorConfiguration="webhttpBehavior" |
|
46 |
binding="webHttpBinding" bindingConfiguration="" contract="Markus.Service.IWcfService.IStationService" /> |
|
47 |
<host> |
|
48 |
<baseAddresses> |
|
49 |
<add baseAddress="Http://localhost:9111/StationService" /> |
|
50 |
</baseAddresses> |
|
51 |
</host> |
|
52 |
</service> |
|
53 |
</services> |
|
54 |
<behaviors> |
|
55 |
<endpointBehaviors> |
|
56 |
<behavior name="webhttpBehavior"> |
|
57 |
<webHttp helpEnabled="true" defaultBodyStyle="Wrapped" defaultOutgoingResponseFormat="Json" /> |
|
58 |
</behavior> |
|
59 |
</endpointBehaviors> |
|
60 |
<serviceBehaviors> |
|
61 |
<behavior name=""> |
|
62 |
<serviceMetadata httpGetEnabled="true" httpsGetEnabled="true" /> |
|
63 |
<serviceDebug includeExceptionDetailInFaults="false" /> |
|
64 |
</behavior> |
|
65 |
</serviceBehaviors> |
|
66 |
</behaviors> |
|
67 |
</system.serviceModel> |
|
68 |
</configuration> |
ConvertService/ServiceBase/Markus.Service.WcfService/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="Markus.Message" version="1.5.2" targetFramework="net45" /> |
|
4 |
</packages> |
ConvertService/ServiceBase/MonitorTest/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?> |
|
2 |
<configuration> |
|
3 |
<startup> |
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
5 |
</startup> |
|
6 |
<system.serviceModel> |
|
7 |
<bindings> |
|
8 |
<basicHttpBinding> |
|
9 |
<binding name="BasicHttpBinding_IStationService" /> |
|
10 |
</basicHttpBinding> |
|
11 |
</bindings> |
|
12 |
<client> |
|
13 |
<endpoint address="http://localhost:9111/StationService" binding="basicHttpBinding" |
|
14 |
bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" |
|
15 |
name="BasicHttpBinding_IStationService" /> |
|
16 |
</client> |
|
17 |
</system.serviceModel> |
|
18 |
</configuration> |
ConvertService/ServiceBase/MonitorTest/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" /> |
|
4 |
<package id="Salaros.ConfigParser" version="0.3.3" targetFramework="net45" /> |
|
5 |
</packages> |
ConvertService/ServiceBase/ServiceTestApp/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
|
5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
6 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --></configSections> |
|
7 |
<connectionStrings> |
|
8 |
<add name="MarkusEntities" connectionString="metadata=res://*/markusModel.csdl|res://*/markusModel.ssdl|res://*/markusModel.msl;provider=System.Data.SqlClient;provider connection string="data source=.\SQLEXPRESS;initial catalog=Markus;persist security info=True;user id=ConvertService;MultipleActiveResultSets=True;App=EntityFramework"" providerName="System.Data.EntityClient" /> |
|
9 |
</connectionStrings> |
|
10 |
<entityFramework> |
|
11 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework"> |
|
12 |
<parameters> |
|
13 |
<parameter value="mssqllocaldb" /> |
|
14 |
</parameters> |
|
15 |
</defaultConnectionFactory> |
|
16 |
<providers> |
|
17 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
18 |
</providers> |
|
19 |
</entityFramework> |
|
20 |
<startup> |
|
21 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
22 |
</startup> |
|
23 |
<!--<system.serviceModel> |
|
24 |
<bindings> |
|
25 |
<basicHttpBinding> |
|
26 |
<binding name="BasicHttpBinding_IStationService" /> |
|
27 |
<binding name="BasicHttpBinding_IConvertService" /> |
|
28 |
</basicHttpBinding> |
|
29 |
</bindings> |
|
30 |
<client> |
|
31 |
<endpoint address="http://localhost:9101/StationService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" name="BasicHttpBinding_IStationService" /> |
|
32 |
<endpoint address="http://localhost:9102/ConvertService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IConvertService" contract="ConvertService.IConvertService" name="BasicHttpBinding_IConvertService" /> |
|
33 |
</client> |
|
34 |
</system.serviceModel>--> |
|
35 |
<system.serviceModel> |
|
36 |
<bindings> |
|
37 |
<basicHttpBinding> |
|
38 |
<binding name="BasicHttpBinding_IConvertService" /> |
|
39 |
<binding name="BasicHttpBinding_IStationService" /> |
|
40 |
</basicHttpBinding> |
|
41 |
</bindings> |
|
42 |
<client> |
|
43 |
<endpoint address="http://localhost:9112/ConvertService" binding="basicHttpBinding" |
|
44 |
bindingConfiguration="BasicHttpBinding_IConvertService" contract="ConvertService.IConvertService" |
|
45 |
name="BasicHttpBinding_IConvertService" /> |
|
46 |
<endpoint address="http://localhost:9111/StationService" binding="basicHttpBinding" |
|
47 |
bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" |
|
48 |
name="BasicHttpBinding_IStationService" /> |
|
49 |
</client> |
|
50 |
</system.serviceModel> |
|
51 |
</configuration> |
ConvertService/ServiceBase/ServiceTestApp/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="EntityFramework.ko" version="6.2.0" targetFramework="net45" /> |
|
5 |
<package id="Markus.LibraryInstaller" version="1.5.1" targetFramework="net45" /> |
|
6 |
<package id="Markus.Message" version="1.5.2" targetFramework="net45" /> |
|
7 |
<package id="Newtonsoft.Json" version="12.0.2" targetFramework="net45" /> |
|
8 |
</packages> |
ConvertService/ServiceBase/ServiceUnitTest/app.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<configuration> |
|
3 |
<configSections> |
|
4 |
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 --> |
|
5 |
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" /> |
|
6 |
</configSections> |
|
7 |
<system.serviceModel> |
|
8 |
<bindings> |
|
9 |
<basicHttpBinding> |
|
10 |
<binding name="BasicHttpBinding_IConvertService" /> |
|
11 |
</basicHttpBinding> |
|
12 |
</bindings> |
|
13 |
<client> |
|
14 |
<endpoint address="http://localhost:9001/ConvertService" binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IConvertService" contract="ConvertService.IConvertService" name="BasicHttpBinding_IConvertService" /> |
|
15 |
</client> |
|
16 |
</system.serviceModel> |
|
17 |
<entityFramework> |
|
18 |
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" /> |
|
19 |
<providers> |
|
20 |
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" /> |
|
21 |
</providers> |
|
22 |
</entityFramework> |
|
23 |
</configuration> |
ConvertService/ServiceBase/ServiceUnitTest/packages.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8"?> |
|
2 |
<packages> |
|
3 |
<package id="EntityFramework" version="6.2.0" targetFramework="net45" /> |
|
4 |
<package id="EntityFramework.ko" version="6.2.0" targetFramework="net45" /> |
|
5 |
<package id="MSTest.TestAdapter" version="1.3.2" targetFramework="net45" /> |
|
6 |
<package id="MSTest.TestFramework" version="1.3.2" targetFramework="net45" /> |
|
7 |
</packages> |
ConvertService/ServiceBase/WcfCheck/App.config | ||
---|---|---|
1 |
<?xml version="1.0" encoding="utf-8" ?> |
|
2 |
<configuration> |
|
3 |
<startup> |
|
4 |
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> |
|
5 |
</startup> |
|
6 |
<system.serviceModel> |
|
7 |
<bindings> |
|
8 |
<basicHttpBinding> |
|
9 |
<binding name="BasicHttpBinding_IStationService" /> |
|
10 |
</basicHttpBinding> |
|
11 |
</bindings> |
|
12 |
<client> |
|
13 |
<endpoint address="http://localhost:9111/StationService" binding="basicHttpBinding" |
|
14 |
bindingConfiguration="BasicHttpBinding_IStationService" contract="StationService.IStationService" |
|
15 |
name="BasicHttpBinding_IStationService" /> |
|
16 |
</client> |
|
17 |
</system.serviceModel> |
|
18 |
</configuration> |
내보내기 Unified diff