Rider Commit Test

This commit is contained in:
netnobody19 2024-03-28 09:48:11 -04:00
parent 751b9cb1f9
commit a8f7dd69ca
6 changed files with 41 additions and 1 deletions

View File

@ -155,7 +155,7 @@
<virtualDirectoryDefaults allowSubDirConfig="true" />
<site name="FWA_MAIN" id="1">
<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>
<bindings>
<binding protocol="http" bindingInformation="*:5000:localhost" />

View File

@ -180,6 +180,13 @@
<Compile Include="physician.aspx.designer.cs">
<DependentUpon>physician.aspx</DependentUpon>
</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="testpage.aspx.cs">
<SubType>ASPXCodeBehind</SubType>
@ -213,6 +220,7 @@
<Content Include="patient.aspx" />
<Content Include="patNew.aspx" />
<Content Include="physician.aspx" />
<Content Include="physNew.aspx" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
<Content Include="Default.aspx" />

2
FWA_MAIN/physNew.aspx Normal file
View 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
View 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
View 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
{
}
}