프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceController / StationControllerService / StationControllerService.csproj @ 4a41c345

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

1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.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
    <ProductVersion>
9
    </ProductVersion>
10
    <SchemaVersion>2.0</SchemaVersion>
11
    <ProjectGuid>{B06C0A20-BC30-4A3E-8D74-E0E2FF55510F}</ProjectGuid>
12
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
13
    <OutputType>Library</OutputType>
14
    <AppDesignerFolder>Properties</AppDesignerFolder>
15
    <RootNamespace>StationControllerService</RootNamespace>
16
    <AssemblyName>StationControllerService</AssemblyName>
17
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
18
    <WcfConfigValidationEnabled>True</WcfConfigValidationEnabled>
19
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
20
    <UseIISExpress>true</UseIISExpress>
21
    <Use64BitIISExpress />
22
    <IISExpressSSLPort />
23
    <IISExpressAnonymousAuthentication />
24
    <IISExpressWindowsAuthentication />
25
    <IISExpressUseClassicPipelineMode />
26
    <UseGlobalApplicationHostFile />
27
    <NuGetPackageImportStamp>
28
    </NuGetPackageImportStamp>
29
    <TargetFrameworkProfile />
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32
    <DebugSymbols>true</DebugSymbols>
33
    <DebugType>full</DebugType>
34
    <Optimize>false</Optimize>
35
    <OutputPath>bin\Debug\</OutputPath>
36
    <DefineConstants>DEBUG;TRACE</DefineConstants>
37
    <ErrorReport>prompt</ErrorReport>
38
    <WarningLevel>4</WarningLevel>
39
  </PropertyGroup>
40
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
41
    <DebugType>pdbonly</DebugType>
42
    <Optimize>true</Optimize>
43
    <OutputPath>..\publish\service\</OutputPath>
44
    <DefineConstants>TRACE</DefineConstants>
45
    <ErrorReport>prompt</ErrorReport>
46
    <WarningLevel>4</WarningLevel>
47
  </PropertyGroup>
48
  <ItemGroup>
49
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
50
      <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.dll</HintPath>
51
    </Reference>
52
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
53
      <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
54
    </Reference>
55
    <Reference Include="Microsoft.CSharp" />
56
    <Reference Include="System.ComponentModel.DataAnnotations" />
57
    <Reference Include="System.Data.DataSetExtensions" />
58
    <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
    <Content Include="Web.config">
89
      <SubType>Designer</SubType>
90
    </Content>
91
  </ItemGroup>
92
  <ItemGroup>
93
    <Compile Include="CONVERT_COUNT_Result.cs">
94
      <DependentUpon>MarkusModel.tt</DependentUpon>
95
    </Compile>
96
    <Compile Include="DataService.svc.cs">
97
      <DependentUpon>DataService.svc</DependentUpon>
98
    </Compile>
99
    <Compile Include="FINALPDF_COUNT_Result.cs">
100
      <DependentUpon>MarkusModel.tt</DependentUpon>
101
    </Compile>
102
    <Compile Include="IDataService.cs" />
103
    <Compile Include="MarkusEntities.cs" />
104
    <Compile Include="MarkusModel.Context.cs">
105
      <AutoGen>True</AutoGen>
106
      <DesignTime>True</DesignTime>
107
      <DependentUpon>MarkusModel.Context.tt</DependentUpon>
108
    </Compile>
109
    <Compile Include="MarkusModel.cs">
110
      <AutoGen>True</AutoGen>
111
      <DesignTime>True</DesignTime>
112
      <DependentUpon>MarkusModel.tt</DependentUpon>
113
    </Compile>
114
    <Compile Include="MarkusModel.Designer.cs">
115
      <AutoGen>True</AutoGen>
116
      <DesignTime>True</DesignTime>
117
      <DependentUpon>MarkusModel.edmx</DependentUpon>
118
    </Compile>
119
    <Compile Include="Properties\AssemblyInfo.cs" />
120
    <Compile Include="Properties\Resources.Designer.cs">
121
      <AutoGen>True</AutoGen>
122
      <DesignTime>True</DesignTime>
123
      <DependentUpon>Resources.resx</DependentUpon>
124
    </Compile>
125
    <Compile Include="Properties\Settings.Designer.cs">
126
      <AutoGen>True</AutoGen>
127
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
128
      <DependentUpon>Settings.settings</DependentUpon>
129
    </Compile>
130
    <Compile Include="SELECT_CONVERT_ITEM_Result.cs">
131
      <DependentUpon>MarkusModel.tt</DependentUpon>
132
    </Compile>
133
    <Compile Include="SELECT_DOCUMENT_ITEM_Result.cs">
134
      <DependentUpon>MarkusModel.tt</DependentUpon>
135
    </Compile>
136
    <Compile Include="SELECT_FINAL_PDF_ITEM_Result.cs">
137
      <DependentUpon>MarkusModel.tt</DependentUpon>
138
    </Compile>
139
    <Compile Include="SELECT_PROPERTIES_RUN_PROJECTS_Result.cs">
140
      <DependentUpon>MarkusModel.tt</DependentUpon>
141
    </Compile>
142
    <Compile Include="SELECT_RUN_PROJECTS_Result.cs">
143
      <DependentUpon>MarkusModel.tt</DependentUpon>
144
    </Compile>
145
  </ItemGroup>
146
  <ItemGroup>
147
    <Folder Include="App_Data\" />
148
  </ItemGroup>
149
  <ItemGroup>
150
    <EntityDeploy Include="MarkusModel.edmx">
151
      <Generator>EntityModelCodeGenerator</Generator>
152
      <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput>
153
    </EntityDeploy>
154
    <Content Include="MarkusModel.edmx.diagram">
155
      <DependentUpon>MarkusModel.edmx</DependentUpon>
156
    </Content>
157
    <None Include="packages.config" />
158
    <None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
159
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml">
160
      <SubType>Designer</SubType>
161
    </None>
162
    <None Include="Properties\PublishProfiles\FolderProfile1.pubxml" />
163
    <None Include="Properties\Settings.settings">
164
      <Generator>SettingsSingleFileGenerator</Generator>
165
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
166
    </None>
167
    <None Include="Web.Debug.config">
168
      <DependentUpon>Web.config</DependentUpon>
169
    </None>
170
    <None Include="Web.Debug_HS.config">
171
      <DependentUpon>Web.config</DependentUpon>
172
    </None>
173
    <None Include="Web.Release.config">
174
      <DependentUpon>Web.config</DependentUpon>
175
    </None>
176
  </ItemGroup>
177
  <ItemGroup>
178
    <EmbeddedResource Include="Properties\Resources.resx">
179
      <Generator>ResXFileCodeGenerator</Generator>
180
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
181
    </EmbeddedResource>
182
  </ItemGroup>
183
  <ItemGroup>
184
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
185
  </ItemGroup>
186
  <PropertyGroup>
187
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
188
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
189
  </PropertyGroup>
190
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'">
191
    <DebugSymbols>true</DebugSymbols>
192
    <OutputPath>bin\</OutputPath>
193
    <DefineConstants>DEBUG;TRACE</DefineConstants>
194
    <DebugType>full</DebugType>
195
    <PlatformTarget>AnyCPU</PlatformTarget>
196
    <ErrorReport>prompt</ErrorReport>
197
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
198
  </PropertyGroup>
199
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
200
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
201
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
202
  <ProjectExtensions>
203
    <VisualStudio>
204
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
205
        <WebProjectProperties>
206
          <UseIIS>True</UseIIS>
207
          <AutoAssignPort>True</AutoAssignPort>
208
          <DevelopmentServerPort>55539</DevelopmentServerPort>
209
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
210
          <IISUrl>http://localhost:55508/</IISUrl>
211
          <NTLMAuthentication>False</NTLMAuthentication>
212
          <UseCustomServer>False</UseCustomServer>
213
          <CustomServerUrl>
214
          </CustomServerUrl>
215
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
216
        </WebProjectProperties>
217
      </FlavorProperties>
218
    </VisualStudio>
219
  </ProjectExtensions>
220
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
221
    <PropertyGroup>
222
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
223
    </PropertyGroup>
224
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.props'))" />
225
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.targets'))" />
226
  </Target>
227
  <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" />
228
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
229
       Other similar extension points exist, see Microsoft.Common.targets.
230
  <Target Name="BeforeBuild">
231
  </Target>
232
  <Target Name="AfterBuild">
233
  </Target>
234
  -->
235
  <Target Name="BeforeBuild">
236
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
237
  </Target>
238
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
239
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
240
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
241
  </Target>
242
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)