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\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.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 >
11
+ </SchemaVersion >
12
+ <ProjectGuid >{261180B6-506D-438D-898B-9C2FC53AF60B}</ProjectGuid >
13
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids >
14
+ <OutputType >Library</OutputType >
15
+ <RootNamespace >WebApplication1</RootNamespace >
16
+ <AssemblyName >WebApplication1</AssemblyName >
17
+ <TargetFrameworkVersion >v4.8.1</TargetFrameworkVersion >
18
+ <MyType >Custom</MyType >
19
+ <UseIISExpress >true</UseIISExpress >
20
+ <Use64BitIISExpress />
21
+ <IISExpressSSLPort >44330</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
+ <DefineDebug >true</DefineDebug >
33
+ <DefineTrace >true</DefineTrace >
34
+ <OutputPath >bin\</OutputPath >
35
+ <DocumentationFile >WebApplication1.xml</DocumentationFile >
36
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
37
+ </PropertyGroup >
38
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
39
+ <DebugSymbols >true</DebugSymbols >
40
+ <DebugType >pdbonly</DebugType >
41
+ <DefineDebug >false</DefineDebug >
42
+ <DefineTrace >true</DefineTrace >
43
+ <Optimize >true</Optimize >
44
+ <OutputPath >bin\</OutputPath >
45
+ <DocumentationFile >WebApplication1.xml</DocumentationFile >
46
+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
47
+ </PropertyGroup >
48
+ <ItemGroup >
49
+ <Reference Include =" Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
50
+ <HintPath >packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath >
51
+ </Reference >
52
+ <Reference Include =" Oracle.ManagedDataAccess, Version=4.122.23.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL" >
53
+ <HintPath >packages\Oracle.ManagedDataAccess.23.4.0\lib\net472\Oracle.ManagedDataAccess.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" Oracle.VsDevTools.EntityFramework.17.0, Version=6.122.21.11, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL" />
56
+ <Reference Include =" PresentationFramework" />
57
+ <Reference Include =" System" />
58
+ <Reference Include =" System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
59
+ <HintPath >packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" System.Data" />
62
+ <Reference Include =" System.Diagnostics.DiagnosticSource, Version=6.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
63
+ <HintPath >packages\System.Diagnostics.DiagnosticSource.6.0.1\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath >
64
+ </Reference >
65
+ <Reference Include =" System.Drawing" />
66
+ <Reference Include =" System.Core" />
67
+ <Reference Include =" System.Data.DataSetExtensions" />
68
+ <Reference Include =" System.Formats.Asn1, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
69
+ <HintPath >packages\System.Formats.Asn1.8.0.0\lib\net462\System.Formats.Asn1.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
72
+ <HintPath >packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath >
73
+ </Reference >
74
+ <Reference Include =" System.Numerics" />
75
+ <Reference Include =" System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
76
+ <HintPath >packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
77
+ </Reference >
78
+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
79
+ <HintPath >packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
80
+ </Reference >
81
+ <Reference Include =" System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
82
+ <HintPath >packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath >
83
+ </Reference >
84
+ <Reference Include =" System.Text.Json, Version=8.0.0.3, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
85
+ <HintPath >packages\System.Text.Json.8.0.3\lib\net462\System.Text.Json.dll</HintPath >
86
+ </Reference >
87
+ <Reference Include =" System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
88
+ <HintPath >packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath >
89
+ </Reference >
90
+ <Reference Include =" System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
91
+ <HintPath >packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath >
92
+ </Reference >
93
+ <Reference Include =" System.Web.Extensions" />
94
+ <Reference Include =" System.Xml.Linq" />
95
+ <Reference Include =" System.Web.DynamicData" />
96
+ <Reference Include =" System.Web.Entity" />
97
+ <Reference Include =" System.Web.ApplicationServices" />
98
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
99
+ <Reference Include =" System.Web" />
100
+ <Reference Include =" System.Xml" />
101
+ <Reference Include =" System.Configuration" />
102
+ <Reference Include =" System.Web.Services" />
103
+ <Reference Include =" System.EnterpriseServices" />
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <Reference Include =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform" >
107
+ <HintPath >packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
108
+ </Reference >
109
+ </ItemGroup >
110
+ <ItemGroup >
111
+ <Import Include =" Microsoft.VisualBasic" />
112
+ <Import Include =" System" />
113
+ <Import Include =" System.Collections" />
114
+ <Import Include =" System.Collections.Generic" />
115
+ <Import Include =" System.Data" />
116
+ <Import Include =" System.Linq" />
117
+ <Import Include =" System.Xml.Linq" />
118
+ <Import Include =" System.Diagnostics" />
119
+ <Import Include =" System.Collections.Specialized" />
120
+ <Import Include =" System.Configuration" />
121
+ <Import Include =" System.Text" />
122
+ <Import Include =" System.Text.RegularExpressions" />
123
+ <Import Include =" System.Web" />
124
+ <Import Include =" System.Web.Caching" />
125
+ <Import Include =" System.Web.SessionState" />
126
+ <Import Include =" System.Web.Security" />
127
+ <Import Include =" System.Web.Profile" />
128
+ <Import Include =" System.Web.UI" />
129
+ <Import Include =" System.Web.UI.WebControls" />
130
+ <Import Include =" System.Web.UI.WebControls.WebParts" />
131
+ <Import Include =" System.Web.UI.HtmlControls" />
132
+ </ItemGroup >
133
+ <ItemGroup >
134
+ <Content Include =" Doctors.aspx" />
135
+ <Content Include =" Employee.aspx" />
136
+ <Content Include =" Global.asax" />
137
+ <Content Include =" login_new.aspx" />
138
+ <Content Include =" Register.aspx" />
139
+ <Content Include =" Web.config" />
140
+ </ItemGroup >
141
+ <ItemGroup >
142
+ <Compile Include =" Doctors.aspx.designer.vb" >
143
+ <DependentUpon >Doctors.aspx</DependentUpon >
144
+ </Compile >
145
+ <Compile Include =" Doctors.aspx.vb" >
146
+ <DependentUpon >Doctors.aspx</DependentUpon >
147
+ <SubType >ASPXCodebehind</SubType >
148
+ </Compile >
149
+ <Compile Include =" Employee.aspx.designer.vb" >
150
+ <DependentUpon >Employee.aspx</DependentUpon >
151
+ </Compile >
152
+ <Compile Include =" Employee.aspx.vb" >
153
+ <DependentUpon >Employee.aspx</DependentUpon >
154
+ <SubType >ASPXCodebehind</SubType >
155
+ </Compile >
156
+ <Compile Include =" Global.asax.vb" >
157
+ <DependentUpon >Global.asax</DependentUpon >
158
+ </Compile >
159
+ <Compile Include =" login_new.aspx.designer.vb" >
160
+ <DependentUpon >login_new.aspx</DependentUpon >
161
+ </Compile >
162
+ <Compile Include =" login_new.aspx.vb" >
163
+ <DependentUpon >login_new.aspx</DependentUpon >
164
+ <SubType >ASPXCodebehind</SubType >
165
+ </Compile >
166
+ <Compile Include =" My Project\AssemblyInfo.vb" />
167
+ <Compile Include =" My Project\Application.Designer.vb" >
168
+ <AutoGen >True</AutoGen >
169
+ <DependentUpon >Application.myapp</DependentUpon >
170
+ </Compile >
171
+ <Compile Include =" My Project\MyExtensions\MyWebExtension.vb" >
172
+ <VBMyExtensionTemplateID >Microsoft.VisualBasic.Web.MyExtension</VBMyExtensionTemplateID >
173
+ <VBMyExtensionTemplateVersion >1.0.0.0</VBMyExtensionTemplateVersion >
174
+ </Compile >
175
+ <Compile Include =" My Project\Resources.Designer.vb" >
176
+ <AutoGen >True</AutoGen >
177
+ <DesignTime >True</DesignTime >
178
+ <DependentUpon >Resources.resx</DependentUpon >
179
+ </Compile >
180
+ <Compile Include =" My Project\Settings.Designer.vb" >
181
+ <AutoGen >True</AutoGen >
182
+ <DependentUpon >Settings.settings</DependentUpon >
183
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
184
+ </Compile >
185
+ <Compile Include =" Register.aspx.designer.vb" >
186
+ <DependentUpon >Register.aspx</DependentUpon >
187
+ </Compile >
188
+ <Compile Include =" Register.aspx.vb" >
189
+ <DependentUpon >Register.aspx</DependentUpon >
190
+ <SubType >ASPXCodebehind</SubType >
191
+ </Compile >
192
+ </ItemGroup >
193
+ <ItemGroup >
194
+ <EmbeddedResource Include =" My Project\Resources.resx" >
195
+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
196
+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
197
+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
198
+ <SubType >Designer</SubType >
199
+ </EmbeddedResource >
200
+ </ItemGroup >
201
+ <ItemGroup >
202
+ <None Include =" My Project\Application.myapp" >
203
+ <Generator >MyApplicationCodeGenerator</Generator >
204
+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
205
+ </None >
206
+ <None Include =" My Project\Settings.settings" >
207
+ <Generator >SettingsSingleFileGenerator</Generator >
208
+ <CustomToolNamespace >My</CustomToolNamespace >
209
+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
210
+ </None >
211
+ <None Include =" Oracle.DataAccess.Common.Configuration.Section.xsd" >
212
+ <SubType >Designer</SubType >
213
+ </None >
214
+ <None Include =" Oracle.ManagedDataAccess.Client.Configuration.Section.xsd" >
215
+ <SubType >Designer</SubType >
216
+ </None >
217
+ <None Include =" packages.config" />
218
+ <None Include =" Web.Debug.config" >
219
+ <DependentUpon >Web.config</DependentUpon >
220
+ </None >
221
+ <None Include =" Web.Release.config" >
222
+ <DependentUpon >Web.config</DependentUpon >
223
+ </None >
224
+ </ItemGroup >
225
+ <ItemGroup >
226
+ <Folder Include =" App_Data\" />
227
+ <Folder Include =" Models\" />
228
+ </ItemGroup >
229
+ <PropertyGroup >
230
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
231
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
232
+ </PropertyGroup >
233
+ <PropertyGroup >
234
+ <OptionExplicit >On</OptionExplicit >
235
+ </PropertyGroup >
236
+ <PropertyGroup >
237
+ <OptionCompare >Binary</OptionCompare >
238
+ </PropertyGroup >
239
+ <PropertyGroup >
240
+ <OptionStrict >Off</OptionStrict >
241
+ </PropertyGroup >
242
+ <PropertyGroup >
243
+ <OptionInfer >On</OptionInfer >
244
+ </PropertyGroup >
245
+ <Import Project =" $(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
246
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
247
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
248
+ <ProjectExtensions >
249
+ <VisualStudio >
250
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
251
+ <WebProjectProperties >
252
+ <UseIIS >True</UseIIS >
253
+ <AutoAssignPort >True</AutoAssignPort >
254
+ <DevelopmentServerPort >51381</DevelopmentServerPort >
255
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
256
+ <IISUrl >https://localhost:44330/</IISUrl >
257
+ <NTLMAuthentication >False</NTLMAuthentication >
258
+ <UseCustomServer >False</UseCustomServer >
259
+ <CustomServerUrl >
260
+ </CustomServerUrl >
261
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
262
+ </WebProjectProperties >
263
+ </FlavorProperties >
264
+ </VisualStudio >
265
+ </ProjectExtensions >
266
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
267
+ <PropertyGroup >
268
+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
269
+ </PropertyGroup >
270
+ <Error Condition =" !Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
271
+ </Target >
272
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
273
+ Other similar extension points exist, see Microsoft.Common.targets.
274
+ <Target Name="BeforeBuild">
275
+ </Target>
276
+ <Target Name="AfterBuild">
277
+ </Target>
278
+ -->
279
+ </Project >
0 commit comments