Rider Commit Test
This commit is contained in:
parent
751b9cb1f9
commit
a8f7dd69ca
@ -155,7 +155,7 @@
|
|||||||
<virtualDirectoryDefaults allowSubDirConfig="true" />
|
<virtualDirectoryDefaults allowSubDirConfig="true" />
|
||||||
<site name="FWA_MAIN" id="1">
|
<site name="FWA_MAIN" id="1">
|
||||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||||
<virtualDirectory path="/" physicalPath="C:\Users\eggman\Nextcloud\TSCT\2nd Year\SEM 4\RiderProjects\FWA_MAIN\FWA_MAIN" />
|
<virtualDirectory path="/" physicalPath="C:\Users\IVAN\RiderProjects\FWA_MAIN\FWA_MAIN" />
|
||||||
</application>
|
</application>
|
||||||
<bindings>
|
<bindings>
|
||||||
<binding protocol="http" bindingInformation="*:5000:localhost" />
|
<binding protocol="http" bindingInformation="*:5000:localhost" />
|
||||||
|
@ -180,6 +180,13 @@
|
|||||||
<Compile Include="physician.aspx.designer.cs">
|
<Compile Include="physician.aspx.designer.cs">
|
||||||
<DependentUpon>physician.aspx</DependentUpon>
|
<DependentUpon>physician.aspx</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="physNew.aspx.cs">
|
||||||
|
<SubType>ASPXCodeBehind</SubType>
|
||||||
|
<DependentUpon>physNew.aspx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="physNew.aspx.designer.cs">
|
||||||
|
<DependentUpon>physNew.aspx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="testpage.aspx.cs">
|
<Compile Include="testpage.aspx.cs">
|
||||||
<SubType>ASPXCodeBehind</SubType>
|
<SubType>ASPXCodeBehind</SubType>
|
||||||
@ -213,6 +220,7 @@
|
|||||||
<Content Include="patient.aspx" />
|
<Content Include="patient.aspx" />
|
||||||
<Content Include="patNew.aspx" />
|
<Content Include="patNew.aspx" />
|
||||||
<Content Include="physician.aspx" />
|
<Content Include="physician.aspx" />
|
||||||
|
<Content Include="physNew.aspx" />
|
||||||
<Content Include="Scripts\bootstrap.js" />
|
<Content Include="Scripts\bootstrap.js" />
|
||||||
<Content Include="Scripts\bootstrap.min.js" />
|
<Content Include="Scripts\bootstrap.min.js" />
|
||||||
<Content Include="Default.aspx" />
|
<Content Include="Default.aspx" />
|
||||||
|
Binary file not shown.
2
FWA_MAIN/physNew.aspx
Normal file
2
FWA_MAIN/physNew.aspx
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
<%@ Page Title="Title" Language="C#" MasterPageFile="MasterPage" CodeBehind="physNew.aspx.cs" Inherits="FWA_MAIN.physNew" %>
|
||||||
|
|
13
FWA_MAIN/physNew.aspx.cs
Normal file
13
FWA_MAIN/physNew.aspx.cs
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
using System;
|
||||||
|
using System.Web.UI;
|
||||||
|
|
||||||
|
namespace FWA_MAIN
|
||||||
|
{
|
||||||
|
public partial class physNew : Page
|
||||||
|
{
|
||||||
|
protected void Page_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
17
FWA_MAIN/physNew.aspx.designer.cs
generated
Normal file
17
FWA_MAIN/physNew.aspx.designer.cs
generated
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace FWA_MAIN
|
||||||
|
{
|
||||||
|
|
||||||
|
|
||||||
|
public partial class physNew
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user