프로젝트

일반

사용자정보

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

markus / ConvertService / ServiceBase / StationControllerService / StationControllerService.csproj @ 037ab674

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

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