프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceController / StationControllerService / StationControllerService.csproj @ 5c387707

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

1
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" />
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
    <ProductVersion>
8
    </ProductVersion>
9
    <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
    <NuGetPackageImportStamp>
27
    </NuGetPackageImportStamp>
28
    <TargetFrameworkProfile />
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31
    <DebugSymbols>true</DebugSymbols>
32
    <DebugType>full</DebugType>
33
    <Optimize>false</Optimize>
34
    <OutputPath>bin\</OutputPath>
35
    <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
    <OutputPath>bin\</OutputPath>
43
    <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
      <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.dll</HintPath>
50
    </Reference>
51
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
52
      <HintPath>..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
53
    </Reference>
54
    <Reference Include="Microsoft.CSharp" />
55
    <Reference Include="System.ComponentModel.DataAnnotations" />
56
    <Reference Include="System.Data.DataSetExtensions" />
57
    <Reference Include="System.Security" />
58
    <Reference Include="System.Web.DynamicData" />
59
    <Reference Include="System.Web.Entity" />
60
    <Reference Include="System.Web.ApplicationServices" />
61
    <Reference Include="System" />
62
    <Reference Include="System.Configuration" />
63
    <Reference Include="System.Data" />
64
    <Reference Include="System.Drawing" />
65
    <Reference Include="System.EnterpriseServices" />
66
    <Reference Include="System.Runtime.Serialization" />
67
    <Reference Include="System.ServiceModel" />
68
    <Reference Include="System.ServiceModel.Web" />
69
    <Reference Include="System.Web" />
70
    <Reference Include="System.Web.Extensions" />
71
    <Reference Include="System.Web.Services" />
72
    <Reference Include="System.Xml" />
73
    <Reference Include="System.Xml.Linq" />
74
  </ItemGroup>
75
  <ItemGroup>
76
    <Content Include="DataService.svc" />
77
    <Content Include="MarkusModel.Context.tt">
78
      <Generator>TextTemplatingFileGenerator</Generator>
79
      <DependentUpon>MarkusModel.edmx</DependentUpon>
80
      <LastGenOutput>MarkusModel.Context.cs</LastGenOutput>
81
    </Content>
82
    <Content Include="MarkusModel.tt">
83
      <Generator>TextTemplatingFileGenerator</Generator>
84
      <DependentUpon>MarkusModel.edmx</DependentUpon>
85
      <LastGenOutput>MarkusModel.cs</LastGenOutput>
86
    </Content>
87
    <Content Include="Web.config" />
88
  </ItemGroup>
89
  <ItemGroup>
90
    <Compile Include="CONVERT_COUNT_Result.cs">
91
      <DependentUpon>MarkusModel.tt</DependentUpon>
92
    </Compile>
93
    <Compile Include="DataService.svc.cs">
94
      <DependentUpon>DataService.svc</DependentUpon>
95
    </Compile>
96
    <Compile Include="FINALPDF_COUNT_Result.cs">
97
      <DependentUpon>MarkusModel.tt</DependentUpon>
98
    </Compile>
99
    <Compile Include="IDataService.cs" />
100
    <Compile Include="MarkusEntities.cs" />
101
    <Compile Include="MarkusModel.Context.cs">
102
      <AutoGen>True</AutoGen>
103
      <DesignTime>True</DesignTime>
104
      <DependentUpon>MarkusModel.Context.tt</DependentUpon>
105
    </Compile>
106
    <Compile Include="MarkusModel.cs">
107
      <AutoGen>True</AutoGen>
108
      <DesignTime>True</DesignTime>
109
      <DependentUpon>MarkusModel.tt</DependentUpon>
110
    </Compile>
111
    <Compile Include="MarkusModel.Designer.cs">
112
      <AutoGen>True</AutoGen>
113
      <DesignTime>True</DesignTime>
114
      <DependentUpon>MarkusModel.edmx</DependentUpon>
115
    </Compile>
116
    <Compile Include="Properties\AssemblyInfo.cs" />
117
    <Compile Include="Properties\Resources.Designer.cs">
118
      <AutoGen>True</AutoGen>
119
      <DesignTime>True</DesignTime>
120
      <DependentUpon>Resources.resx</DependentUpon>
121
    </Compile>
122
    <Compile Include="Properties\Settings.Designer.cs">
123
      <AutoGen>True</AutoGen>
124
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
125
      <DependentUpon>Settings.settings</DependentUpon>
126
    </Compile>
127
    <Compile Include="SELECT_CONVERT_ITEM_Result.cs">
128
      <DependentUpon>MarkusModel.tt</DependentUpon>
129
    </Compile>
130
    <Compile Include="SELECT_DOCUMENT_ITEM_Result.cs">
131
      <DependentUpon>MarkusModel.tt</DependentUpon>
132
    </Compile>
133
    <Compile Include="SELECT_FINAL_PDF_ITEM_Result.cs">
134
      <DependentUpon>MarkusModel.tt</DependentUpon>
135
    </Compile>
136
    <Compile Include="SELECT_RUN_PROJECTS_Result.cs">
137
      <DependentUpon>MarkusModel.tt</DependentUpon>
138
    </Compile>
139
  </ItemGroup>
140
  <ItemGroup>
141
    <Folder Include="App_Data\" />
142
  </ItemGroup>
143
  <ItemGroup>
144
    <EntityDeploy Include="MarkusModel.edmx">
145
      <Generator>EntityModelCodeGenerator</Generator>
146
      <LastGenOutput>MarkusModel.Designer.cs</LastGenOutput>
147
    </EntityDeploy>
148
    <Content Include="MarkusModel.edmx.diagram">
149
      <DependentUpon>MarkusModel.edmx</DependentUpon>
150
    </Content>
151
    <None Include="packages.config" />
152
    <None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
153
    <None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
154
    <None Include="Properties\PublishProfiles\FolderProfile1.pubxml" />
155
    <None Include="Properties\Settings.settings">
156
      <Generator>SettingsSingleFileGenerator</Generator>
157
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
158
    </None>
159
    <None Include="Web.Debug.config">
160
      <DependentUpon>Web.config</DependentUpon>
161
    </None>
162
    <None Include="Web.Release.config">
163
      <DependentUpon>Web.config</DependentUpon>
164
    </None>
165
  </ItemGroup>
166
  <ItemGroup>
167
    <EmbeddedResource Include="Properties\Resources.resx">
168
      <Generator>ResXFileCodeGenerator</Generator>
169
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
170
    </EmbeddedResource>
171
  </ItemGroup>
172
  <ItemGroup>
173
    <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
174
  </ItemGroup>
175
  <PropertyGroup>
176
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
177
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
178
  </PropertyGroup>
179
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
180
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
181
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
182
  <ProjectExtensions>
183
    <VisualStudio>
184
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
185
        <WebProjectProperties>
186
          <UseIIS>True</UseIIS>
187
          <AutoAssignPort>True</AutoAssignPort>
188
          <DevelopmentServerPort>55539</DevelopmentServerPort>
189
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
190
          <IISUrl>http://localhost:55508/</IISUrl>
191
          <NTLMAuthentication>False</NTLMAuthentication>
192
          <UseCustomServer>False</UseCustomServer>
193
          <CustomServerUrl>
194
          </CustomServerUrl>
195
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
196
        </WebProjectProperties>
197
      </FlavorProperties>
198
    </VisualStudio>
199
  </ProjectExtensions>
200
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
201
    <PropertyGroup>
202
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
203
    </PropertyGroup>
204
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.props'))" />
205
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.targets'))" />
206
  </Target>
207
  <Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" />
208
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
209
       Other similar extension points exist, see Microsoft.Common.targets.
210
  <Target Name="BeforeBuild">
211
  </Target>
212
  <Target Name="AfterBuild">
213
  </Target>
214
  -->
215
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)