markus / ConvertService / ServiceBase / Markus.Service.ConvertProcess / Markus.Service.ConvertProcess.csproj @ 42d49521
이력 | 보기 | 이력해설 | 다운로드 (8.57 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 | 43e1d368 | taeseongkim | <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion> |
12 | 53c9637d | taeseongkim | <FileAlignment>512</FileAlignment> |
13 | <Deterministic>true</Deterministic> |
||
14 | <NuGetPackageImportStamp> |
||
15 | </NuGetPackageImportStamp> |
||
16 | 77cdac33 | taeseongkim | <TargetFrameworkProfile /> |
17 | 53c9637d | taeseongkim | </PropertyGroup> |
18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
19 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
20 | <DebugSymbols>true</DebugSymbols> |
||
21 | <DebugType>full</DebugType> |
||
22 | <Optimize>false</Optimize> |
||
23 | <OutputPath>bin\Debug\</OutputPath> |
||
24 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
25 | <ErrorReport>prompt</ErrorReport> |
||
26 | <WarningLevel>4</WarningLevel> |
||
27 | <Prefer32Bit>false</Prefer32Bit> |
||
28 | </PropertyGroup> |
||
29 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
30 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
31 | <DebugType>pdbonly</DebugType> |
||
32 | <Optimize>true</Optimize> |
||
33 | <OutputPath>bin\Release\</OutputPath> |
||
34 | <DefineConstants>TRACE</DefineConstants> |
||
35 | <ErrorReport>prompt</ErrorReport> |
||
36 | <WarningLevel>4</WarningLevel> |
||
37 | </PropertyGroup> |
||
38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
39 | <DebugSymbols>true</DebugSymbols> |
||
40 | 43e1d368 | taeseongkim | <OutputPath>..\Debug\ConvertProcess\</OutputPath> |
41 | 950e6b84 | taeseongkim | <DefineConstants>TRACE;DEBUG</DefineConstants> |
42 | 53c9637d | taeseongkim | <DebugType>full</DebugType> |
43 | <PlatformTarget>x64</PlatformTarget> |
||
44 | <ErrorReport>prompt</ErrorReport> |
||
45 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
46 | <Prefer32Bit>true</Prefer32Bit> |
||
47 | </PropertyGroup> |
||
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
49 | <OutputPath>bin\x64\Release\</OutputPath> |
||
50 | <DefineConstants>TRACE</DefineConstants> |
||
51 | <Optimize>false</Optimize> |
||
52 | <DebugType>pdbonly</DebugType> |
||
53 | <PlatformTarget>x64</PlatformTarget> |
||
54 | <ErrorReport>prompt</ErrorReport> |
||
55 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
56 | <Prefer32Bit>true</Prefer32Bit> |
||
57 | </PropertyGroup> |
||
58 | <PropertyGroup> |
||
59 | <SignAssembly>true</SignAssembly> |
||
60 | </PropertyGroup> |
||
61 | 950e6b84 | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|AnyCPU'"> |
62 | <DebugSymbols>true</DebugSymbols> |
||
63 | <OutputPath>bin\ConvertProcessTest\</OutputPath> |
||
64 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
65 | <DebugType>full</DebugType> |
||
66 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
67 | <LangVersion>7.3</LangVersion> |
||
68 | <ErrorReport>prompt</ErrorReport> |
||
69 | </PropertyGroup> |
||
70 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ConvertProcessTest|x64'"> |
||
71 | <DebugSymbols>true</DebugSymbols> |
||
72 | d91efe5c | taeseongkim | <OutputPath>bin\x64\PROCESS_TEST\</OutputPath> |
73 | 950e6b84 | taeseongkim | <DefineConstants>TRACE;DEBUG;PROCESS_TEST</DefineConstants> |
74 | <DebugType>full</DebugType> |
||
75 | <PlatformTarget>x64</PlatformTarget> |
||
76 | <LangVersion>7.3</LangVersion> |
||
77 | <ErrorReport>prompt</ErrorReport> |
||
78 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
79 | <Prefer32Bit>true</Prefer32Bit> |
||
80 | </PropertyGroup> |
||
81 | d91efe5c | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'"> |
82 | <OutputPath>bin\ReleaseAll\</OutputPath> |
||
83 | <DefineConstants>TRACE</DefineConstants> |
||
84 | <Optimize>true</Optimize> |
||
85 | <DebugType>pdbonly</DebugType> |
||
86 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
87 | <LangVersion>7.3</LangVersion> |
||
88 | <ErrorReport>prompt</ErrorReport> |
||
89 | <Prefer32Bit>true</Prefer32Bit> |
||
90 | </PropertyGroup> |
||
91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'"> |
||
92 | <OutputPath>..\publish\ConvertProcess\</OutputPath> |
||
93 | <DefineConstants>TRACE</DefineConstants> |
||
94 | <DebugType>pdbonly</DebugType> |
||
95 | <PlatformTarget>x64</PlatformTarget> |
||
96 | <LangVersion>7.3</LangVersion> |
||
97 | <ErrorReport>prompt</ErrorReport> |
||
98 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
99 | <Prefer32Bit>true</Prefer32Bit> |
||
100 | </PropertyGroup> |
||
101 | 53c9637d | taeseongkim | <ItemGroup> |
102 | 950e6b84 | taeseongkim | <Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL"> |
103 | 43e1d368 | taeseongkim | <SpecificVersion>False</SpecificVersion> |
104 | <HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath> |
||
105 | 53c9637d | taeseongkim | </Reference> |
106 | <Reference Include="System" /> |
||
107 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
108 | <Reference Include="System.Core" /> |
||
109 | <Reference Include="System.Runtime.Serialization" /> |
||
110 | <Reference Include="System.ServiceModel" /> |
||
111 | <Reference Include="System.Web.Extensions" /> |
||
112 | <Reference Include="System.Windows.Forms" /> |
||
113 | <Reference Include="System.Xml.Linq" /> |
||
114 | <Reference Include="System.Data.DataSetExtensions" /> |
||
115 | <Reference Include="Microsoft.CSharp" /> |
||
116 | <Reference Include="System.Data" /> |
||
117 | <Reference Include="System.Net.Http" /> |
||
118 | <Reference Include="System.Xml" /> |
||
119 | </ItemGroup> |
||
120 | <ItemGroup> |
||
121 | <Compile Include="Program.cs" /> |
||
122 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
123 | </ItemGroup> |
||
124 | <ItemGroup> |
||
125 | <None Include="..\Markus.Service.Station\Log.config"> |
||
126 | <Link>Log.config</Link> |
||
127 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
128 | </None> |
||
129 | f363a40e | taeseongkim | <None Include="..\Markus.Service.Station\Plugin.ini"> |
130 | <Link>Plugin.ini</Link> |
||
131 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
132 | </None> |
||
133 | <None Include="..\Markus.Service.Station\ServiceStation.ini"> |
||
134 | <Link>ServiceStation.ini</Link> |
||
135 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
136 | </None> |
||
137 | 53c9637d | taeseongkim | <None Include="App.config" /> |
138 | </ItemGroup> |
||
139 | <ItemGroup> |
||
140 | <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
||
141 | <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
||
142 | <Name>Markus.Service.Interface</Name> |
||
143 | </ProjectReference> |
||
144 | bfffd66f | humkyung | <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj"> |
145 | <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project> |
||
146 | <Name>Markus.Service.Convert</Name> |
||
147 | </ProjectReference> |
||
148 | 53c9637d | taeseongkim | <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
149 | <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
||
150 | <Name>Markus.Service.DataBase</Name> |
||
151 | </ProjectReference> |
||
152 | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
||
153 | <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
||
154 | <Name>Markus.Service.Extensions</Name> |
||
155 | </ProjectReference> |
||
156 | db0d3db3 | taeseongkim | <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
157 | <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
||
158 | <Name>Markus.Service.WcfClient</Name> |
||
159 | 53c9637d | taeseongkim | </ProjectReference> |
160 | </ItemGroup> |
||
161 | <ItemGroup> |
||
162 | <WCFMetadata Include="Connected Services\" /> |
||
163 | </ItemGroup> |
||
164 | <ItemGroup> |
||
165 | f3b8ff8f | taeseongkim | <None Include="obfuscar.xml"> |
166 | 53c9637d | taeseongkim | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
167 | f3b8ff8f | taeseongkim | </None> |
168 | 53c9637d | taeseongkim | </ItemGroup> |
169 | 950e6b84 | taeseongkim | <ItemGroup> |
170 | <None Include="MailTemplate.html"> |
||
171 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
172 | </None> |
||
173 | </ItemGroup> |
||
174 | 43e1d368 | taeseongkim | <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> |
||
190 | 53c9637d | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
191 | <PropertyGroup> |
||
192 | 43e1d368 | taeseongkim | <PreBuildEvent>rem xcopy /y /d "$(ProjectDir)..\libpthread\$(PlatformName)\libpthread.dll" "$(ProjectDir)$(OutDir)" |
193 | d91efe5c | taeseongkim | |
194 | if $(ConfigurationName) == ConvertProcessTest ( |
||
195 | 43e1d368 | taeseongkim | xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin" |
196 | xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin" |
||
197 | 950e6b84 | taeseongkim | )</PreBuildEvent> |
198 | 53c9637d | taeseongkim | </PropertyGroup> |
199 | <PropertyGroup> |
||
200 | 0157b158 | taeseongkim | <PostBuildEvent>rem "$(Obfuscar)" obfuscar.xml</PostBuildEvent> |
201 | 53c9637d | taeseongkim | </PropertyGroup> |
202 | </Project> |