1
|
<?xml version="1.0" encoding="utf-8"?>
|
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
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
5
|
<PropertyGroup>
|
6
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
7
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
8
|
<ProjectGuid>{BF8B3B13-30D5-482C-8452-A7511E96DE97}</ProjectGuid>
|
9
|
<OutputType>WinExe</OutputType>
|
10
|
<RootNamespace>Markus.Service</RootNamespace>
|
11
|
<AssemblyName>Markus.Service.Station</AssemblyName>
|
12
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
13
|
<FileAlignment>512</FileAlignment>
|
14
|
<Deterministic>true</Deterministic>
|
15
|
<PublishUrl>publish\</PublishUrl>
|
16
|
<Install>true</Install>
|
17
|
<InstallFrom>Disk</InstallFrom>
|
18
|
<UpdateEnabled>false</UpdateEnabled>
|
19
|
<UpdateMode>Foreground</UpdateMode>
|
20
|
<UpdateInterval>7</UpdateInterval>
|
21
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
22
|
<UpdatePeriodically>false</UpdatePeriodically>
|
23
|
<UpdateRequired>false</UpdateRequired>
|
24
|
<MapFileExtensions>true</MapFileExtensions>
|
25
|
<ApplicationRevision>0</ApplicationRevision>
|
26
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
27
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
28
|
<UseApplicationTrust>false</UseApplicationTrust>
|
29
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
30
|
<NuGetPackageImportStamp>
|
31
|
</NuGetPackageImportStamp>
|
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
|
</PropertyGroup>
|
53
|
<PropertyGroup>
|
54
|
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
55
|
</PropertyGroup>
|
56
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
57
|
<DebugSymbols>true</DebugSymbols>
|
58
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
59
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
60
|
<DebugType>full</DebugType>
|
61
|
<PlatformTarget>x64</PlatformTarget>
|
62
|
<ErrorReport>prompt</ErrorReport>
|
63
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
64
|
<Prefer32Bit>false</Prefer32Bit>
|
65
|
</PropertyGroup>
|
66
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
67
|
<OutputPath>bin\x64\Release\</OutputPath>
|
68
|
<DefineConstants>TRACE</DefineConstants>
|
69
|
<Optimize>true</Optimize>
|
70
|
<DebugType>pdbonly</DebugType>
|
71
|
<PlatformTarget>x64</PlatformTarget>
|
72
|
<ErrorReport>prompt</ErrorReport>
|
73
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
74
|
<Prefer32Bit>true</Prefer32Bit>
|
75
|
</PropertyGroup>
|
76
|
<ItemGroup>
|
77
|
<Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL">
|
78
|
<HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath>
|
79
|
</Reference>
|
80
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
81
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
|
82
|
</Reference>
|
83
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
84
|
<HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
|
85
|
</Reference>
|
86
|
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
87
|
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
|
88
|
</Reference>
|
89
|
<Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
90
|
<HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath>
|
91
|
</Reference>
|
92
|
<Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL">
|
93
|
<HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath>
|
94
|
</Reference>
|
95
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
96
|
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
|
97
|
</Reference>
|
98
|
<Reference Include="System" />
|
99
|
<Reference Include="System.Activities" />
|
100
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
101
|
<Reference Include="System.Configuration.Install" />
|
102
|
<Reference Include="System.Core" />
|
103
|
<Reference Include="System.Management" />
|
104
|
<Reference Include="System.Runtime.Serialization" />
|
105
|
<Reference Include="System.ServiceModel" />
|
106
|
<Reference Include="System.ServiceModel.Activities" />
|
107
|
<Reference Include="System.ServiceModel.Web" />
|
108
|
<Reference Include="System.Web.Services" />
|
109
|
<Reference Include="System.Xaml" />
|
110
|
<Reference Include="System.Xml.Linq" />
|
111
|
<Reference Include="System.Data.DataSetExtensions" />
|
112
|
<Reference Include="Microsoft.CSharp" />
|
113
|
<Reference Include="System.Data" />
|
114
|
<Reference Include="System.Net.Http" />
|
115
|
<Reference Include="System.ServiceProcess" />
|
116
|
<Reference Include="System.Xml" />
|
117
|
</ItemGroup>
|
118
|
<ItemGroup>
|
119
|
<Compile Include="ApplicationDefine.cs" />
|
120
|
<Compile Include="Helper\ConfigHelper.cs" />
|
121
|
<Compile Include="ProjectInstaller.cs">
|
122
|
<SubType>Component</SubType>
|
123
|
</Compile>
|
124
|
<Compile Include="ProjectInstaller.Designer.cs">
|
125
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
126
|
</Compile>
|
127
|
<Compile Include="Properties\Resources.Designer.cs">
|
128
|
<AutoGen>True</AutoGen>
|
129
|
<DesignTime>True</DesignTime>
|
130
|
<DependentUpon>Resources.resx</DependentUpon>
|
131
|
</Compile>
|
132
|
<Compile Include="ServiceStation.cs">
|
133
|
<SubType>Component</SubType>
|
134
|
</Compile>
|
135
|
<Compile Include="ServiceStation.Designer.cs">
|
136
|
<DependentUpon>ServiceStation.cs</DependentUpon>
|
137
|
</Compile>
|
138
|
<Compile Include="Program.cs" />
|
139
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
140
|
<Compile Include="StationService\ServiceStationTask.cs">
|
141
|
<SubType>Component</SubType>
|
142
|
</Compile>
|
143
|
<Compile Include="StationService\ServiceStationWCF.cs">
|
144
|
<SubType>Component</SubType>
|
145
|
</Compile>
|
146
|
<Compile Include="SubStationServiceItem.cs" />
|
147
|
</ItemGroup>
|
148
|
<ItemGroup>
|
149
|
<Content Include="Log.config">
|
150
|
<SubType>Designer</SubType>
|
151
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
152
|
</Content>
|
153
|
<None Include="App.config" />
|
154
|
<None Include="packages.config" />
|
155
|
<None Include="Properties\app.manifest" />
|
156
|
<None Include="obfuscar.xml">
|
157
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
158
|
</None>
|
159
|
<Content Include="ServiceStation_DEBUG.ini">
|
160
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
161
|
</Content>
|
162
|
<None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" />
|
163
|
<Content Include="ServiceStation.ini">
|
164
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
165
|
</Content>
|
166
|
</ItemGroup>
|
167
|
<ItemGroup>
|
168
|
<EmbeddedResource Include="ProjectInstaller.resx">
|
169
|
<DependentUpon>ProjectInstaller.cs</DependentUpon>
|
170
|
</EmbeddedResource>
|
171
|
<EmbeddedResource Include="Properties\Resources.resx">
|
172
|
<Generator>ResXFileCodeGenerator</Generator>
|
173
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
174
|
</EmbeddedResource>
|
175
|
<EmbeddedResource Include="ServiceStation.resx">
|
176
|
<DependentUpon>ServiceStation.cs</DependentUpon>
|
177
|
</EmbeddedResource>
|
178
|
</ItemGroup>
|
179
|
<ItemGroup>
|
180
|
<ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
|
181
|
<Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
|
182
|
<Name>Markus.Service.Interface</Name>
|
183
|
</ProjectReference>
|
184
|
<ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
|
185
|
<Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
|
186
|
<Name>Markus.Service.ConvertProcess</Name>
|
187
|
</ProjectReference>
|
188
|
<ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
|
189
|
<Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
|
190
|
<Name>Markus.Service.Convert</Name>
|
191
|
</ProjectReference>
|
192
|
<ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
|
193
|
<Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
|
194
|
<Name>Markus.Service.DataBase</Name>
|
195
|
</ProjectReference>
|
196
|
<ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
|
197
|
<Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project>
|
198
|
<Name>Markus.Service.Extensions</Name>
|
199
|
</ProjectReference>
|
200
|
<ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
|
201
|
<Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
|
202
|
<Name>Markus.Service.WcfClient</Name>
|
203
|
</ProjectReference>
|
204
|
<ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
|
205
|
<Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
|
206
|
<Name>Markus.Service.IWcfService</Name>
|
207
|
</ProjectReference>
|
208
|
</ItemGroup>
|
209
|
<ItemGroup>
|
210
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
211
|
<Visible>False</Visible>
|
212
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
213
|
<Install>false</Install>
|
214
|
</BootstrapperPackage>
|
215
|
</ItemGroup>
|
216
|
<ItemGroup>
|
217
|
<WCFMetadata Include="Connected Services\" />
|
218
|
</ItemGroup>
|
219
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
220
|
<PropertyGroup>
|
221
|
<PreBuildEvent>
|
222
|
</PreBuildEvent>
|
223
|
</PropertyGroup>
|
224
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
225
|
<PropertyGroup>
|
226
|
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
|
227
|
</PropertyGroup>
|
228
|
<Error Condition="!Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.19\build\obfuscar.props'))" />
|
229
|
</Target>
|
230
|
<PropertyGroup>
|
231
|
<PostBuildEvent>"$(Obfuscar)" obfuscar.xml</PostBuildEvent>
|
232
|
</PropertyGroup>
|
233
|
</Project>
|