markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ 3abe8d4e
이력 | 보기 | 이력해설 | 다운로드 (11.7 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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
||
4 | <PropertyGroup> |
||
5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
||
6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
||
7 | <ProjectGuid>{BF8B3B13-30D5-482C-8452-A7511E96DE97}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <RootNamespace>Markus.Service</RootNamespace> |
||
10 | <AssemblyName>Markus.Service.Station</AssemblyName> |
||
11 | a5e5fff6 | taeseongkim | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
12 | 53c9637d | taeseongkim | <FileAlignment>512</FileAlignment> |
13 | <Deterministic>true</Deterministic> |
||
14 | f363a40e | taeseongkim | <IsWebBootstrapper>false</IsWebBootstrapper> |
15 | <NuGetPackageImportStamp> |
||
16 | </NuGetPackageImportStamp> |
||
17 | a5e5fff6 | taeseongkim | <TargetFrameworkProfile /> |
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 | d91efe5c | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|AnyCPU'"> |
78 | <OutputPath>bin\ReleaseAll\</OutputPath> |
||
79 | <DefineConstants>TRACE</DefineConstants> |
||
80 | <Optimize>true</Optimize> |
||
81 | <DebugType>pdbonly</DebugType> |
||
82 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
83 | <LangVersion>7.3</LangVersion> |
||
84 | <ErrorReport>prompt</ErrorReport> |
||
85 | </PropertyGroup> |
||
86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll|x64'"> |
||
87 | <OutputPath>..\publish\ServiceStation\</OutputPath> |
||
88 | <DefineConstants>TRACE</DefineConstants> |
||
89 | <Optimize>true</Optimize> |
||
90 | <DebugType>pdbonly</DebugType> |
||
91 | <PlatformTarget>x64</PlatformTarget> |
||
92 | <LangVersion>7.3</LangVersion> |
||
93 | <ErrorReport>prompt</ErrorReport> |
||
94 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
95 | <Prefer32Bit>true</Prefer32Bit> |
||
96 | </PropertyGroup> |
||
97 | b4a1c7ff | taeseongkim | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|AnyCPU'"> |
98 | <OutputPath>bin\ReleaseAll_XI\</OutputPath> |
||
99 | <DefineConstants>TRACE</DefineConstants> |
||
100 | <Optimize>true</Optimize> |
||
101 | <DebugType>pdbonly</DebugType> |
||
102 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
103 | <LangVersion>7.3</LangVersion> |
||
104 | <ErrorReport>prompt</ErrorReport> |
||
105 | <Prefer32Bit>true</Prefer32Bit> |
||
106 | </PropertyGroup> |
||
107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseAll_XI|x64'"> |
||
108 | <OutputPath>bin\x64\ReleaseAll_XI\</OutputPath> |
||
109 | <DefineConstants>TRACE</DefineConstants> |
||
110 | <Optimize>true</Optimize> |
||
111 | <DebugType>pdbonly</DebugType> |
||
112 | <PlatformTarget>x64</PlatformTarget> |
||
113 | <LangVersion>7.3</LangVersion> |
||
114 | <ErrorReport>prompt</ErrorReport> |
||
115 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
116 | <Prefer32Bit>true</Prefer32Bit> |
||
117 | </PropertyGroup> |
||
118 | 0a64fa85 | taeseongkim | <PropertyGroup> |
119 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
120 | </PropertyGroup> |
||
121 | 53c9637d | taeseongkim | <ItemGroup> |
122 | <Reference Include="System" /> |
||
123 | <Reference Include="System.Activities" /> |
||
124 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
125 | <Reference Include="System.Configuration.Install" /> |
||
126 | <Reference Include="System.Core" /> |
||
127 | <Reference Include="System.Management" /> |
||
128 | <Reference Include="System.Runtime.Serialization" /> |
||
129 | <Reference Include="System.ServiceModel" /> |
||
130 | <Reference Include="System.ServiceModel.Activities" /> |
||
131 | <Reference Include="System.ServiceModel.Web" /> |
||
132 | <Reference Include="System.Web.Services" /> |
||
133 | <Reference Include="System.Xaml" /> |
||
134 | <Reference Include="System.Xml.Linq" /> |
||
135 | <Reference Include="System.Data.DataSetExtensions" /> |
||
136 | <Reference Include="System.Data" /> |
||
137 | <Reference Include="System.Net.Http" /> |
||
138 | <Reference Include="System.ServiceProcess" /> |
||
139 | <Reference Include="System.Xml" /> |
||
140 | </ItemGroup> |
||
141 | <ItemGroup> |
||
142 | <Compile Include="ApplicationDefine.cs" /> |
||
143 | <Compile Include="ProjectInstaller.cs"> |
||
144 | <SubType>Component</SubType> |
||
145 | </Compile> |
||
146 | <Compile Include="ProjectInstaller.Designer.cs"> |
||
147 | <DependentUpon>ProjectInstaller.cs</DependentUpon> |
||
148 | </Compile> |
||
149 | <Compile Include="Properties\Resources.Designer.cs"> |
||
150 | <AutoGen>True</AutoGen> |
||
151 | <DesignTime>True</DesignTime> |
||
152 | <DependentUpon>Resources.resx</DependentUpon> |
||
153 | </Compile> |
||
154 | <Compile Include="ServiceStation.cs"> |
||
155 | <SubType>Component</SubType> |
||
156 | </Compile> |
||
157 | <Compile Include="ServiceStation.Designer.cs"> |
||
158 | <DependentUpon>ServiceStation.cs</DependentUpon> |
||
159 | </Compile> |
||
160 | <Compile Include="Program.cs" /> |
||
161 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
162 | <Compile Include="StationService\ServiceStationTask.cs"> |
||
163 | <SubType>Component</SubType> |
||
164 | </Compile> |
||
165 | <Compile Include="StationService\ServiceStationWCF.cs"> |
||
166 | <SubType>Component</SubType> |
||
167 | </Compile> |
||
168 | 0157b158 | taeseongkim | <Compile Include="SubStationServiceItem.cs" /> |
169 | 53c9637d | taeseongkim | </ItemGroup> |
170 | <ItemGroup> |
||
171 | <Content Include="Log.config"> |
||
172 | <SubType>Designer</SubType> |
||
173 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
174 | </Content> |
||
175 | <None Include="App.config" /> |
||
176 | <None Include="Properties\app.manifest" /> |
||
177 | f3b8ff8f | taeseongkim | <None Include="obfuscar.xml"> |
178 | 53c9637d | taeseongkim | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
179 | f3b8ff8f | taeseongkim | </None> |
180 | d91efe5c | taeseongkim | <None Include="ServiceStation_DEBUG.ini"> |
181 | 53c9637d | taeseongkim | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
182 | d91efe5c | taeseongkim | </None> |
183 | 0157b158 | taeseongkim | <None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" /> |
184 | d91efe5c | taeseongkim | <None Include="ServiceStation.ini"> |
185 | b92f142f | taeseongkim | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
186 | d91efe5c | taeseongkim | </None> |
187 | <None Include="Plugin.ini"> |
||
188 | f363a40e | taeseongkim | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
189 | d91efe5c | taeseongkim | </None> |
190 | 53c9637d | taeseongkim | </ItemGroup> |
191 | <ItemGroup> |
||
192 | <EmbeddedResource Include="ProjectInstaller.resx"> |
||
193 | <DependentUpon>ProjectInstaller.cs</DependentUpon> |
||
194 | </EmbeddedResource> |
||
195 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
196 | <Generator>ResXFileCodeGenerator</Generator> |
||
197 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
198 | </EmbeddedResource> |
||
199 | <EmbeddedResource Include="ServiceStation.resx"> |
||
200 | <DependentUpon>ServiceStation.cs</DependentUpon> |
||
201 | </EmbeddedResource> |
||
202 | </ItemGroup> |
||
203 | <ItemGroup> |
||
204 | 950e6b84 | taeseongkim | <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
205 | <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
||
206 | <Name>Markus.Service.Interface</Name> |
||
207 | </ProjectReference> |
||
208 | a5e5fff6 | taeseongkim | <ProjectReference Include="..\Markus.Service.ConvertPath\Markus.Service.ConvertPath.csproj"> |
209 | <Project>{049371B3-816C-4104-9386-2F830B6BA7E5}</Project> |
||
210 | <Name>Markus.Service.ConvertPath</Name> |
||
211 | </ProjectReference> |
||
212 | <ProjectReference Include="..\Markus.Service.DataBase.Dapper\Markus.Service.DataBase.Dapper.csproj"> |
||
213 | <Project>{f835dd07-7f0c-4dbd-a596-f3110d187421}</Project> |
||
214 | <Name>Markus.Service.DataBase.Dapper</Name> |
||
215 | 463fd79c | taeseongkim | </ProjectReference> |
216 | 53c9637d | taeseongkim | <ProjectReference Include="..\Markus.Service.Extensions\Markus.Service.Extensions.csproj"> |
217 | a5e5fff6 | taeseongkim | <Project>{5f983789-3e8f-4f9a-a601-138c3a83ca5f}</Project> |
218 | 53c9637d | taeseongkim | <Name>Markus.Service.Extensions</Name> |
219 | </ProjectReference> |
||
220 | 06f13e11 | taeseongkim | <ProjectReference Include="..\Markus.Service.WcfClient\Markus.Service.WcfClient.csproj"> |
221 | <Project>{691078d3-be0e-4697-bab6-ed3aca842d19}</Project> |
||
222 | <Name>Markus.Service.WcfClient</Name> |
||
223 | </ProjectReference> |
||
224 | ffaf43d2 | taeseongkim | <ProjectReference Include="..\Markus.Service.WcfService\Markus.Service.IWcfService.csproj"> |
225 | <Project>{0523c15e-b197-4c34-83ba-d62b384e2b77}</Project> |
||
226 | <Name>Markus.Service.IWcfService</Name> |
||
227 | </ProjectReference> |
||
228 | 53c9637d | taeseongkim | </ItemGroup> |
229 | <ItemGroup> |
||
230 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
231 | <Visible>False</Visible> |
||
232 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
233 | <Install>false</Install> |
||
234 | </BootstrapperPackage> |
||
235 | </ItemGroup> |
||
236 | 0157b158 | taeseongkim | <ItemGroup> |
237 | <WCFMetadata Include="Connected Services\" /> |
||
238 | </ItemGroup> |
||
239 | 43e1d368 | taeseongkim | <ItemGroup> |
240 | <PackageReference Include="log4net"> |
||
241 | 65674874 | taeseongkim | <Version>2.0.15</Version> |
242 | 43e1d368 | taeseongkim | </PackageReference> |
243 | 1d79913e | taeseongkim | <PackageReference Include="Markus.Message"> |
244 | 2b1f30fe | taeseongkim | <Version>2.0.1</Version> |
245 | 1d79913e | taeseongkim | </PackageReference> |
246 | 43e1d368 | taeseongkim | <PackageReference Include="Microsoft.CSharp"> |
247 | 65674874 | taeseongkim | <Version>4.7.0</Version> |
248 | 43e1d368 | taeseongkim | </PackageReference> |
249 | <PackageReference Include="Newtonsoft.Json"> |
||
250 | 65674874 | taeseongkim | <Version>13.0.2</Version> |
251 | 43e1d368 | taeseongkim | </PackageReference> |
252 | <PackageReference Include="Obfuscar"> |
||
253 | 65674874 | taeseongkim | <Version>2.2.37</Version> |
254 | 43e1d368 | taeseongkim | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
255 | <PrivateAssets>all</PrivateAssets> |
||
256 | </PackageReference> |
||
257 | <PackageReference Include="Salaros.ConfigParser"> |
||
258 | <Version>0.3.8</Version> |
||
259 | </PackageReference> |
||
260 | </ItemGroup> |
||
261 | 53c9637d | taeseongkim | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
262 | <PropertyGroup> |
||
263 | d91efe5c | taeseongkim | <PreBuildEvent>if $(ConfigurationName) == Release ( |
264 | xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin" |
||
265 | xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin" |
||
266 | ) |
||
267 | |||
268 | if $(ConfigurationName) == ReleaseAll ( |
||
269 | xcopy /y /d /I "$(ProjectDir)..\publish\Plugin\*.*" "$(ProjectDir)$(OutDir)Plugin" |
||
270 | xcopy /y /d /I /s "$(ProjectDir)..\publish\DownloadPlugin\*.*" "$(ProjectDir)$(OutDir)DownloadPlugin" |
||
271 | 43e1d368 | taeseongkim | xcopy /y /d /I /s "$(ProjectDir)..\publish\ConvertProcess\*.*" "$(ProjectDir)$(OutDir)Convert" |
272 | d91efe5c | taeseongkim | )</PreBuildEvent> |
273 | 53c9637d | taeseongkim | </PropertyGroup> |
274 | <PropertyGroup> |
||
275 | 0a64fa85 | taeseongkim | <PostBuildEvent>if $(ConfigurationName) == ReleaseAll ( |
276 | "$(Obfuscar)" obfuscar.xml |
||
277 | )</PostBuildEvent> |
||
278 | 53c9637d | taeseongkim | </PropertyGroup> |
279 | </Project> |