프로젝트

일반

사용자정보

개정판 43e1d368

ID43e1d3684849725d38b5c74b43d4bb593f546d7a
상위 d91efe5c
하위 42d49521

김태성이(가) 약 2년 전에 추가함

issue #0000 코드 정리

Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939

차이점 보기:

ConvertService/ServiceBase/Markus.Service.ConvertProcess/Markus.Service.ConvertProcess.csproj
1 1
<?xml version="1.0" encoding="utf-8"?>
2 2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\Obfuscar.2.2.19\build\obfuscar.props" Condition="Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" />
4 3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5 4
  <PropertyGroup>
6 5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
......
9 8
    <OutputType>Exe</OutputType>
10 9
    <RootNamespace>Markus.Service.ConvertProcess</RootNamespace>
11 10
    <AssemblyName>Markus.Service.ConvertProcess</AssemblyName>
12
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
11
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
13 12
    <FileAlignment>512</FileAlignment>
14 13
    <Deterministic>true</Deterministic>
15 14
    <NuGetPackageImportStamp>
......
38 37
  </PropertyGroup>
39 38
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40 39
    <DebugSymbols>true</DebugSymbols>
41
    <OutputPath>bin\x64\Debug\</OutputPath>
40
    <OutputPath>..\Debug\ConvertProcess\</OutputPath>
42 41
    <DefineConstants>TRACE;DEBUG</DefineConstants>
43 42
    <DebugType>full</DebugType>
44 43
    <PlatformTarget>x64</PlatformTarget>
......
100 99
    <Prefer32Bit>true</Prefer32Bit>
101 100
  </PropertyGroup>
102 101
  <ItemGroup>
103
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
104
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
105
    </Reference>
106
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
107
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
108
    </Reference>
109
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
110
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
111
    </Reference>
112 102
    <Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
113
      <HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath>
103
      <SpecificVersion>False</SpecificVersion>
104
      <HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath>
114 105
    </Reference>
115 106
    <Reference Include="System" />
116 107
    <Reference Include="System.ComponentModel.DataAnnotations" />
......
144 135
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
145 136
    </None>
146 137
    <None Include="App.config" />
147
    <None Include="packages.config" />
148 138
  </ItemGroup>
149 139
  <ItemGroup>
150 140
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
......
181 171
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
182 172
    </None>
183 173
  </ItemGroup>
174
  <ItemGroup>
175
    <PackageReference Include="EntityFramework">
176
      <Version>6.4.4</Version>
177
    </PackageReference>
178
    <PackageReference Include="log4net">
179
      <Version>2.0.8</Version>
180
    </PackageReference>
181
    <PackageReference Include="Microsoft.CSharp">
182
      <Version>4.5.0</Version>
183
    </PackageReference>
184
    <PackageReference Include="Obfuscar">
185
      <Version>2.2.19</Version>
186
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
187
      <PrivateAssets>all</PrivateAssets>
188
    </PackageReference>
189
  </ItemGroup>
184 190
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
185 191
  <PropertyGroup>
186
    <PreBuildEvent>xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
192
    <PreBuildEvent>rem xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
187 193

  
188 194
if $(ConfigurationName) == ConvertProcessTest (
189
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
190
rem xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\ErrorNotice\*.*" "$(ProjectDir)$(OutDir)Plugin\ErrorNotice"
191
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\DirectDownload\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin\DirectDownload"
192
) ELSE (
193
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
194
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
195
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin"
196
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin"
195 197
)</PreBuildEvent>
196 198
  </PropertyGroup>
197 199
  <PropertyGroup>
198 200
    <PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent>
199 201
  </PropertyGroup>
200
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
201
    <PropertyGroup>
202
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
203
    </PropertyGroup>
204
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.19\build\obfuscar.props'))" />
205
  </Target>
206 202
</Project>

내보내기 Unified diff

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