프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ 950e6b84

이력 | 보기 | 이력해설 | 다운로드 (11.5 KB)

1 53c9637d taeseongkim
<?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 77cdac33 taeseongkim
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
13 53c9637d taeseongkim
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15 f363a40e taeseongkim
    <IsWebBootstrapper>false</IsWebBootstrapper>
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18 53c9637d taeseongkim
    <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 77cdac33 taeseongkim
    <TargetFrameworkProfile />
33 53c9637d taeseongkim
  </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 1351e224 taeseongkim
    <Prefer32Bit>false</Prefer32Bit>
54 53c9637d taeseongkim
  </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 e8dd0f7d taeseongkim
    <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 53c9637d taeseongkim
    </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 ff4b1e6e taeseongkim
    <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
92 c8183702 taeseongkim
      <HintPath>..\packages\MarkusDatabase.1.8.0\lib\net45\Markus.EntityModel.dll</HintPath>
93 ff4b1e6e taeseongkim
    </Reference>
94 53c9637d taeseongkim
    <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 950e6b84 taeseongkim
    <Reference Include="Markus.Message, Version=1.5.5.0, Culture=neutral, processorArchitecture=MSIL">
98
      <HintPath>..\packages\Markus.Message.1.5.5\lib\net45\Markus.Message.dll</HintPath>
99 c68259ac semi
    </Reference>
100 53c9637d taeseongkim
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
101
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
102
    </Reference>
103
    <Reference Include="System" />
104
    <Reference Include="System.Activities" />
105
    <Reference Include="System.ComponentModel.DataAnnotations" />
106
    <Reference Include="System.Configuration.Install" />
107
    <Reference Include="System.Core" />
108
    <Reference Include="System.Management" />
109
    <Reference Include="System.Runtime.Serialization" />
110
    <Reference Include="System.ServiceModel" />
111
    <Reference Include="System.ServiceModel.Activities" />
112
    <Reference Include="System.ServiceModel.Web" />
113
    <Reference Include="System.Web.Services" />
114
    <Reference Include="System.Xaml" />
115
    <Reference Include="System.Xml.Linq" />
116
    <Reference Include="System.Data.DataSetExtensions" />
117
    <Reference Include="Microsoft.CSharp" />
118
    <Reference Include="System.Data" />
119
    <Reference Include="System.Net.Http" />
120
    <Reference Include="System.ServiceProcess" />
121
    <Reference Include="System.Xml" />
122
  </ItemGroup>
123
  <ItemGroup>
124
    <Compile Include="ApplicationDefine.cs" />
125
    <Compile Include="ProjectInstaller.cs">
126
      <SubType>Component</SubType>
127
    </Compile>
128
    <Compile Include="ProjectInstaller.Designer.cs">
129
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
130
    </Compile>
131
    <Compile Include="Properties\Resources.Designer.cs">
132
      <AutoGen>True</AutoGen>
133
      <DesignTime>True</DesignTime>
134
      <DependentUpon>Resources.resx</DependentUpon>
135
    </Compile>
136
    <Compile Include="ServiceStation.cs">
137
      <SubType>Component</SubType>
138
    </Compile>
139
    <Compile Include="ServiceStation.Designer.cs">
140
      <DependentUpon>ServiceStation.cs</DependentUpon>
141
    </Compile>
142
    <Compile Include="Program.cs" />
143
    <Compile Include="Properties\AssemblyInfo.cs" />
144
    <Compile Include="StationService\ServiceStationTask.cs">
145
      <SubType>Component</SubType>
146
    </Compile>
147
    <Compile Include="StationService\ServiceStationWCF.cs">
148
      <SubType>Component</SubType>
149
    </Compile>
150 0157b158 taeseongkim
    <Compile Include="SubStationServiceItem.cs" />
151 53c9637d taeseongkim
  </ItemGroup>
152
  <ItemGroup>
153
    <Content Include="Log.config">
154
      <SubType>Designer</SubType>
155
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
156
    </Content>
157
    <None Include="App.config" />
158
    <None Include="packages.config" />
159
    <None Include="Properties\app.manifest" />
160 f3b8ff8f taeseongkim
    <None Include="obfuscar.xml">
161 53c9637d taeseongkim
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
162 f3b8ff8f taeseongkim
    </None>
163 b92f142f taeseongkim
    <Content Include="ServiceStation_DEBUG.ini">
164 53c9637d taeseongkim
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
165
    </Content>
166 0157b158 taeseongkim
    <None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" />
167 b92f142f taeseongkim
    <Content Include="ServiceStation.ini">
168
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
169
    </Content>
170 f363a40e taeseongkim
    <Content Include="Plugin.ini">
171
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
172
    </Content>
173 53c9637d taeseongkim
  </ItemGroup>
174
  <ItemGroup>
175
    <EmbeddedResource Include="ProjectInstaller.resx">
176
      <DependentUpon>ProjectInstaller.cs</DependentUpon>
177
    </EmbeddedResource>
178
    <EmbeddedResource Include="Properties\Resources.resx">
179
      <Generator>ResXFileCodeGenerator</Generator>
180
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
181
    </EmbeddedResource>
182
    <EmbeddedResource Include="ServiceStation.resx">
183
      <DependentUpon>ServiceStation.cs</DependentUpon>
184
    </EmbeddedResource>
185
  </ItemGroup>
186
  <ItemGroup>
187 950e6b84 taeseongkim
    <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj">
188
      <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project>
189
      <Name>Markus.Service.Interface</Name>
190
    </ProjectReference>
191 cebca50f taeseongkim
    <ProjectReference Include="..\Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj">
192
      <Project>{3f94fecf-4326-4452-8067-9f7b45d9bc6c}</Project>
193
      <Name>Markus.Service.ConvertProcess</Name>
194
    </ProjectReference>
195
    <ProjectReference Include="..\Markus.Service.Convert\Markus.Service.Convert.csproj">
196
      <Project>{867e065c-3c22-47b1-9c2a-130a78dddd51}</Project>
197
      <Name>Markus.Service.Convert</Name>
198
    </ProjectReference>
199 463fd79c taeseongkim
    <ProjectReference Include="..\Markus.Service.DataBase\Markus.Service.DataBase.csproj">
200
      <Project>{400736fb-92c9-4bc0-b447-e8274103d813}</Project>
201
      <Name>Markus.Service.DataBase</Name>
202
    </ProjectReference>
203 53c9637d taeseongkim
    <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj">
204
      <Project>{5F983789-3E8F-4F9A-A601-138C3A83CA5F}</Project>
205
      <Name>Markus.Service.Extensions</Name>
206
    </ProjectReference>
207 06f13e11 taeseongkim
    <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj">
208
      <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project>
209
      <Name>Markus.Service.WcfClient</Name>
210
    </ProjectReference>
211 ffaf43d2 taeseongkim
    <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj">
212
      <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project>
213
      <Name>Markus.Service.IWcfService</Name>
214
    </ProjectReference>
215 53c9637d taeseongkim
  </ItemGroup>
216
  <ItemGroup>
217
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
218
      <Visible>False</Visible>
219
      <ProductName>.NET Framework 3.5 SP1</ProductName>
220
      <Install>false</Install>
221
    </BootstrapperPackage>
222
  </ItemGroup>
223 0157b158 taeseongkim
  <ItemGroup>
224
    <WCFMetadata Include="Connected Services\" />
225
  </ItemGroup>
226 53c9637d taeseongkim
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
227
  <PropertyGroup>
228 8a313375 djkim
    <PreBuildEvent>xcopy /y /d /I  "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin"</PreBuildEvent>
229 53c9637d taeseongkim
  </PropertyGroup>
230
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
231
    <PropertyGroup>
232
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
233
    </PropertyGroup>
234
    <Error Condition="!Exists('..\packages\Obfuscar.2.2.19\build\obfuscar.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Obfuscar.2.2.19\build\obfuscar.props'))" />
235
  </Target>
236
  <PropertyGroup>
237
    <PostBuildEvent>"$(Obfuscar)" obfuscar.xml</PostBuildEvent>
238
  </PropertyGroup>
239
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)