프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ 3035602a

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