개정판 a5e5fff6
issue #0000 convert service의 entity를 dapper로 변경
Change-Id: I13069095813cf5dd7d7c79c7f17839682aed4fe1
ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj | ||
---|---|---|
8 | 8 |
<OutputType>Exe</OutputType> |
9 | 9 |
<RootNamespace>Markus.Service.ConvertProcess</RootNamespace> |
10 | 10 |
<AssemblyName>Markus.Service.ConvertProcess</AssemblyName> |
11 |
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
|
11 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
12 | 12 |
<FileAlignment>512</FileAlignment> |
13 | 13 |
<Deterministic>true</Deterministic> |
14 | 14 |
<NuGetPackageImportStamp> |
15 | 15 |
</NuGetPackageImportStamp> |
16 | 16 |
<TargetFrameworkProfile /> |
17 |
<PublishUrl>게시\</PublishUrl> |
|
18 |
<Install>true</Install> |
|
19 |
<InstallFrom>Disk</InstallFrom> |
|
20 |
<UpdateEnabled>false</UpdateEnabled> |
|
21 |
<UpdateMode>Foreground</UpdateMode> |
|
22 |
<UpdateInterval>7</UpdateInterval> |
|
23 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
24 |
<UpdatePeriodically>false</UpdatePeriodically> |
|
25 |
<UpdateRequired>false</UpdateRequired> |
|
26 |
<MapFileExtensions>true</MapFileExtensions> |
|
27 |
<ApplicationRevision>0</ApplicationRevision> |
|
28 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
29 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
30 |
<UseApplicationTrust>false</UseApplicationTrust> |
|
31 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
17 | 32 |
</PropertyGroup> |
18 | 33 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 34 |
<PlatformTarget>AnyCPU</PlatformTarget> |
... | ... | |
162 | 177 |
<Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project> |
163 | 178 |
<Name>Markus.Service.Convert</Name> |
164 | 179 |
</ProjectReference> |
165 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
|
166 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
|
167 |
<Name>Markus.Service.DataBase</Name> |
|
168 |
</ProjectReference> |
|
169 | 180 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
170 | 181 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
171 | 182 |
<Name>Markus.Service.Extensions</Name> |
... | ... | |
184 | 195 |
</None> |
185 | 196 |
</ItemGroup> |
186 | 197 |
<ItemGroup> |
187 |
<PackageReference Include="EntityFramework"> |
|
188 |
<Version>6.4.4</Version> |
|
189 |
</PackageReference> |
|
190 | 198 |
<PackageReference Include="log4net"> |
191 | 199 |
<Version>2.0.8</Version> |
192 | 200 |
</PackageReference> |
... | ... | |
202 | 210 |
<PrivateAssets>all</PrivateAssets> |
203 | 211 |
</PackageReference> |
204 | 212 |
</ItemGroup> |
213 |
<ItemGroup> |
|
214 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
215 |
<Visible>False</Visible> |
|
216 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
217 |
<Install>false</Install> |
|
218 |
</BootstrapperPackage> |
|
219 |
</ItemGroup> |
|
205 | 220 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
206 | 221 |
<PropertyGroup> |
207 | 222 |
<PreBuildEvent>rem xcopy /y /d "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)" |
208 | 223 |
|
209 | 224 |
if $(ConfigurationName) == ConvertProcessTest ( |
210 | 225 |
xcopy /y /d /I /s "$(TargetDir)plugin.ini" "$(TargetDir)\..\" |
211 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin" |
|
226 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\ErrorNotice\*.*" "$(TargetDir)\..\Plugin" |
|
227 |
rem xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin" |
|
212 | 228 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin" |
213 | 229 |
)</PreBuildEvent> |
214 | 230 |
</PropertyGroup> |
내보내기 Unified diff