프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

markus / ConvertService / ServiceBase / Markus.Service.ConvertProcess / Markus.Service.ConvertProcess.csproj @ 950e6b84

이력 | 보기 | 이력해설 | 다운로드 (9 KB)

1
<?xml version="1.0" encoding="utf-8"?>
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
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProjectGuid>{3F94FECF-4326-4452-8067-9F7B45D9BC6C}</ProjectGuid>
9
    <OutputType>Exe</OutputType>
10
    <RootNamespace>Markus.Service.ConvertProcess</RootNamespace>
11
    <AssemblyName>Markus.Service.ConvertProcess</AssemblyName>
12
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <NuGetPackageImportStamp>
16
    </NuGetPackageImportStamp>
17
    <TargetFrameworkProfile />
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
    <PlatformTarget>AnyCPU</PlatformTarget>
21
    <DebugSymbols>true</DebugSymbols>
22
    <DebugType>full</DebugType>
23
    <Optimize>false</Optimize>
24
    <OutputPath>bin\Debug\</OutputPath>
25
    <DefineConstants>DEBUG;TRACE</DefineConstants>
26
    <ErrorReport>prompt</ErrorReport>
27
    <WarningLevel>4</WarningLevel>
28
    <Prefer32Bit>false</Prefer32Bit>
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31
    <PlatformTarget>AnyCPU</PlatformTarget>
32
    <DebugType>pdbonly</DebugType>
33
    <Optimize>true</Optimize>
34
    <OutputPath>bin\Release\</OutputPath>
35
    <DefineConstants>TRACE</DefineConstants>
36
    <ErrorReport>prompt</ErrorReport>
37
    <WarningLevel>4</WarningLevel>
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40
    <DebugSymbols>true</DebugSymbols>
41
    <OutputPath>bin\x64\Debug\</OutputPath>
42
    <DefineConstants>TRACE;DEBUG</DefineConstants>
43
    <DebugType>full</DebugType>
44
    <PlatformTarget>x64</PlatformTarget>
45
    <ErrorReport>prompt</ErrorReport>
46
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47
    <Prefer32Bit>true</Prefer32Bit>
48
  </PropertyGroup>
49
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
50
    <OutputPath>bin\x64\Release\</OutputPath>
51
    <DefineConstants>TRACE</DefineConstants>
52
    <Optimize>false</Optimize>
53
    <DebugType>pdbonly</DebugType>
54
    <PlatformTarget>x64</PlatformTarget>
55
    <ErrorReport>prompt</ErrorReport>
56
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
57
    <Prefer32Bit>true</Prefer32Bit>
58
  </PropertyGroup>
59
  <PropertyGroup>
60
    <SignAssembly>true</SignAssembly>
61
  </PropertyGroup>
62
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|AnyCPU'">
63
    <DebugSymbols>true</DebugSymbols>
64
    <OutputPath>bin\ConvertProcessTest\</OutputPath>
65
    <DefineConstants>DEBUG;TRACE</DefineConstants>
66
    <DebugType>full</DebugType>
67
    <PlatformTarget>AnyCPU</PlatformTarget>
68
    <LangVersion>7.3</LangVersion>
69
    <ErrorReport>prompt</ErrorReport>
70
  </PropertyGroup>
71
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'">
72
    <DebugSymbols>true</DebugSymbols>
73
    <OutputPath>bin\x64\ConvertProcessTest\</OutputPath>
74
    <DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants>
75
    <DebugType>full</DebugType>
76
    <PlatformTarget>x64</PlatformTarget>
77
    <LangVersion>7.3</LangVersion>
78
    <ErrorReport>prompt</ErrorReport>
79
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
80
    <Prefer32Bit>true</Prefer32Bit>
81
  </PropertyGroup>
82
  <ItemGroup>
83
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
84
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
85
    </Reference>
86
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
87
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
88
    </Reference>
89
    <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
90
      <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
91
    </Reference>
92
    <Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
93
      <HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath>
94
    </Reference>
95
    <Reference Include="System" />
96
    <Reference Include="System.ComponentModel.DataAnnotations" />
97
    <Reference Include="System.Core" />
98
    <Reference Include="System.Runtime.Serialization" />
99
    <Reference Include="System.ServiceModel" />
100
    <Reference Include="System.Web.Extensions" />
101
    <Reference Include="System.Windows.Forms" />
102
    <Reference Include="System.Xml.Linq" />
103
    <Reference Include="System.Data.DataSetExtensions" />
104
    <Reference Include="Microsoft.CSharp" />
105
    <Reference Include="System.Data" />
106
    <Reference Include="System.Net.Http" />
107
    <Reference Include="System.Xml" />
108
  </ItemGroup>
109
  <ItemGroup>
110
    <Compile Include="Program.cs" />
111
    <Compile Include="Properties\AssemblyInfo.cs" />
112
  </ItemGroup>
113
  <ItemGroup>
114
    <None Include="..\Markus.Service.Station\Log.config">
115
      <Link>Log.config</Link>
116
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
117
    </None>
118
    <None Include="..\Markus.Service.Station\Plugin.ini">
119
      <Link>Plugin.ini</Link>
120
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
121
    </None>
122
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
123
      <Link>ServiceStation.ini</Link>
124
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
125
    </None>
126
    <None Include="App.config" />
127
    <None Include="packages.config" />
128
  </ItemGroup>
129
  <ItemGroup>
130
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
131
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
132
      <Name>Markus.Service.Interface</Name>
133
    </ProjectReference>
134
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
135
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
136
      <Name>Markus.Service.Convert</Name>
137
    </ProjectReference>
138
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
139
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
140
      <Name>Markus.Service.DataBase</Name>
141
    </ProjectReference>
142
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
143
      <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project>
144
      <Name>Markus.Service.Extensions</Name>
145
    </ProjectReference>
146
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
147
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
148
      <Name>Markus.Service.WcfClient</Name>
149
    </ProjectReference>
150
  </ItemGroup>
151
  <ItemGroup>
152
    <WCFMetadata Include="Connected Services\" />
153
  </ItemGroup>
154
  <ItemGroup>
155
    <None Include="obfuscar.xml">
156
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
157
    </None>
158
  </ItemGroup>
159
  <ItemGroup>
160
    <None Include="MailTemplate.html">
161
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
162
    </None>
163
  </ItemGroup>
164
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
165
  <PropertyGroup>
166
    <PreBuildEvent>if $(ConfigurationName) == ConvertProcessTest (
167
xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
168
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\ErrorNotice\*.*" "$(ProjectDir)$(OutDir)Plugin\ErrorNotice"
169
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\DirectDownload\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin\DirectDownload"
170
) ELSE (
171
xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
172
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
173
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
174
)</PreBuildEvent>
175
  </PropertyGroup>
176
  <PropertyGroup>
177
    <PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent>
178
  </PropertyGroup>
179
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
180
    <PropertyGroup>
181
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
182
    </PropertyGroup>
183
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.19\build\obfuscar.props'))" />
184
  </Target>
185
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)