markus / ConvertService / ServiceBase / Markus.Service.ConvertProcess / Markus.Service.ConvertProcess.csproj @ a5e5fff6
이력 | 보기 | 이력해설 | 다운로드 (9.93 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="$(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 |
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<Deterministic>true</Deterministic> |
14 |
<NuGetPackageImportStamp> |
15 |
</NuGetPackageImportStamp> |
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> |
32 |
</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 |
<Prefer32Bit>false</Prefer32Bit> |
53 |
</PropertyGroup> |
54 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
55 |
<DebugSymbols>true</DebugSymbols> |
56 |
<OutputPath>bin\x64\Debug\</OutputPath> |
57 |
<DefineConstants>TRACE;DEBUG</DefineConstants> |
58 |
<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 |
<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 |
<OutputPath>bin\x64\PROCESS_TEST\</OutputPath> |
89 |
<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 |
<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 |
<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 |
<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 |
<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 |
<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 |
<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 |
<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 |
<ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
185 |
<Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
186 |
<Name>Markus.Service.WcfClient</Name> |
187 |
</ProjectReference> |
188 |
</ItemGroup> |
189 |
<ItemGroup> |
190 |
<WCFMetadata Include="Connected Services\" /> |
191 |
</ItemGroup> |
192 |
<ItemGroup> |
193 |
<None Include="obfuscar.xml"> |
194 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
195 |
</None> |
196 |
</ItemGroup> |
197 |
<ItemGroup> |
198 |
<PackageReference Include="log4net"> |
199 |
<Version>2.0.8</Version> |
200 |
</PackageReference> |
201 |
<PackageReference Include="Markus.Message"> |
202 |
<Version>2.0.0</Version> |
203 |
</PackageReference> |
204 |
<PackageReference Include="Microsoft.CSharp"> |
205 |
<Version>4.5.0</Version> |
206 |
</PackageReference> |
207 |
<PackageReference Include="Obfuscar"> |
208 |
<Version>2.2.19</Version> |
209 |
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
210 |
<PrivateAssets>all</PrivateAssets> |
211 |
</PackageReference> |
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> |
220 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
221 |
<PropertyGroup> |
222 |
<PreBuildEvent>rem xcopy /y /d "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)" |
223 |
|
224 |
if $(ConfigurationName) == ConvertProcessTest ( |
225 |
xcopy /y /d /I /s "$(TargetDir)plugin.ini" "$(TargetDir)\..\" |
226 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\ErrorNotice\*.*" "$(TargetDir)\..\Plugin" |
227 |
rem xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin" |
228 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin" |
229 |
)</PreBuildEvent> |
230 |
</PropertyGroup> |
231 |
<PropertyGroup> |
232 |
<PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent> |
233 |
</PropertyGroup> |
234 |
</Project> |