프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.StationConsole / Markus.Service.StationConsole.csproj @ 43e1d368

이력 | 보기 | 이력해설 | 다운로드 (4.37 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>{46A4728F-55CB-4141-A0F9-5D2199C4A55F}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>Markus.Service.StationConsole</RootNamespace>
10
    <AssemblyName>Markus.Service.StationConsole</AssemblyName>
11
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14
    <TargetFrameworkProfile />
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>x64</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
    <Prefer32Bit>false</Prefer32Bit>
26
  </PropertyGroup>
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
    <PlatformTarget>x64</PlatformTarget>
29
    <DebugType>pdbonly</DebugType>
30
    <Optimize>true</Optimize>
31
    <OutputPath>bin\Release\</OutputPath>
32
    <DefineConstants>TRACE</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
    <Prefer32Bit>false</Prefer32Bit>
36
  </PropertyGroup>
37
  <PropertyGroup>
38
    <TargetZone>LocalIntranet</TargetZone>
39
  </PropertyGroup>
40
  <PropertyGroup>
41
    <GenerateManifests>false</GenerateManifests>
42
  </PropertyGroup>
43
  <PropertyGroup>
44
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
45
  </PropertyGroup>
46
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
47
    <DebugSymbols>true</DebugSymbols>
48
    <OutputPath>bin\x64\Debug\</OutputPath>
49
    <DefineConstants>DEBUG;TRACE</DefineConstants>
50
    <DebugType>full</DebugType>
51
    <PlatformTarget>x64</PlatformTarget>
52
    <LangVersion>7.3</LangVersion>
53
    <ErrorReport>prompt</ErrorReport>
54
  </PropertyGroup>
55
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
56
    <OutputPath>bin\x64\Release\</OutputPath>
57
    <DefineConstants>TRACE</DefineConstants>
58
    <Optimize>true</Optimize>
59
    <DebugType>pdbonly</DebugType>
60
    <PlatformTarget>x64</PlatformTarget>
61
    <LangVersion>7.3</LangVersion>
62
    <ErrorReport>prompt</ErrorReport>
63
  </PropertyGroup>
64
  <PropertyGroup>
65
    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
66
  </PropertyGroup>
67
  <ItemGroup>
68
    <Reference Include="System" />
69
    <Reference Include="System.Core" />
70
    <Reference Include="System.ServiceProcess" />
71
    <Reference Include="System.Xml.Linq" />
72
    <Reference Include="System.Data.DataSetExtensions" />
73
    <Reference Include="Microsoft.CSharp" />
74
    <Reference Include="System.Data" />
75
    <Reference Include="System.Net.Http" />
76
    <Reference Include="System.Xml" />
77
  </ItemGroup>
78
  <ItemGroup>
79
    <Compile Include="Program.cs" />
80
    <Compile Include="Properties\AssemblyInfo.cs" />
81
  </ItemGroup>
82
  <ItemGroup>
83
    <None Include="App.config" />
84
    <None Include="Properties\app.manifest" />
85
  </ItemGroup>
86
  <ItemGroup>
87
    <ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
88
      <Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
89
      <Name>Markus.Service.ConvertProcess</Name>
90
    </ProjectReference>
91
    <ProjectReference Include="..\Markus.Service.Station\Markus.Service.Station.csproj">
92
      <Project>{bf8b3b13-30d5-482c-8452-a7511e96de97}</Project>
93
      <Name>Markus.Service.Station</Name>
94
    </ProjectReference>
95
  </ItemGroup>
96
  <ItemGroup>
97
    <PackageReference Include="EntityFramework">
98
      <Version>6.4.4</Version>
99
    </PackageReference>
100
  </ItemGroup>
101
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102
  <PropertyGroup>
103
    <PreBuildEvent>xcopy /y /d /I /s "$(ProjectDir)..\publish\Plugin\*.*" "$(TargetDir)\..\Plugin"
104
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(TargetDir)\..\DownloadPlugin"</PreBuildEvent>
105
  </PropertyGroup>
106
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)