프로젝트

일반

사용자정보

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

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

이력 | 보기 | 이력해설 | 다운로드 (11.7 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>{BF8B3B13-30D5-482C-8452-A7511E96DE97}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <RootNamespace>Markus.Service</RootNamespace>
10
    <AssemblyName>Markus.Service.Station</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <Deterministic>true</Deterministic>
14
    <IsWebBootstrapper>false</IsWebBootstrapper>
15
    <NuGetPackageImportStamp>
16
    </NuGetPackageImportStamp>
17
    <TargetFrameworkProfile />
18
    <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
    <Prefer32Bit>false</Prefer32Bit>
53
  </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
  <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
  <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
  <PropertyGroup>
119
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
120
  </PropertyGroup>
121
  <ItemGroup>
122
    <Reference Include="System" />
123
    <Reference Include="System.Activities" />
124
    <Reference Include="System.ComponentModel.DataAnnotations" />
125
    <Reference Include="System.Configuration.Install" />
126
    <Reference Include="System.Core" />
127
    <Reference Include="System.Management" />
128
    <Reference Include="System.Runtime.Serialization" />
129
    <Reference Include="System.ServiceModel" />
130
    <Reference Include="System.ServiceModel.Activities" />
131
    <Reference Include="System.ServiceModel.Web" />
132
    <Reference Include="System.Web.Services" />
133
    <Reference Include="System.Xaml" />
134
    <Reference Include="System.Xml.Linq" />
135
    <Reference Include="System.Data.DataSetExtensions" />
136
    <Reference Include="System.Data" />
137
    <Reference Include="System.Net.Http" />
138
    <Reference Include="System.ServiceProcess" />
139
    <Reference Include="System.Xml" />
140
  </ItemGroup>
141
  <ItemGroup>
142
    <Compile Include="ApplicationDefine.cs" />
143
    <Compile Include="ProjectInstaller.cs">
144
      <SubType>Component</SubType>
145
    </Compile>
146
    <Compile Include="ProjectInstaller.Designer.cs">
147
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
148
    </Compile>
149
    <Compile Include="Properties\Resources.Designer.cs">
150
      <AutoGen>True</AutoGen>
151
      <DesignTime>True</DesignTime>
152
      <DependentUpon>Resources.resx</DependentUpon>
153
    </Compile>
154
    <Compile Include="ServiceStation.cs">
155
      <SubType>Component</SubType>
156
    </Compile>
157
    <Compile Include="ServiceStation.Designer.cs">
158
      <DependentUpon>ServiceStation.cs</DependentUpon>
159
    </Compile>
160
    <Compile Include="Program.cs" />
161
    <Compile Include="Properties\AssemblyInfo.cs" />
162
    <Compile Include="StationService\ServiceStationTask.cs">
163
      <SubType>Component</SubType>
164
    </Compile>
165
    <Compile Include="StationService\ServiceStationWCF.cs">
166
      <SubType>Component</SubType>
167
    </Compile>
168
    <Compile Include="SubStationServiceItem.cs" />
169
  </ItemGroup>
170
  <ItemGroup>
171
    <Content Include="Log.config">
172
      <SubType>Designer</SubType>
173
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
174
    </Content>
175
    <None Include="App.config" />
176
    <None Include="Properties\app.manifest" />
177
    <None Include="obfuscar.xml">
178
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
179
    </None>
180
    <None Include="ServiceStation_DEBUG.ini">
181
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
182
    </None>
183
    <None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" />
184
    <None Include="ServiceStation.ini">
185
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
186
    </None>
187
    <None Include="Plugin.ini">
188
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
189
    </None>
190
  </ItemGroup>
191
  <ItemGroup>
192
    <EmbeddedResource Include="ProjectInstaller.resx">
193
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
194
    </EmbeddedResource>
195
    <EmbeddedResource Include="Properties\Resources.resx">
196
      <Generator>ResXFileCodeGenerator</Generator>
197
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
198
    </EmbeddedResource>
199
    <EmbeddedResource Include="ServiceStation.resx">
200
      <DependentUpon>ServiceStation.cs</DependentUpon>
201
    </EmbeddedResource>
202
  </ItemGroup>
203
  <ItemGroup>
204
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
205
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
206
      <Name>Markus.Service.Interface</Name>
207
    </ProjectReference>
208
    <ProjectReference Include="..\Markus.Service.ConvertPath\Markus.Service.ConvertPath.csproj">
209
      <Project>{049371B3-816C-4104-9386-2F830B6BA7E5}</Project>
210
      <Name>Markus.Service.ConvertPath</Name>
211
    </ProjectReference>
212
    <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj">
213
      <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project>
214
      <Name>Markus.Service.DataBase.Dapper</Name>
215
    </ProjectReference>
216
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
217
      <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project>
218
      <Name>Markus.Service.Extensions</Name>
219
    </ProjectReference>
220
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
221
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
222
      <Name>Markus.Service.WcfClient</Name>
223
    </ProjectReference>
224
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
225
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
226
      <Name>Markus.Service.IWcfService</Name>
227
    </ProjectReference>
228
  </ItemGroup>
229
  <ItemGroup>
230
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
231
      <Visible>False</Visible>
232
      <ProductName>.NET Framework 3.5 SP1</ProductName>
233
      <Install>false</Install>
234
    </BootstrapperPackage>
235
  </ItemGroup>
236
  <ItemGroup>
237
    <WCFMetadata Include="Connected Services\" />
238
  </ItemGroup>
239
  <ItemGroup>
240
    <PackageReference Include="log4net">
241
      <Version>2.0.15</Version>
242
    </PackageReference>
243
    <PackageReference Include="Markus.Message">
244
      <Version>2.0.1</Version>
245
    </PackageReference>
246
    <PackageReference Include="Microsoft.CSharp">
247
      <Version>4.7.0</Version>
248
    </PackageReference>
249
    <PackageReference Include="Newtonsoft.Json">
250
      <Version>13.0.2</Version>
251
    </PackageReference>
252
    <PackageReference Include="Obfuscar">
253
      <Version>2.2.37</Version>
254
      <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
255
      <PrivateAssets>all</PrivateAssets>
256
    </PackageReference>
257
    <PackageReference Include="Salaros.ConfigParser">
258
      <Version>0.3.8</Version>
259
    </PackageReference>
260
  </ItemGroup>
261
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
262
  <PropertyGroup>
263
    <PreBuildEvent>if $(ConfigurationName) == Release (
264
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
265
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
266
)
267

    
268
if $(ConfigurationName) == ReleaseAll (
269
xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"
270
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin"
271
xcopy /y /d /I /s "$(ProjectDir)..\publish\ConvertProcess\*.*" "$(ProjectDir)$(OutDir)Convert"
272
)</PreBuildEvent>
273
  </PropertyGroup>
274
  <PropertyGroup>
275
    <PostBuildEvent>if $(ConfigurationName) == ReleaseAll (
276
"$(Obfuscar)" obfuscar.xml
277
)</PostBuildEvent>
278
  </PropertyGroup>
279
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)