프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.ConvertProcess / Markus.Service.ConvertProcess.csproj @ e46ef756

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

1 53c9637d taeseongkim
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{3F94FECF-4326-4452-8067-9F7B45D9BC6C}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>Markus.Service.ConvertProcess</RootNamespace>
10
    <AssemblyName>Markus.Service.ConvertProcess</AssemblyName>
11 a5e5fff6 taeseongkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12 53c9637d taeseongkim
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14
    <NuGetPackageImportStamp>
15
    </NuGetPackageImportStamp>
16 77cdac33 taeseongkim
    <TargetFrameworkProfile />
17 0a64fa85 taeseongkim
    <IsWebBootstrapper>false</IsWebBootstrapper>
18 a5e5fff6 taeseongkim
    <PublishUrl>게시\</PublishUrl>
19
    <Install>true</Install>
20
    <InstallFrom>Disk</InstallFrom>
21
    <UpdateEnabled>false</UpdateEnabled>
22
    <UpdateMode>Foreground</UpdateMode>
23
    <UpdateInterval>7</UpdateInterval>
24
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
25
    <UpdatePeriodically>false</UpdatePeriodically>
26
    <UpdateRequired>false</UpdateRequired>
27
    <MapFileExtensions>true</MapFileExtensions>
28
    <ApplicationRevision>0</ApplicationRevision>
29
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
30
    <UseApplicationTrust>false</UseApplicationTrust>
31
    <BootstrapperEnabled>true</BootstrapperEnabled>
32 53c9637d taeseongkim
  </PropertyGroup>
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
34
    <PlatformTarget>AnyCPU</PlatformTarget>
35
    <DebugSymbols>true</DebugSymbols>
36
    <DebugType>full</DebugType>
37
    <Optimize>false</Optimize>
38
    <OutputPath>bin\Debug\</OutputPath>
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40
    <ErrorReport>prompt</ErrorReport>
41
    <WarningLevel>4</WarningLevel>
42
    <Prefer32Bit>false</Prefer32Bit>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
45
    <PlatformTarget>AnyCPU</PlatformTarget>
46
    <DebugType>pdbonly</DebugType>
47
    <Optimize>true</Optimize>
48
    <OutputPath>bin\Release\</OutputPath>
49
    <DefineConstants>TRACE</DefineConstants>
50
    <ErrorReport>prompt</ErrorReport>
51
    <WarningLevel>4</WarningLevel>
52 b4a1c7ff taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
53 53c9637d taeseongkim
  </PropertyGroup>
54
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
55
    <DebugSymbols>true</DebugSymbols>
56 1d79913e taeseongkim
    <OutputPath>bin\x64\Debug\</OutputPath>
57 950e6b84 taeseongkim
    <DefineConstants>TRACE;DEBUG</DefineConstants>
58 53c9637d taeseongkim
    <DebugType>full</DebugType>
59
    <PlatformTarget>x64</PlatformTarget>
60
    <ErrorReport>prompt</ErrorReport>
61
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
62
    <Prefer32Bit>true</Prefer32Bit>
63
  </PropertyGroup>
64
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
65
    <OutputPath>bin\x64\Release\</OutputPath>
66
    <DefineConstants>TRACE</DefineConstants>
67
    <Optimize>false</Optimize>
68
    <DebugType>pdbonly</DebugType>
69
    <PlatformTarget>x64</PlatformTarget>
70
    <ErrorReport>prompt</ErrorReport>
71
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
72
    <Prefer32Bit>true</Prefer32Bit>
73
  </PropertyGroup>
74
  <PropertyGroup>
75
    <SignAssembly>true</SignAssembly>
76
  </PropertyGroup>
77 950e6b84 taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|AnyCPU'">
78
    <DebugSymbols>true</DebugSymbols>
79
    <OutputPath>bin\ConvertProcessTest\</OutputPath>
80
    <DefineConstants>DEBUG;TRACE</DefineConstants>
81
    <DebugType>full</DebugType>
82
    <PlatformTarget>AnyCPU</PlatformTarget>
83
    <LangVersion>7.3</LangVersion>
84
    <ErrorReport>prompt</ErrorReport>
85
  </PropertyGroup>
86
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'">
87
    <DebugSymbols>true</DebugSymbols>
88 d91efe5c taeseongkim
    <OutputPath>bin\x64\PROCESS_TEST\</OutputPath>
89 950e6b84 taeseongkim
    <DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants>
90
    <DebugType>full</DebugType>
91
    <PlatformTarget>x64</PlatformTarget>
92
    <LangVersion>7.3</LangVersion>
93
    <ErrorReport>prompt</ErrorReport>
94
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
95
    <Prefer32Bit>true</Prefer32Bit>
96
  </PropertyGroup>
97 d91efe5c taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'">
98
    <OutputPath>bin\ReleaseAll\</OutputPath>
99
    <DefineConstants>TRACE</DefineConstants>
100
    <Optimize>true</Optimize>
101
    <DebugType>pdbonly</DebugType>
102
    <PlatformTarget>AnyCPU</PlatformTarget>
103
    <LangVersion>7.3</LangVersion>
104
    <ErrorReport>prompt</ErrorReport>
105
    <Prefer32Bit>true</Prefer32Bit>
106
  </PropertyGroup>
107
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'">
108
    <OutputPath>..\publish\ConvertProcess\</OutputPath>
109
    <DefineConstants>TRACE</DefineConstants>
110
    <DebugType>pdbonly</DebugType>
111
    <PlatformTarget>x64</PlatformTarget>
112
    <LangVersion>7.3</LangVersion>
113
    <ErrorReport>prompt</ErrorReport>
114
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
115
    <Prefer32Bit>true</Prefer32Bit>
116
  </PropertyGroup>
117 b4a1c7ff taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
118
    <OutputPath>bin\ReleaseAll_XI\</OutputPath>
119
    <DefineConstants>TRACE</DefineConstants>
120
    <Optimize>true</Optimize>
121
    <DebugType>pdbonly</DebugType>
122
    <PlatformTarget>AnyCPU</PlatformTarget>
123
    <LangVersion>7.3</LangVersion>
124
    <ErrorReport>prompt</ErrorReport>
125
    <Prefer32Bit>true</Prefer32Bit>
126
  </PropertyGroup>
127
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'">
128
    <OutputPath>bin\x64\ReleaseAll_XI\</OutputPath>
129
    <DefineConstants>TRACE</DefineConstants>
130
    <DebugType>pdbonly</DebugType>
131
    <PlatformTarget>x64</PlatformTarget>
132
    <LangVersion>7.3</LangVersion>
133
    <ErrorReport>prompt</ErrorReport>
134
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
135
    <Prefer32Bit>true</Prefer32Bit>
136
  </PropertyGroup>
137 53c9637d taeseongkim
  <ItemGroup>
138
    <Reference Include="System" />
139
    <Reference Include="System.ComponentModel.DataAnnotations" />
140
    <Reference Include="System.Core" />
141
    <Reference Include="System.Runtime.Serialization" />
142
    <Reference Include="System.ServiceModel" />
143
    <Reference Include="System.Web.Extensions" />
144
    <Reference Include="System.Windows.Forms" />
145
    <Reference Include="System.Xml.Linq" />
146
    <Reference Include="System.Data.DataSetExtensions" />
147
    <Reference Include="Microsoft.CSharp" />
148
    <Reference Include="System.Data" />
149
    <Reference Include="System.Net.Http" />
150
    <Reference Include="System.Xml" />
151
  </ItemGroup>
152
  <ItemGroup>
153
    <Compile Include="Program.cs" />
154
    <Compile Include="Properties\AssemblyInfo.cs" />
155
  </ItemGroup>
156
  <ItemGroup>
157
    <None Include="..\Markus.Service.Station\Log.config">
158
      <Link>Log.config</Link>
159
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
160
    </None>
161 f363a40e taeseongkim
    <None Include="..\Markus.Service.Station\Plugin.ini">
162
      <Link>Plugin.ini</Link>
163
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
164
    </None>
165
    <None Include="..\Markus.Service.Station\ServiceStation.ini">
166
      <Link>ServiceStation.ini</Link>
167
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
168
    </None>
169 53c9637d taeseongkim
    <None Include="App.config" />
170
  </ItemGroup>
171
  <ItemGroup>
172
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
173
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
174
      <Name>Markus.Service.Interface</Name>
175
    </ProjectReference>
176 bfffd66f humkyung
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
177
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
178
      <Name>Markus.Service.Convert</Name>
179
    </ProjectReference>
180 53c9637d taeseongkim
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
181
      <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project>
182
      <Name>Markus.Service.Extensions</Name>
183
    </ProjectReference>
184 db0d3db3 taeseongkim
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
185
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
186
      <Name>Markus.Service.WcfClient</Name>
187 53c9637d taeseongkim
    </ProjectReference>
188
  </ItemGroup>
189
  <ItemGroup>
190
    <WCFMetadata Include="Connected Services\" />
191
  </ItemGroup>
192
  <ItemGroup>
193 f3b8ff8f taeseongkim
    <None Include="obfuscar.xml">
194 53c9637d taeseongkim
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
195 f3b8ff8f taeseongkim
    </None>
196 53c9637d taeseongkim
  </ItemGroup>
197 950e6b84 taeseongkim
  <ItemGroup>
198 43e1d368 taeseongkim
    <PackageReference Include="log4net">
199 65674874 taeseongkim
      <Version>2.0.15</Version>
200 43e1d368 taeseongkim
    </PackageReference>
201 b4a1c7ff taeseongkim
    <PackageReference Include="Markus.Message">
202 2b1f30fe taeseongkim
      <Version>2.0.1</Version>
203 b4a1c7ff taeseongkim
    </PackageReference>
204 43e1d368 taeseongkim
    <PackageReference Include="Microsoft.CSharp">
205 65674874 taeseongkim
      <Version>4.7.0</Version>
206 43e1d368 taeseongkim
    </PackageReference>
207
    <PackageReference Include="Obfuscar">
208 65674874 taeseongkim
      <Version>2.2.37</Version>
209 43e1d368 taeseongkim
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
210
      <PrivateAssets>all</PrivateAssets>
211
    </PackageReference>
212
  </ItemGroup>
213 a5e5fff6 taeseongkim
  <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>
220 53c9637d taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
221
  <PropertyGroup>
222 43e1d368 taeseongkim
    <PreBuildEvent>rem xcopy /y /d  "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)"
223 d91efe5c taeseongkim
224
if $(ConfigurationName) == ConvertProcessTest (
225 1d79913e taeseongkim
xcopy /y /d /I /s "$(TargetDir)plugin.ini" "$(TargetDir)\..\"
226 a5e5fff6 taeseongkim
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\ErrorNotice\*.*" "$(TargetDir)\..\Plugin"
227
rem xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin"
228 43e1d368 taeseongkim
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin"
229 950e6b84 taeseongkim
)</PreBuildEvent>
230 53c9637d taeseongkim
  </PropertyGroup>
231
  <PropertyGroup>
232 0a64fa85 taeseongkim
    <PostBuildEvent>if $(ConfigurationName) == ReleaseAll (
233
"$(Obfuscar)" obfuscar.xml
234
)</PostBuildEvent>
235 53c9637d taeseongkim
  </PropertyGroup>
236
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)