개정판 a5e5fff6
issue #0000 convert service의 entity를 dapper로 변경
Change-Id: I13069095813cf5dd7d7c79c7f17839682aed4fe1
ConvertService/ServiceBase/Markus.Service.StationConsole/Markus.Service.StationConsole.csproj | ||
---|---|---|
8 | 8 |
<OutputType>Exe</OutputType> |
9 | 9 |
<RootNamespace>Markus.Service.StationConsole</RootNamespace> |
10 | 10 |
<AssemblyName>Markus.Service.StationConsole</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
|
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<Deterministic>true</Deterministic> |
14 | 14 |
<TargetFrameworkProfile /> |
15 |
<PublishUrl>게시\</PublishUrl> |
|
16 |
<Install>true</Install> |
|
17 |
<InstallFrom>Disk</InstallFrom> |
|
18 |
<UpdateEnabled>false</UpdateEnabled> |
|
19 |
<UpdateMode>Foreground</UpdateMode> |
|
20 |
<UpdateInterval>7</UpdateInterval> |
|
21 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
22 |
<UpdatePeriodically>false</UpdatePeriodically> |
|
23 |
<UpdateRequired>false</UpdateRequired> |
|
24 |
<MapFileExtensions>true</MapFileExtensions> |
|
25 |
<ApplicationRevision>0</ApplicationRevision> |
|
26 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
27 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
28 |
<UseApplicationTrust>false</UseApplicationTrust> |
|
29 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
15 | 30 |
</PropertyGroup> |
16 | 31 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 32 |
<PlatformTarget>x64</PlatformTarget> |
... | ... | |
109 | 124 |
</ProjectReference> |
110 | 125 |
</ItemGroup> |
111 | 126 |
<ItemGroup> |
112 |
<PackageReference Include="EntityFramework"> |
|
113 |
<Version>6.4.4</Version> |
|
114 |
</PackageReference> |
|
127 |
<BootstrapperPackage Include=".NETFramework,Version=v4.5.2"> |
|
128 |
<Visible>False</Visible> |
|
129 |
<ProductName>Microsoft .NET Framework 4.5.2%28x86 및 x64%29</ProductName> |
|
130 |
<Install>true</Install> |
|
131 |
</BootstrapperPackage> |
|
132 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
133 |
<Visible>False</Visible> |
|
134 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
135 |
<Install>false</Install> |
|
136 |
</BootstrapperPackage> |
|
115 | 137 |
</ItemGroup> |
116 | 138 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
117 | 139 |
<PropertyGroup> |
내보내기 Unified diff