Skip to content

Commit

Permalink
project folder directory modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
hbkysf27 committed May 16, 2022
1 parent a7fa53d commit 80fb5ec
Show file tree
Hide file tree
Showing 17 changed files with 48 additions and 7 deletions.
Binary file modified .vs/RDA/v16/.suo
Binary file not shown.
27 changes: 22 additions & 5 deletions RDA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<Content Include="images\reportanaccident.png" />
<Content Include="images\user.png" />
<Content Include="Insurance Authority.aspx" />
<Content Include="Insurance.aspx" />
<Content Include="Police RDA Insurance.aspx" />
<Content Include="Police.aspx" />
<Content Include="RDA Authority.aspx" />
Expand Down Expand Up @@ -2164,8 +2165,10 @@
<Content Include="images\vehicle track.jpg" />
<Content Include="Master Admin Login.aspx" />
<Content Include="Driver Signup.aspx" />
<Content Include="RDA.aspx" />
<Content Include="Reports.aspx" />
<Content Include="Report_images\accreport.jpg" />
<Content Include="Web.config" />
<Content Include="WebForm1.aspx" />
</ItemGroup>
<ItemGroup>
<Compile Include="About Us.aspx.cs">
Expand Down Expand Up @@ -2224,6 +2227,13 @@
<Compile Include="Insurance Authority.aspx.designer.cs">
<DependentUpon>Insurance Authority.aspx</DependentUpon>
</Compile>
<Compile Include="Insurance.aspx.cs">
<DependentUpon>Insurance.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Insurance.aspx.designer.cs">
<DependentUpon>Insurance.aspx</DependentUpon>
</Compile>
<Compile Include="Police RDA Insurance.aspx.cs">
<DependentUpon>Police RDA Insurance.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
Expand Down Expand Up @@ -2288,12 +2298,19 @@
<Compile Include="Driver Signup.aspx.designer.cs">
<DependentUpon>Driver Signup.aspx</DependentUpon>
</Compile>
<Compile Include="WebForm1.aspx.cs">
<DependentUpon>WebForm1.aspx</DependentUpon>
<Compile Include="RDA.aspx.cs">
<DependentUpon>RDA.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="RDA.aspx.designer.cs">
<DependentUpon>RDA.aspx</DependentUpon>
</Compile>
<Compile Include="Reports.aspx.cs">
<DependentUpon>Reports.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="WebForm1.aspx.designer.cs">
<DependentUpon>WebForm1.aspx</DependentUpon>
<Compile Include="Reports.aspx.designer.cs">
<DependentUpon>Reports.aspx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Report_images/jason-wong-KRr9SWTsaxg-unsplash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified bin/RDA.dll
Binary file not shown.
26 changes: 25 additions & 1 deletion bin/RDA.dll.config
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,31 @@
</handlers>
</system.webServer>
<connectionStrings>
<add name="rdacon" connectionString="Data Source=YSF\SQLEXPRESS; Initial Catalog=rdaDB; Integrated Security=true"/>
<add name="rdacon" connectionString="Data Source=YSF\SQLEXPRESS; Initial Catalog=rdaDB; Integrated Security=true" />
<add name="rdaDBConnectionString" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString2" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString3" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString4" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString5" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString6" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString7" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString8" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString9" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString10" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString11" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
<add name="rdaDBConnectionString12" connectionString="Data Source=YSF\SQLEXPRESS;Initial Catalog=rdaDB;Integrated Security=True"
providerName="System.Data.SqlClient" />
</connectionStrings>
<system.web>
<httpHandlers>
Expand Down
Binary file modified bin/RDA.pdb
Binary file not shown.
Binary file added obj/Debug/DesignTimeResolveAssemblyReferences.cache
Binary file not shown.
Binary file modified obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file modified obj/Debug/RDA.csproj.AssemblyReference.cache
Binary file not shown.
2 changes: 1 addition & 1 deletion obj/Debug/RDA.csproj.CoreCompileInputs.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cc5664f4bb6bba290775738e88b3363394562f24
ec5ab12746c019b0a796ef9e521983a2c23d0535
Binary file modified obj/Debug/RDA.dll
Binary file not shown.
Binary file modified obj/Debug/RDA.pdb
Binary file not shown.

0 comments on commit 80fb5ec

Please sign in to comment.