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_FINAL_PDF_ITEM_Result.cs">
|
131
|
<DependentUpon>MarkusModel.tt</DependentUpon>
|
132
|
</Compile>
|
133
|
<Compile Include="SELECT_RUN_PROJECTS_Result.cs">
|
134
|
<DependentUpon>MarkusModel.tt</DependentUpon>
|
135
|
</Compile>
|
136
|
</ItemGroup>
|
137
|
<ItemGroup>
|
138
|
<Folder Include="App_Data\" />
|
139
|
</ItemGroup>
|
140
|
<ItemGroup>
|
141
|
<EntityDeploy Include="MarkusModel.edmx">
|
142
|
<Generator>EntityModelCodeGenerator</Generator>
|
143
|
<LastGenOutput>MarkusModel.Designer.cs</LastGenOutput>
|
144
|
</EntityDeploy>
|
145
|
<Content Include="MarkusModel.edmx.diagram">
|
146
|
<DependentUpon>MarkusModel.edmx</DependentUpon>
|
147
|
</Content>
|
148
|
<None Include="packages.config" />
|
149
|
<None Include="Properties\PublishProfiles\CustomProfile.pubxml" />
|
150
|
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
151
|
<None Include="Properties\PublishProfiles\FolderProfile1.pubxml" />
|
152
|
<None Include="Properties\Settings.settings">
|
153
|
<Generator>SettingsSingleFileGenerator</Generator>
|
154
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
155
|
</None>
|
156
|
<None Include="Web.Debug.config">
|
157
|
<DependentUpon>Web.config</DependentUpon>
|
158
|
</None>
|
159
|
<None Include="Web.Release.config">
|
160
|
<DependentUpon>Web.config</DependentUpon>
|
161
|
</None>
|
162
|
</ItemGroup>
|
163
|
<ItemGroup>
|
164
|
<EmbeddedResource Include="Properties\Resources.resx">
|
165
|
<Generator>ResXFileCodeGenerator</Generator>
|
166
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
167
|
</EmbeddedResource>
|
168
|
</ItemGroup>
|
169
|
<ItemGroup>
|
170
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
171
|
</ItemGroup>
|
172
|
<PropertyGroup>
|
173
|
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
174
|
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
175
|
</PropertyGroup>
|
176
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
177
|
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
|
178
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
|
179
|
<ProjectExtensions>
|
180
|
<VisualStudio>
|
181
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
182
|
<WebProjectProperties>
|
183
|
<UseIIS>True</UseIIS>
|
184
|
<AutoAssignPort>True</AutoAssignPort>
|
185
|
<DevelopmentServerPort>55539</DevelopmentServerPort>
|
186
|
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
187
|
<IISUrl>http://localhost:55508/</IISUrl>
|
188
|
<NTLMAuthentication>False</NTLMAuthentication>
|
189
|
<UseCustomServer>False</UseCustomServer>
|
190
|
<CustomServerUrl>
|
191
|
</CustomServerUrl>
|
192
|
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
193
|
</WebProjectProperties>
|
194
|
</FlavorProperties>
|
195
|
</VisualStudio>
|
196
|
</ProjectExtensions>
|
197
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
198
|
<PropertyGroup>
|
199
|
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
|
200
|
</PropertyGroup>
|
201
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.props'))" />
|
202
|
<Error Condition="!Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.0\build\EntityFramework.targets'))" />
|
203
|
</Target>
|
204
|
<Import Project="..\packages\EntityFramework.6.4.0\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.0\build\EntityFramework.targets')" />
|
205
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
206
|
Other similar extension points exist, see Microsoft.Common.targets.
|
207
|
<Target Name="BeforeBuild">
|
208
|
</Target>
|
209
|
<Target Name="AfterBuild">
|
210
|
</Target>
|
211
|
-->
|
212
|
</Project>
|