프로젝트

일반

사용자정보

개정판 98ee04d3

ID98ee04d39ff7555ef7eb60c1090ac299d410767f
상위 0630b634
하위 b4c3a2c3

김태성이(가) 5년 이상 전에 추가함

markus database nuget 적용

Change-Id: I5d9a7e22a25284299aca1ec943858eeaeadb850c

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/App.config
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5
    </startup>
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>
6 10
  <runtime>
7 11
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
8 12
      <!--모든 DLL을 Bin폴더에서 참조한다.-->
......
17 21
      </dependentAssembly>
18 22
    </assemblyBinding>
19 23
  </runtime>
20
    <system.serviceModel>
21
        <bindings />
22
        <client />
23
    </system.serviceModel>
24
</configuration>
24
  <system.serviceModel>
25
    <bindings />
26
    <client />
27
  </system.serviceModel>
28
  <entityFramework>
29
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
30
    <providers>
31
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
32
    </providers>
33
  </entityFramework>
34
</configuration>
ConvertService/ServiceBase/Markus.Service.StationController/Markus.Service.StationController.csproj
62 62
    <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
63 63
      <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
64 64
    </Reference>
65
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
66
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
67
    </Reference>
68
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
69
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
70
    </Reference>
71
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
72
      <HintPath>..\packages\MarkusDatabase.1.7.2\lib\net45\Markus.EntityModel.dll</HintPath>
73
    </Reference>
65 74
    <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
66 75
      <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
67 76
    </Reference>
......
78 87
      <HintPath>..\packages\Expression.Blend.Sdk.WPF.1.0.1\lib\net45\Microsoft.Expression.Interactions.dll</HintPath>
79 88
    </Reference>
80 89
    <Reference Include="System" />
90
    <Reference Include="System.ComponentModel.DataAnnotations" />
81 91
    <Reference Include="System.Data" />
82 92
    <Reference Include="System.Drawing" />
83 93
    <Reference Include="System.Runtime.Serialization" />
ConvertService/ServiceBase/Markus.Service.StationController/packages.config
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<packages>
3
  <package id="EntityFramework" version="6.2.0" targetFramework="net45" />
3 4
  <package id="Expression.Blend.Sdk.WPF" version="1.0.1" targetFramework="net45" />
4 5
  <package id="Markus.Message" version="1.5.4" targetFramework="net45" />
6
  <package id="MarkusDatabase" version="1.7.2" targetFramework="net45" />
5 7
  <package id="MaterialDesignColors" version="1.2.0" targetFramework="net45" />
6 8
  <package id="MaterialDesignThemes" version="2.6.0" targetFramework="net45" />
7 9
  <package id="Microsoft.CSharp" version="4.5.0" targetFramework="net45" />

내보내기 Unified diff

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