프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ 77cdac33

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