프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceController / StationControllerService / StationControllerService.csproj @ be7b18b6

이력 | 보기 | 이력해설 | 다운로드 (11.3 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
  </ItemGroup>
90
  <ItemGroup>
91
    <Compile Include="CONVERT_COUNT_Result.cs">
92
      <DependentUpon>MarkusModel.tt</DependentUpon>
93
    </Compile>
94
    <Compile Include="DataService.svc.cs">
95
      <DependentUpon>DataService.svc</DependentUpon>
96
    </Compile>
97
    <Compile Include="FINALPDF_COUNT_Result.cs">
98
      <DependentUpon>MarkusModel.tt</DependentUpon>
99
    </Compile>
100
    <Compile Include="IDataService.cs" />
101
    <Compile Include="MarkusEntities.cs" />
102
    <Compile Include="MarkusModel.Context.cs">
103
      <AutoGen>True</AutoGen>
104
      <DesignTime>True</DesignTime>
105
      <DependentUpon>MarkusModel.Context.tt</DependentUpon>
106
    </Compile>
107
    <Compile Include="MarkusModel.cs">
108
      <AutoGen>True</AutoGen>
109
      <DesignTime>True</DesignTime>
110
      <DependentUpon>MarkusModel.tt</DependentUpon>
111
    </Compile>
112
    <Compile Include="MarkusModel.Designer.cs">
113
      <AutoGen>True</AutoGen>
114
      <DesignTime>True</DesignTime>
115
      <DependentUpon>MarkusModel.edmx</DependentUpon>
116
    </Compile>
117
    <Compile Include="Properties\AssemblyInfo.cs" />
118
    <Compile Include="Properties\Resources.Designer.cs">
119
      <AutoGen>True</AutoGen>
120
      <DesignTime>True</DesignTime>
121
      <DependentUpon>Resources.resx</DependentUpon>
122
    </Compile>
123
    <Compile Include="Properties\Settings.Designer.cs">
124
      <AutoGen>True</AutoGen>
125
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
126
      <DependentUpon>Settings.settings</DependentUpon>
127
    </Compile>
128
    <Compile Include="SELECT_CONVERT_ITEM_Result.cs">
129
      <DependentUpon>MarkusModel.tt</DependentUpon>
130
    </Compile>
131
    <Compile Include="SELECT_DOCUMENT_ITEM_Result.cs">
132
      <DependentUpon>MarkusModel.tt</DependentUpon>
133
    </Compile>
134
    <Compile Include="SELECT_FINAL_PDF_ITEM_Result.cs">
135
      <DependentUpon>MarkusModel.tt</DependentUpon>
136
    </Compile>
137
    <Compile Include="SELECT_RUN_PROJECTS_Result.cs">
138
      <DependentUpon>MarkusModel.tt</DependentUpon>
139
    </Compile>
140
  </ItemGroup>
141
  <ItemGroup>
142
    <Folder Include="App_Data\" />
143
  </ItemGroup>
144
  <ItemGroup>
145
    <EntityDeploy Include="MarkusModel.edmx">
146
      <Generator>EntityModelCodeGenerator</Generator>
147
      <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput>
148
    </EntityDeploy>
149
    <Content Include="MarkusModel.edmx.diagram">
150
      <DependentUpon>MarkusModel.edmx</DependentUpon>
151
    </Content>
152
    <None Include="packages.config" />
153
    <None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
154
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
155
    <None Include="Properties\PublishProfiles\FolderProfile1.pubxml" />
156
    <None Include="Properties\Settings.settings">
157
      <Generator>SettingsSingleFileGenerator</Generator>
158
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
159
    </None>
160
    <None Include="Web.Debug.config">
161
      <DependentUpon>Web.config</DependentUpon>
162
    </None>
163
    <None Include="Web.Debug_HS.config">
164
      <DependentUpon>Web.config</DependentUpon>
165
    </None>
166
    <None Include="Web.Release.config">
167
      <DependentUpon>Web.config</DependentUpon>
168
    </None>
169
  </ItemGroup>
170
  <ItemGroup>
171
    <EmbeddedResource Include="Properties\Resources.resx">
172
      <Generator>ResXFileCodeGenerator</Generator>
173
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
174
    </EmbeddedResource>
175
  </ItemGroup>
176
  <ItemGroup>
177
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
178
  </ItemGroup>
179
  <PropertyGroup>
180
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
181
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
182
  </PropertyGroup>
183
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_HS|AnyCPU'">
184
    <DebugSymbols>true</DebugSymbols>
185
    <OutputPath>bin\</OutputPath>
186
    <DefineConstants>DEBUG;TRACE</DefineConstants>
187
    <DebugType>full</DebugType>
188
    <PlatformTarget>AnyCPU</PlatformTarget>
189
    <ErrorReport>prompt</ErrorReport>
190
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
191
  </PropertyGroup>
192
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
193
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
194
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
195
  <ProjectExtensions>
196
    <VisualStudio>
197
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
198
        <WebProjectProperties>
199
          <UseIIS>True</UseIIS>
200
          <AutoAssignPort>True</AutoAssignPort>
201
          <DevelopmentServerPort>55539</DevelopmentServerPort>
202
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
203
          <IISUrl>http://localhost:55508/</IISUrl>
204
          <NTLMAuthentication>False</NTLMAuthentication>
205
          <UseCustomServer>False</UseCustomServer>
206
          <CustomServerUrl>
207
          </CustomServerUrl>
208
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
209
        </WebProjectProperties>
210
      </FlavorProperties>
211
    </VisualStudio>
212
  </ProjectExtensions>
213
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
214
    <PropertyGroup>
215
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
216
    </PropertyGroup>
217
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.props'))" />
218
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.targets'))" />
219
  </Target>
220
  <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" />
221
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
222
       Other similar extension points exist, see Microsoft.Common.targets.
223
  <Target Name="BeforeBuild">
224
  </Target>
225
  <Target Name="AfterBuild">
226
  </Target>
227
  -->
228
  <Target Name="BeforeBuild">
229
    <TransformXml Source="Web.config" Transform="Web.$(Configuration).config" Destination="Web.config" />
230
  </Target>
231
  <UsingTask TaskName="TransformXml" AssemblyFile="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Web\Microsoft.Web.Publishing.Tasks.dll" />
232
  <Target Name="Web_config_AfterBuild" AfterTargets="AfterBuild" Condition="Exists('Web.$(Configuration).config')">
233
    <TransformXml Source="Web.config" Destination="$(OutputPath)Web.config" Transform="Web.$(Configuration).config" />
234
  </Target>
235
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)