프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ a5e5fff6

이력 | 보기 | 이력해설 | 다운로드 (11.6 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>{BF8B3B13-30D5-482C-8452-A7511E96DE97}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>Markus.Service</RootNamespace>
10
    <AssemblyName>Markus.Service.Station</AssemblyName>
11 a5e5fff6 taeseongkim
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12 53c9637d taeseongkim
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14 f363a40e taeseongkim
    <IsWebBootstrapper>false</IsWebBootstrapper>
15
    <NuGetPackageImportStamp>
16
    </NuGetPackageImportStamp>
17 a5e5fff6 taeseongkim
    <TargetFrameworkProfile />
18 53c9637d taeseongkim
    <PublishUrl>publish\</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
  </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 1351e224 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
53 53c9637d taeseongkim
  </PropertyGroup>
54
  <PropertyGroup>
55
    <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
56
  </PropertyGroup>
57
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
58
    <DebugSymbols>true</DebugSymbols>
59
    <OutputPath>bin\x64\Debug\</OutputPath>
60
    <DefineConstants>DEBUG;TRACE</DefineConstants>
61
    <DebugType>full</DebugType>
62
    <PlatformTarget>x64</PlatformTarget>
63
    <ErrorReport>prompt</ErrorReport>
64
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65
    <Prefer32Bit>false</Prefer32Bit>
66
  </PropertyGroup>
67
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
68
    <OutputPath>bin\x64\Release\</OutputPath>
69
    <DefineConstants>TRACE</DefineConstants>
70
    <Optimize>true</Optimize>
71
    <DebugType>pdbonly</DebugType>
72
    <PlatformTarget>x64</PlatformTarget>
73
    <ErrorReport>prompt</ErrorReport>
74
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
75
    <Prefer32Bit>true</Prefer32Bit>
76
  </PropertyGroup>
77 d91efe5c taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'">
78
    <OutputPath>bin\ReleaseAll\</OutputPath>
79
    <DefineConstants>TRACE</DefineConstants>
80
    <Optimize>true</Optimize>
81
    <DebugType>pdbonly</DebugType>
82
    <PlatformTarget>AnyCPU</PlatformTarget>
83
    <LangVersion>7.3</LangVersion>
84
    <ErrorReport>prompt</ErrorReport>
85
  </PropertyGroup>
86
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'">
87
    <OutputPath>..\publish\ServiceStation\</OutputPath>
88
    <DefineConstants>TRACE</DefineConstants>
89
    <Optimize>true</Optimize>
90
    <DebugType>pdbonly</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 b4a1c7ff taeseongkim
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'">
98
    <OutputPath>bin\ReleaseAll_XI\</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_XI|x64'">
108
    <OutputPath>bin\x64\ReleaseAll_XI\</OutputPath>
109
    <DefineConstants>TRACE</DefineConstants>
110
    <Optimize>true</Optimize>
111
    <DebugType>pdbonly</DebugType>
112
    <PlatformTarget>x64</PlatformTarget>
113
    <LangVersion>7.3</LangVersion>
114
    <ErrorReport>prompt</ErrorReport>
115
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
116
    <Prefer32Bit>true</Prefer32Bit>
117
  </PropertyGroup>
118 53c9637d taeseongkim
  <ItemGroup>
119
    <Reference Include="System" />
120
    <Reference Include="System.Activities" />
121
    <Reference Include="System.ComponentModel.DataAnnotations" />
122
    <Reference Include="System.Configuration.Install" />
123
    <Reference Include="System.Core" />
124
    <Reference Include="System.Management" />
125
    <Reference Include="System.Runtime.Serialization" />
126
    <Reference Include="System.ServiceModel" />
127
    <Reference Include="System.ServiceModel.Activities" />
128
    <Reference Include="System.ServiceModel.Web" />
129
    <Reference Include="System.Web.Services" />
130
    <Reference Include="System.Xaml" />
131
    <Reference Include="System.Xml.Linq" />
132
    <Reference Include="System.Data.DataSetExtensions" />
133
    <Reference Include="Microsoft.CSharp" />
134
    <Reference Include="System.Data" />
135
    <Reference Include="System.Net.Http" />
136
    <Reference Include="System.ServiceProcess" />
137
    <Reference Include="System.Xml" />
138
  </ItemGroup>
139
  <ItemGroup>
140
    <Compile Include="ApplicationDefine.cs" />
141
    <Compile Include="ProjectInstaller.cs">
142
      <SubType>Component</SubType>
143
    </Compile>
144
    <Compile Include="ProjectInstaller.Designer.cs">
145
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
146
    </Compile>
147
    <Compile Include="Properties\Resources.Designer.cs">
148
      <AutoGen>True</AutoGen>
149
      <DesignTime>True</DesignTime>
150
      <DependentUpon>Resources.resx</DependentUpon>
151
    </Compile>
152
    <Compile Include="ServiceStation.cs">
153
      <SubType>Component</SubType>
154
    </Compile>
155
    <Compile Include="ServiceStation.Designer.cs">
156
      <DependentUpon>ServiceStation.cs</DependentUpon>
157
    </Compile>
158
    <Compile Include="Program.cs" />
159
    <Compile Include="Properties\AssemblyInfo.cs" />
160
    <Compile Include="StationService\ServiceStationTask.cs">
161
      <SubType>Component</SubType>
162
    </Compile>
163
    <Compile Include="StationService\ServiceStationWCF.cs">
164
      <SubType>Component</SubType>
165
    </Compile>
166 0157b158 taeseongkim
    <Compile Include="SubStationServiceItem.cs" />
167 53c9637d taeseongkim
  </ItemGroup>
168
  <ItemGroup>
169
    <Content Include="Log.config">
170
      <SubType>Designer</SubType>
171
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
172
    </Content>
173
    <None Include="App.config" />
174
    <None Include="Properties\app.manifest" />
175 f3b8ff8f taeseongkim
    <None Include="obfuscar.xml">
176 53c9637d taeseongkim
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
177 f3b8ff8f taeseongkim
    </None>
178 d91efe5c taeseongkim
    <None Include="ServiceStation_DEBUG.ini">
179 53c9637d taeseongkim
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
180 d91efe5c taeseongkim
    </None>
181 0157b158 taeseongkim
    <None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" />
182 d91efe5c taeseongkim
    <None Include="ServiceStation.ini">
183 b92f142f taeseongkim
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
184 d91efe5c taeseongkim
    </None>
185
    <None Include="Plugin.ini">
186 f363a40e taeseongkim
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
187 d91efe5c taeseongkim
    </None>
188 53c9637d taeseongkim
  </ItemGroup>
189
  <ItemGroup>
190
    <EmbeddedResource Include="ProjectInstaller.resx">
191
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
192
    </EmbeddedResource>
193
    <EmbeddedResource Include="Properties\Resources.resx">
194
      <Generator>ResXFileCodeGenerator</Generator>
195
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
196
    </EmbeddedResource>
197
    <EmbeddedResource Include="ServiceStation.resx">
198
      <DependentUpon>ServiceStation.cs</DependentUpon>
199
    </EmbeddedResource>
200
  </ItemGroup>
201
  <ItemGroup>
202 950e6b84 taeseongkim
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
203
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
204
      <Name>Markus.Service.Interface</Name>
205
    </ProjectReference>
206 a5e5fff6 taeseongkim
    <ProjectReference Include="..\Markus.Service.ConvertPath\Markus.Service.ConvertPath.csproj">
207
      <Project>{049371B3-816C-4104-9386-2F830B6BA7E5}</Project>
208
      <Name>Markus.Service.ConvertPath</Name>
209
    </ProjectReference>
210
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
211
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
212
      <Name>Markus.Service.DataBase.Dapper</Name>
213 463fd79c taeseongkim
    </ProjectReference>
214 53c9637d taeseongkim
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
215 a5e5fff6 taeseongkim
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
216 53c9637d taeseongkim
      <Name>Markus.Service.Extensions</Name>
217
    </ProjectReference>
218 06f13e11 taeseongkim
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
219
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
220
      <Name>Markus.Service.WcfClient</Name>
221
    </ProjectReference>
222 ffaf43d2 taeseongkim
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
223
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
224
      <Name>Markus.Service.IWcfService</Name>
225
    </ProjectReference>
226 53c9637d taeseongkim
  </ItemGroup>
227
  <ItemGroup>
228
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
229
      <Visible>False</Visible>
230
      <ProductName>.NET Framework 3.5 SP1</ProductName>
231
      <Install>false</Install>
232
    </BootstrapperPackage>
233
  </ItemGroup>
234 0157b158 taeseongkim
  <ItemGroup>
235
    <WCFMetadata Include="Connected Services\" />
236
  </ItemGroup>
237 43e1d368 taeseongkim
  <ItemGroup>
238
    <PackageReference Include="log4net">
239
      <Version>2.0.8</Version>
240
    </PackageReference>
241 1d79913e taeseongkim
    <PackageReference Include="Markus.Message">
242
      <Version>2.0.0</Version>
243
    </PackageReference>
244 43e1d368 taeseongkim
    <PackageReference Include="Microsoft.CSharp">
245
      <Version>4.5.0</Version>
246
    </PackageReference>
247
    <PackageReference Include="Newtonsoft.Json">
248
      <Version>12.0.2</Version>
249
    </PackageReference>
250
    <PackageReference Include="Obfuscar">
251
      <Version>2.2.19</Version>
252
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
253
      <PrivateAssets>all</PrivateAssets>
254
    </PackageReference>
255
    <PackageReference Include="Salaros.ConfigParser">
256
      <Version>0.3.8</Version>
257
    </PackageReference>
258
  </ItemGroup>
259 53c9637d taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
260
  <PropertyGroup>
261 d91efe5c taeseongkim
    <PreBuildEvent>if $(ConfigurationName) == Release (
262
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
263
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
264
)
265
266
if $(ConfigurationName) == ReleaseAll (
267
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
268
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
269 43e1d368 taeseongkim
xcopy /y /d /I /s "$(ProjectDir)..\publish\ConvertProcess\*.*" "$(ProjectDir)$(OutDir)Convert"
270 d91efe5c taeseongkim
)</PreBuildEvent>
271 53c9637d taeseongkim
  </PropertyGroup>
272
  <PropertyGroup>
273
    <PostBuildEvent>"$(Obfuscar)" obfuscar.xml</PostBuildEvent>
274
  </PropertyGroup>
275
</Project>