프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ 1351e224

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