markus / ConvertService / ServiceController / StationControllerService / StationControllerService.csproj @ f333dcc2
이력 | 보기 | 이력해설 | 다운로드 (11.1 KB)
1 | 7c549195 | taeseongkim | <?xml version="1.0" encoding="utf-8"?> |
---|---|---|---|
2 | <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||
3 | 5c387707 | semi | <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 | be7b18b6 | semi | <ProductVersion> |
8 | </ProductVersion> |
||
9 | 5c387707 | semi | <SchemaVersion>2.0</SchemaVersion> |
10 | <ProjectGuid>{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}</ProjectGuid> |
||
11 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
||
12 | <OutputType>Library</OutputType> |
||
13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
14 | <RootNamespace>StationControllerService</RootNamespace> |
||
15 | <AssemblyName>StationControllerService</AssemblyName> |
||
16 | <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> |
||
17 | <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled> |
||
18 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
19 | <UseIISExpress>true</UseIISExpress> |
||
20 | <Use64BitIISExpress /> |
||
21 | <IISExpressSSLPort /> |
||
22 | <IISExpressAnonymousAuthentication /> |
||
23 | <IISExpressWindowsAuthentication /> |
||
24 | <IISExpressUseClassicPipelineMode /> |
||
25 | <UseGlobalApplicationHostFile /> |
||
26 | be7b18b6 | semi | <NuGetPackageImportStamp> |
27 | </NuGetPackageImportStamp> |
||
28 | 5c387707 | semi | <TargetFrameworkProfile /> |
29 | </PropertyGroup> |
||
30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
31 | <DebugSymbols>true</DebugSymbols> |
||
32 | <DebugType>full</DebugType> |
||
33 | <Optimize>false</Optimize> |
||
34 | 919dee1b | semi | <OutputPath>bin\</OutputPath> |
35 | 5c387707 | semi | <DefineConstants>DEBUG;TRACE</DefineConstants> |
36 | <ErrorReport>prompt</ErrorReport> |
||
37 | <WarningLevel>4</WarningLevel> |
||
38 | </PropertyGroup> |
||
39 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
40 | <DebugType>pdbonly</DebugType> |
||
41 | <Optimize>true</Optimize> |
||
42 | be7b18b6 | semi | <OutputPath>..\publish\service\</OutputPath> |
43 | 5c387707 | semi | <DefineConstants>TRACE</DefineConstants> |
44 | <ErrorReport>prompt</ErrorReport> |
||
45 | <WarningLevel>4</WarningLevel> |
||
46 | </PropertyGroup> |
||
47 | <ItemGroup> |
||
48 | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
49 | 919dee1b | semi | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
50 | 5c387707 | semi | </Reference> |
51 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
52 | 919dee1b | semi | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
53 | 5c387707 | semi | </Reference> |
54 | <Reference Include="Microsoft.CSharp" /> |
||
55 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
56 | <Reference Include="System.Data.DataSetExtensions" /> |
||
57 | 919dee1b | semi | <Reference Include="System.Runtime.Remoting" /> |
58 | 5c387707 | semi | <Reference Include="System.Security" /> |
59 | <Reference Include="System.Web.DynamicData" /> |
||
60 | <Reference Include="System.Web.Entity" /> |
||
61 | <Reference Include="System.Web.ApplicationServices" /> |
||
62 | <Reference Include="System" /> |
||
63 | <Reference Include="System.Configuration" /> |
||
64 | <Reference Include="System.Data" /> |
||
65 | <Reference Include="System.Drawing" /> |
||
66 | <Reference Include="System.EnterpriseServices" /> |
||
67 | <Reference Include="System.Runtime.Serialization" /> |
||
68 | <Reference Include="System.ServiceModel" /> |
||
69 | <Reference Include="System.ServiceModel.Web" /> |
||
70 | <Reference Include="System.Web" /> |
||
71 | <Reference Include="System.Web.Extensions" /> |
||
72 | <Reference Include="System.Web.Services" /> |
||
73 | <Reference Include="System.Xml" /> |
||
74 | <Reference Include="System.Xml.Linq" /> |
||
75 | </ItemGroup> |
||
76 | <ItemGroup> |
||
77 | <Content Include="DataService.svc" /> |
||
78 | <Content Include="MarkusModel.Context.tt"> |
||
79 | <Generator>TextTemplatingFileGenerator</Generator> |
||
80 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
81 | <LastGenOutput>MarkusModel.Context.cs</LastGenOutput> |
||
82 | </Content> |
||
83 | <Content Include="MarkusModel.tt"> |
||
84 | <Generator>TextTemplatingFileGenerator</Generator> |
||
85 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
86 | <LastGenOutput>MarkusModel.cs</LastGenOutput> |
||
87 | </Content> |
||
88 | 4a41c345 | semi | <Content Include="Web.config"> |
89 | <SubType>Designer</SubType> |
||
90 | 919dee1b | semi | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
91 | 4a41c345 | semi | </Content> |
92 | 5c387707 | semi | </ItemGroup> |
93 | <ItemGroup> |
||
94 | <Compile Include="CONVERT_COUNT_Result.cs"> |
||
95 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
96 | </Compile> |
||
97 | <Compile Include="DataService.svc.cs"> |
||
98 | <DependentUpon>DataService.svc</DependentUpon> |
||
99 | </Compile> |
||
100 | <Compile Include="FINALPDF_COUNT_Result.cs"> |
||
101 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
102 | </Compile> |
||
103 | 919dee1b | semi | <Compile Include="FINAL_PDF_MARKUP_CHECK_Result.cs"> |
104 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
105 | </Compile> |
||
106 | 5c387707 | semi | <Compile Include="IDataService.cs" /> |
107 | <Compile Include="MarkusEntities.cs" /> |
||
108 | <Compile Include="MarkusModel.Context.cs"> |
||
109 | <AutoGen>True</AutoGen> |
||
110 | <DesignTime>True</DesignTime> |
||
111 | <DependentUpon>MarkusModel.Context.tt</DependentUpon> |
||
112 | </Compile> |
||
113 | <Compile Include="MarkusModel.cs"> |
||
114 | <AutoGen>True</AutoGen> |
||
115 | <DesignTime>True</DesignTime> |
||
116 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
117 | </Compile> |
||
118 | <Compile Include="MarkusModel.Designer.cs"> |
||
119 | <AutoGen>True</AutoGen> |
||
120 | <DesignTime>True</DesignTime> |
||
121 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
122 | </Compile> |
||
123 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
124 | <Compile Include="Properties\Resources.Designer.cs"> |
||
125 | <AutoGen>True</AutoGen> |
||
126 | <DesignTime>True</DesignTime> |
||
127 | <DependentUpon>Resources.resx</DependentUpon> |
||
128 | </Compile> |
||
129 | <Compile Include="Properties\Settings.Designer.cs"> |
||
130 | <AutoGen>True</AutoGen> |
||
131 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
132 | <DependentUpon>Settings.settings</DependentUpon> |
||
133 | </Compile> |
||
134 | <Compile Include="SELECT_CONVERT_ITEM_Result.cs"> |
||
135 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
136 | </Compile> |
||
137 | 919dee1b | semi | <Compile Include="SELECT_DOCINFO_Result.cs"> |
138 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
139 | </Compile> |
||
140 | 5c387707 | semi | <Compile Include="SELECT_DOCUMENT_ITEM_Result.cs"> |
141 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
142 | </Compile> |
||
143 | <Compile Include="SELECT_FINAL_PDF_ITEM_Result.cs"> |
||
144 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
145 | </Compile> |
||
146 | 919dee1b | semi | <Compile Include="SELECT_MARKUP_INFO_Result.cs"> |
147 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
148 | </Compile> |
||
149 | 64e36f82 | semi | <Compile Include="SELECT_PROPERTIES_RUN_PROJECTS_Result.cs"> |
150 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
151 | </Compile> |
||
152 | 5c387707 | semi | <Compile Include="SELECT_RUN_PROJECTS_Result.cs"> |
153 | <DependentUpon>MarkusModel.tt</DependentUpon> |
||
154 | </Compile> |
||
155 | </ItemGroup> |
||
156 | <ItemGroup> |
||
157 | <Folder Include="App_Data\" /> |
||
158 | </ItemGroup> |
||
159 | <ItemGroup> |
||
160 | <EntityDeploy Include="MarkusModel.edmx"> |
||
161 | <Generator>EntityModelCodeGenerator</Generator> |
||
162 | <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput> |
||
163 | </EntityDeploy> |
||
164 | <Content Include="MarkusModel.edmx.diagram"> |
||
165 | <DependentUpon>MarkusModel.edmx</DependentUpon> |
||
166 | </Content> |
||
167 | <None Include="packages.config" /> |
||
168 | 4a41c345 | semi | <None Include="Properties\PublishProfiles\FolderProfile.pubxml"> |
169 | <SubType>Designer</SubType> |
||
170 | </None> |
||
171 | 5c387707 | semi | <None Include="Properties\PublishProfiles\FolderProfile1.pubxml" /> |
172 | <None Include="Properties\Settings.settings"> |
||
173 | <Generator>SettingsSingleFileGenerator</Generator> |
||
174 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
175 | </None> |
||
176 | <None Include="Web.Debug.config"> |
||
177 | <DependentUpon>Web.config</DependentUpon> |
||
178 | 919dee1b | semi | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
179 | 5c387707 | semi | </None> |
180 | 8f148d28 | semi | <None Include="Web.Debug_HS.config"> |
181 | <DependentUpon>Web.config</DependentUpon> |
||
182 | 919dee1b | semi | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
183 | 8f148d28 | semi | </None> |
184 | 5c387707 | semi | <None Include="Web.Release.config"> |
185 | <DependentUpon>Web.config</DependentUpon> |
||
186 | 919dee1b | semi | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
187 | 5c387707 | semi | </None> |
188 | </ItemGroup> |
||
189 | <ItemGroup> |
||
190 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
191 | <Generator>ResXFileCodeGenerator</Generator> |
||
192 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
193 | </EmbeddedResource> |
||
194 | </ItemGroup> |
||
195 | <ItemGroup> |
||
196 | <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
||
197 | </ItemGroup> |
||
198 | 919dee1b | semi | <ItemGroup> |
199 | <WCFMetadata Include="Connected Services\" /> |
||
200 | </ItemGroup> |
||
201 | <ItemGroup> |
||
202 | <ProjectReference Include="..\..\..\FinalService\KCOM_FinalService\IFinalPDF\IFinalPDF.csproj"> |
||
203 | <Project>{784438BE-2074-41AE-A692-24E1A4A67FE3}</Project> |
||
204 | <Name>IFinalPDF</Name> |
||
205 | </ProjectReference> |
||
206 | </ItemGroup> |
||
207 | 5c387707 | semi | <PropertyGroup> |
208 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
||
209 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
||
210 | </PropertyGroup> |
||
211 | 8f148d28 | semi | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'"> |
212 | <DebugSymbols>true</DebugSymbols> |
||
213 | <OutputPath>bin\</OutputPath> |
||
214 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
215 | <DebugType>full</DebugType> |
||
216 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
217 | <ErrorReport>prompt</ErrorReport> |
||
218 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
219 | </PropertyGroup> |
||
220 | 5c387707 | semi | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
221 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
||
222 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
||
223 | <ProjectExtensions> |
||
224 | <VisualStudio> |
||
225 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
||
226 | <WebProjectProperties> |
||
227 | <UseIIS>True</UseIIS> |
||
228 | <AutoAssignPort>True</AutoAssignPort> |
||
229 | <DevelopmentServerPort>55539</DevelopmentServerPort> |
||
230 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
||
231 | <IISUrl>http://localhost:55508/</IISUrl> |
||
232 | <NTLMAuthentication>False</NTLMAuthentication> |
||
233 | <UseCustomServer>False</UseCustomServer> |
||
234 | be7b18b6 | semi | <CustomServerUrl> |
235 | </CustomServerUrl> |
||
236 | 5c387707 | semi | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
237 | </WebProjectProperties> |
||
238 | </FlavorProperties> |
||
239 | </VisualStudio> |
||
240 | </ProjectExtensions> |
||
241 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
242 | Other similar extension points exist, see Microsoft.Common.targets. |
||
243 | <Target Name="BeforeBuild"> |
||
244 | </Target> |
||
245 | <Target Name="AfterBuild"> |
||
246 | </Target> |
||
247 | --> |
||
248 | 7c549195 | taeseongkim | <Target Name="BeforeBuild"> |
249 | <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" /> |
||
250 | </Target> |
||
251 | <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" /> |
||
252 | <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')"> |
||
253 | <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" /> |
||
254 | </Target> |
||
255 | 5c387707 | semi | </Project> |