markus / ConvertService / ServiceBase / Markus.Service.Station / Markus.Service.Station.csproj @ dea506e2
이력 | 보기 | 이력해설 | 다운로드 (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 | </PropertyGroup> |
||
53 | <PropertyGroup> |
||
54 | <ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
||
55 | </PropertyGroup> |
||
56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
||
57 | <DebugSymbols>true</DebugSymbols> |
||
58 | <OutputPath>bin\x64\Debug\</OutputPath> |
||
59 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
60 | <DebugType>full</DebugType> |
||
61 | <PlatformTarget>x64</PlatformTarget> |
||
62 | <ErrorReport>prompt</ErrorReport> |
||
63 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
64 | <Prefer32Bit>false</Prefer32Bit> |
||
65 | </PropertyGroup> |
||
66 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
||
67 | <OutputPath>bin\x64\Release\</OutputPath> |
||
68 | <DefineConstants>TRACE</DefineConstants> |
||
69 | <Optimize>true</Optimize> |
||
70 | <DebugType>pdbonly</DebugType> |
||
71 | <PlatformTarget>x64</PlatformTarget> |
||
72 | <ErrorReport>prompt</ErrorReport> |
||
73 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
74 | <Prefer32Bit>true</Prefer32Bit> |
||
75 | </PropertyGroup> |
||
76 | <ItemGroup> |
||
77 | <Reference Include="ConfigParser, Version=0.3.3.6, Culture=neutral, processorArchitecture=MSIL"> |
||
78 | <HintPath>..\packages\Salaros.ConfigParser.0.3.3\lib\net45\ConfigParser.dll</HintPath> |
||
79 | </Reference> |
||
80 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
81 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
||
82 | </Reference> |
||
83 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
84 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
85 | </Reference> |
||
86 | <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
||
87 | <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> |
||
88 | </Reference> |
||
89 | ff4b1e6e | taeseongkim | <Reference Include="Markus.EntityModel, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
90 | <HintPath>..\packages\MarkusDatabase.1.7.2\lib\net45\Markus.EntityModel.dll</HintPath> |
||
91 | </Reference> |
||
92 | 53c9637d | taeseongkim | <Reference Include="Markus.LibraryInstaller, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
93 | <HintPath>..\packages\Markus.LibraryInstaller.1.5.1\lib\net45\Markus.LibraryInstaller.dll</HintPath> |
||
94 | </Reference> |
||
95 | 2091a7e5 | taeseongkim | <Reference Include="Markus.Message, Version=1.5.3.0, Culture=neutral, processorArchitecture=MSIL"> |
96 | <HintPath>..\packages\Markus.Message.1.5.4\lib\net45\Markus.Message.dll</HintPath> |
||
97 | 53c9637d | taeseongkim | </Reference> |
98 | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
||
99 | <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
100 | </Reference> |
||
101 | <Reference Include="System" /> |
||
102 | <Reference Include="System.Activities" /> |
||
103 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
104 | <Reference Include="System.Configuration.Install" /> |
||
105 | <Reference Include="System.Core" /> |
||
106 | <Reference Include="System.Management" /> |
||
107 | <Reference Include="System.Runtime.Serialization" /> |
||
108 | <Reference Include="System.ServiceModel" /> |
||
109 | <Reference Include="System.ServiceModel.Activities" /> |
||
110 | <Reference Include="System.ServiceModel.Web" /> |
||
111 | <Reference Include="System.Web.Services" /> |
||
112 | <Reference Include="System.Xaml" /> |
||
113 | <Reference Include="System.Xml.Linq" /> |
||
114 | <Reference Include="System.Data.DataSetExtensions" /> |
||
115 | <Reference Include="Microsoft.CSharp" /> |
||
116 | <Reference Include="System.Data" /> |
||
117 | <Reference Include="System.Net.Http" /> |
||
118 | <Reference Include="System.ServiceProcess" /> |
||
119 | <Reference Include="System.Xml" /> |
||
120 | </ItemGroup> |
||
121 | <ItemGroup> |
||
122 | <Compile Include="ApplicationDefine.cs" /> |
||
123 | <Compile Include="ProjectInstaller.cs"> |
||
124 | <SubType>Component</SubType> |
||
125 | </Compile> |
||
126 | <Compile Include="ProjectInstaller.Designer.cs"> |
||
127 | <DependentUpon>ProjectInstaller.cs</DependentUpon> |
||
128 | </Compile> |
||
129 | <Compile Include="Properties\Resources.Designer.cs"> |
||
130 | <AutoGen>True</AutoGen> |
||
131 | <DesignTime>True</DesignTime> |
||
132 | <DependentUpon>Resources.resx</DependentUpon> |
||
133 | </Compile> |
||
134 | <Compile Include="ServiceStation.cs"> |
||
135 | <SubType>Component</SubType> |
||
136 | </Compile> |
||
137 | <Compile Include="ServiceStation.Designer.cs"> |
||
138 | <DependentUpon>ServiceStation.cs</DependentUpon> |
||
139 | </Compile> |
||
140 | <Compile Include="Program.cs" /> |
||
141 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
142 | <Compile Include="StationService\ServiceStationTask.cs"> |
||
143 | <SubType>Component</SubType> |
||
144 | </Compile> |
||
145 | <Compile Include="StationService\ServiceStationWCF.cs"> |
||
146 | <SubType>Component</SubType> |
||
147 | </Compile> |
||
148 | 0157b158 | taeseongkim | <Compile Include="SubStationServiceItem.cs" /> |
149 | 53c9637d | taeseongkim | </ItemGroup> |
150 | <ItemGroup> |
||
151 | <Content Include="Log.config"> |
||
152 | <SubType>Designer</SubType> |
||
153 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
154 | </Content> |
||
155 | <None Include="App.config" /> |
||
156 | <None Include="packages.config" /> |
||
157 | <None Include="Properties\app.manifest" /> |
||
158 | f3b8ff8f | taeseongkim | <None Include="obfuscar.xml"> |
159 | 53c9637d | taeseongkim | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
160 | f3b8ff8f | taeseongkim | </None> |
161 | b92f142f | taeseongkim | <Content Include="ServiceStation_DEBUG.ini"> |
162 | 53c9637d | taeseongkim | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
163 | </Content> |
||
164 | 0157b158 | taeseongkim | <None Include="Properties\DataSources\Markus.Service.IWcfService.Item.datasource" /> |
165 | b92f142f | taeseongkim | <Content Include="ServiceStation.ini"> |
166 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
167 | </Content> |
||
168 | f363a40e | taeseongkim | <Content Include="Plugin.ini"> |
169 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
||
170 | </Content> |
||
171 | 53c9637d | taeseongkim | </ItemGroup> |
172 | <ItemGroup> |
||
173 | <EmbeddedResource Include="ProjectInstaller.resx"> |
||
174 | <DependentUpon>ProjectInstaller.cs</DependentUpon> |
||
175 | </EmbeddedResource> |
||
176 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
177 | <Generator>ResXFileCodeGenerator</Generator> |
||
178 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
179 | </EmbeddedResource> |
||
180 | <EmbeddedResource Include="ServiceStation.resx"> |
||
181 | <DependentUpon>ServiceStation.cs</DependentUpon> |
||
182 | </EmbeddedResource> |
||
183 | </ItemGroup> |
||
184 | <ItemGroup> |
||
185 | <ProjectReference Include="..\IServiceBase\Markus.Service.Interface.csproj"> |
||
186 | <Project>{4a465fd0-8130-4d6b-a65f-c3cd6cc355a4}</Project> |
||
187 | <Name>Markus.Service.Interface</Name> |
||
188 | </ProjectReference> |
||
189 | <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 | <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 | <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 | 53c9637d | 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 | </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> |