개정판 43e1d368
issue #0000 코드 정리
Change-Id: I7c8ba4ef6d78a7e4f51b72f226507cddac722939
ConvertService/ServiceBase/Markus.Service.Station/Markus.Service.Station.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>WinExe</OutputType> |
10 | 9 |
<RootNamespace>Markus.Service</RootNamespace> |
11 | 10 |
<AssemblyName>Markus.Service.Station</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 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
... | ... | |
96 | 95 |
<Prefer32Bit>true</Prefer32Bit> |
97 | 96 |
</PropertyGroup> |
98 | 97 |
<ItemGroup> |
99 |
<Reference Include="ConfigParser, Version=0.3.4.3, Culture=neutral, processorArchitecture=MSIL"> |
|
100 |
<HintPath>..\packages\Salaros.ConfigParser.0.3.4\lib\net45\ConfigParser.dll</HintPath> |
|
101 |
</Reference> |
|
102 |
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
103 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
|
104 |
</Reference> |
|
105 |
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
|
106 |
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
|
107 |
</Reference> |
|
108 |
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
|
109 |
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
|
110 |
</Reference> |
|
111 |
<Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
112 |
<HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath> |
|
113 |
</Reference> |
|
114 |
<Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
|
115 |
<HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath> |
|
116 |
</Reference> |
|
117 |
<Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL"> |
|
118 |
<HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath> |
|
119 |
</Reference> |
|
120 |
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
121 |
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
|
98 |
<Reference Include="Markus.Message"> |
|
99 |
<HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath> |
|
122 | 100 |
</Reference> |
123 | 101 |
<Reference Include="System" /> |
124 | 102 |
<Reference Include="System.Activities" /> |
... | ... | |
175 | 153 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
176 | 154 |
</Content> |
177 | 155 |
<None Include="App.config" /> |
178 |
<None Include="packages.config" /> |
|
179 | 156 |
<None Include="Properties\app.manifest" /> |
180 | 157 |
<None Include="obfuscar.xml"> |
181 | 158 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
... | ... | |
208 | 185 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
209 | 186 |
<Name>Markus.Service.Interface</Name> |
210 | 187 |
</ProjectReference> |
211 |
<ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj"> |
|
212 |
<Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project> |
|
213 |
<Name>Markus.Service.ConvertProcess</Name> |
|
214 |
</ProjectReference> |
|
215 |
<ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj"> |
|
216 |
<Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project> |
|
217 |
<Name>Markus.Service.Convert</Name> |
|
218 |
</ProjectReference> |
|
219 | 188 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
220 | 189 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
221 | 190 |
<Name>Markus.Service.DataBase</Name> |
... | ... | |
243 | 212 |
<ItemGroup> |
244 | 213 |
<WCFMetadata Include="Connected Services\" /> |
245 | 214 |
</ItemGroup> |
215 |
<ItemGroup> |
|
216 |
<PackageReference Include="EntityFramework"> |
|
217 |
<Version>6.4.4</Version> |
|
218 |
</PackageReference> |
|
219 |
<PackageReference Include="log4net"> |
|
220 |
<Version>2.0.8</Version> |
|
221 |
</PackageReference> |
|
222 |
<PackageReference Include="Microsoft.CSharp"> |
|
223 |
<Version>4.5.0</Version> |
|
224 |
</PackageReference> |
|
225 |
<PackageReference Include="Newtonsoft.Json"> |
|
226 |
<Version>12.0.2</Version> |
|
227 |
</PackageReference> |
|
228 |
<PackageReference Include="Obfuscar"> |
|
229 |
<Version>2.2.19</Version> |
|
230 |
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
231 |
<PrivateAssets>all</PrivateAssets> |
|
232 |
</PackageReference> |
|
233 |
<PackageReference Include="Salaros.ConfigParser"> |
|
234 |
<Version>0.3.8</Version> |
|
235 |
</PackageReference> |
|
236 |
</ItemGroup> |
|
246 | 237 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
247 | 238 |
<PropertyGroup> |
248 | 239 |
<PreBuildEvent>if $(ConfigurationName) == Release ( |
... | ... | |
253 | 244 |
if $(ConfigurationName) == ReleaseAll ( |
254 | 245 |
xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin" |
255 | 246 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin" |
247 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\ConvertProcess\*.*" "$(ProjectDir)$(OutDir)Convert" |
|
256 | 248 |
)</PreBuildEvent> |
257 | 249 |
</PropertyGroup> |
258 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
259 |
<PropertyGroup> |
|
260 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
|
261 |
</PropertyGroup> |
|
262 |
<Error Condition="!Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.19\build\obfuscar.props'))" /> |
|
263 |
</Target> |
|
264 | 250 |
<PropertyGroup> |
265 | 251 |
<PostBuildEvent>"$(Obfuscar)" obfuscar.xml</PostBuildEvent> |
266 | 252 |
</PropertyGroup> |
내보내기 Unified diff