markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ 43e1d368
이력 | 보기 | 이력해설 | 다운로드 (10.6 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.5.1</TargetFrameworkVersion> |
12 |
<FileAlignment>512</FileAlignment> |
13 |
<Deterministic>true</Deterministic> |
14 |
<IsWebBootstrapper>false</IsWebBootstrapper> |
15 |
<NuGetPackageImportStamp> |
16 |
</NuGetPackageImportStamp> |
17 |
<PublishUrl>publish\</PublishUrl> |
18 |
<Install>true</Install> |
19 |
<InstallFrom>Disk</InstallFrom> |
20 |
<UpdateEnabled>false</UpdateEnabled> |
21 |
<UpdateMode>Foreground</UpdateMode> |
22 |
<UpdateInterval>7</UpdateInterval> |
23 |
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
24 |
<UpdatePeriodically>false</UpdatePeriodically> |
25 |
<UpdateRequired>false</UpdateRequired> |
26 |
<MapFileExtensions>true</MapFileExtensions> |
27 |
<ApplicationRevision>0</ApplicationRevision> |
28 |
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
29 |
<UseApplicationTrust>false</UseApplicationTrust> |
30 |
<BootstrapperEnabled>true</BootstrapperEnabled> |
31 |
<TargetFrameworkProfile /> |
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 |
<ItemGroup> |
98 |
<Reference Include="Markus.Message"> |
99 |
<HintPath>..\Lib\MarkusPDF\Markus.Message.dll</HintPath> |
100 |
</Reference> |
101 |
<Reference Include="System" /> |
102 |
<Reference Include="System.Activities" /> |
103 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
104 |
<Reference Include="System.Configuration.Install" /> |
105 |
<Reference Include="System.Core" /> |
106 |
<Reference Include="System.Management" /> |
107 |
<Reference Include="System.Runtime.Serialization" /> |
108 |
<Reference Include="System.ServiceModel" /> |
109 |
<Reference Include="System.ServiceModel.Activities" /> |
110 |
<Reference Include="System.ServiceModel.Web" /> |
111 |
<Reference Include="System.Web.Services" /> |
112 |
<Reference Include="System.Xaml" /> |
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.ServiceProcess" /> |
119 |
<Reference Include="System.Xml" /> |
120 |
</ItemGroup> |
121 |
<ItemGroup> |
122 |
<Compile Include="ApplicationDefine.cs" /> |
123 |
<Compile Include="ProjectInstaller.cs"> |
124 |
<SubType>Component</SubType> |
125 |
</Compile> |
126 |
<Compile Include="ProjectInstaller.Designer.cs"> |
127 |
<DependentUpon>ProjectInstaller.cs</DependentUpon> |
128 |
</Compile> |
129 |
<Compile Include="Properties\Resources.Designer.cs"> |
130 |
<AutoGen>True</AutoGen> |
131 |
<DesignTime>True</DesignTime> |
132 |
<DependentUpon>Resources.resx</DependentUpon> |
133 |
</Compile> |
134 |
<Compile Include="ServiceStation.cs"> |
135 |
<SubType>Component</SubType> |
136 |
</Compile> |
137 |
<Compile Include="ServiceStation.Designer.cs"> |
138 |
<DependentUpon>ServiceStation.cs</DependentUpon> |
139 |
</Compile> |
140 |
<Compile Include="Program.cs" /> |
141 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
142 |
<Compile Include="StationService\ServiceStationTask.cs"> |
143 |
<SubType>Component</SubType> |
144 |
</Compile> |
145 |
<Compile Include="StationService\ServiceStationWCF.cs"> |
146 |
<SubType>Component</SubType> |
147 |
</Compile> |
148 |
<Compile Include="SubStationServiceItem.cs" /> |
149 |
</ItemGroup> |
150 |
<ItemGroup> |
151 |
<Content Include="Log.config"> |
152 |
<SubType>Designer</SubType> |
153 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
154 |
</Content> |
155 |
<None Include="App.config" /> |
156 |
<None Include="Properties\app.manifest" /> |
157 |
<None Include="obfuscar.xml"> |
158 |
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
159 |
</None> |
160 |
<None Include="ServiceStation_DEBUG.ini"> |
161 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
162 |
</None> |
163 |
<None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" /> |
164 |
<None Include="ServiceStation.ini"> |
165 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
166 |
</None> |
167 |
<None Include="Plugin.ini"> |
168 |
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
169 |
</None> |
170 |
</ItemGroup> |
171 |
<ItemGroup> |
172 |
<EmbeddedResource Include="ProjectInstaller.resx"> |
173 |
<DependentUpon>ProjectInstaller.cs</DependentUpon> |
174 |
</EmbeddedResource> |
175 |
<EmbeddedResource Include="Properties\Resources.resx"> |
176 |
<Generator>ResXFileCodeGenerator</Generator> |
177 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
178 |
</EmbeddedResource> |
179 |
<EmbeddedResource Include="ServiceStation.resx"> |
180 |
<DependentUpon>ServiceStation.cs</DependentUpon> |
181 |
</EmbeddedResource> |
182 |
</ItemGroup> |
183 |
<ItemGroup> |
184 |
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
185 |
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
186 |
<Name>Markus.Service.Interface</Name> |
187 |
</ProjectReference> |
188 |
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj"> |
189 |
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project> |
190 |
<Name>Markus.Service.DataBase</Name> |
191 |
</ProjectReference> |
192 |
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
193 |
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project> |
194 |
<Name>Markus.Service.Extensions</Name> |
195 |
</ProjectReference> |
196 |
<ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
197 |
<Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
198 |
<Name>Markus.Service.WcfClient</Name> |
199 |
</ProjectReference> |
200 |
<ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj"> |
201 |
<Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project> |
202 |
<Name>Markus.Service.IWcfService</Name> |
203 |
</ProjectReference> |
204 |
</ItemGroup> |
205 |
<ItemGroup> |
206 |
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
207 |
<Visible>False</Visible> |
208 |
<ProductName>.NET Framework 3.5 SP1</ProductName> |
209 |
<Install>false</Install> |
210 |
</BootstrapperPackage> |
211 |
</ItemGroup> |
212 |
<ItemGroup> |
213 |
<WCFMetadata Include="Connected Services\" /> |
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> |
237 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
238 |
<PropertyGroup> |
239 |
<PreBuildEvent>if $(ConfigurationName) == Release ( |
240 |
xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin" |
241 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin" |
242 |
) |
243 |
|
244 |
if $(ConfigurationName) == ReleaseAll ( |
245 |
xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin" |
246 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin" |
247 |
xcopy /y /d /I /s "$(ProjectDir)..\publish\ConvertProcess\*.*" "$(ProjectDir)$(OutDir)Convert" |
248 |
)</PreBuildEvent> |
249 |
</PropertyGroup> |
250 |
<PropertyGroup> |
251 |
<PostBuildEvent>"$(Obfuscar)" obfuscar.xml</PostBuildEvent> |
252 |
</PropertyGroup> |
253 |
</Project> |