Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fixing CORS error (#2)
Browse files Browse the repository at this point in the history
* Maybe works?

* Fixed CORS error

In the Program.cs file:
- Added that the app will use CORS
- Will have to change the origin depending on what origin is using the API

* Removed Dependency

Removed unneeded CORS NuGet Package

---------

Co-authored-by: ecyr20 <[email protected]>
  • Loading branch information
AmazingBrandonL and ecyr20 authored Mar 5, 2024
1 parent 88afb54 commit 1d80eda
Show file tree
Hide file tree
Showing 31 changed files with 92 additions and 208 deletions.
Binary file modified .vs/Chemistry Cafe API/DesignTimeBuild/.dtbcache.v2
Binary file not shown.
Binary file modified .vs/Chemistry Cafe API/v17/.futdcache.v2
Binary file not shown.
Binary file modified .vs/Chemistry Cafe API/v17/.suo
Binary file not shown.
170 changes: 3 additions & 167 deletions .vs/Chemistry Cafe API/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,15 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\services\\familyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:services\\familyservice.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\controllers\\familycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:controllers\\familycontroller.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\models\\family.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:models\\family.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:program.cs||{A6C744A8-0E4A-4FC6-886A-064283054674}"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:appsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\dockerfile||{8B382828-6202-11D1-8870-0000F87579D2}",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:dockerfile||{8B382828-6202-11D1-8870-0000F87579D2}"
},
{
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\Evan\\.nuget\\packages\\mysqlconnector\\2.3.5\\README.md||{EFC0BB08-EA7D-40C6-A696-C870411A895B}"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\chemistry cafe api.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:chemistry cafe api.csproj||{04B8AB82-A572-4FEF-95CE-5222444B6B64}|"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\chemistry cafe api.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:chemistry cafe api.csproj||{FA3CD31E-987B-443A-9B81-186104E8DAC1}|"
},
{
"AbsoluteMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|c:\\users\\evan\\documents\\github\\chemistry-cafe-api\\properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{62738D41-607A-4727-AADD-D4B41BA734C9}|Chemistry Cafe API.csproj|solutionrelative:properties\\launchsettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
}
],
"WorkspaceRootPath": "C:\\College_Stuff\\2024_Spring\\CSCE482\\Project\\chemistry-cafe-api\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 4,
"SelectedChildIndex": -1,
"Children": [
{
"$type": "Bookmark",
Expand All @@ -58,130 +18,6 @@
{
"$type": "Bookmark",
"Name": "ST:0:0:{cce594b6-0c39-4442-ba28-10c64ac7e89f}"
},
{
"$type": "Document",
"DocumentIndex": 3,
"Title": "Program.cs",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Program.cs",
"RelativeDocumentMoniker": "Program.cs",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Program.cs",
"RelativeToolTip": "Program.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAABsAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-02-27T17:23:57.37Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "FamilyController.cs",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Controllers\\FamilyController.cs",
"RelativeDocumentMoniker": "Controllers\\FamilyController.cs",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Controllers\\FamilyController.cs*",
"RelativeToolTip": "Controllers\\FamilyController.cs*",
"ViewState": "AQIAACAAAAAAAAAAAAA9wDcAAAA0AAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-02-27T17:47:55.09Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "FamilyService.cs",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Services\\FamilyService.cs",
"RelativeDocumentMoniker": "Services\\FamilyService.cs",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Services\\FamilyService.cs*",
"RelativeToolTip": "Services\\FamilyService.cs*",
"ViewState": "AQIAACgAAAAAAAAAAAA3wDkAAAA7AAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-02-27T18:01:02.908Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 2,
"Title": "Family.cs",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Models\\Family.cs",
"RelativeDocumentMoniker": "Models\\Family.cs",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Models\\Family.cs",
"RelativeToolTip": "Models\\Family.cs",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAkAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000738|",
"WhenOpened": "2024-02-27T17:48:40.373Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 5,
"Title": "Dockerfile",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Dockerfile",
"RelativeDocumentMoniker": "Dockerfile",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Dockerfile",
"RelativeToolTip": "Dockerfile",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
"WhenOpened": "2024-02-27T19:25:18.9Z"
},
{
"$type": "Document",
"DocumentIndex": 4,
"Title": "appsettings.json",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\appsettings.json",
"RelativeDocumentMoniker": "appsettings.json",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\appsettings.json",
"RelativeToolTip": "appsettings.json",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAgAAAAYAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2024-02-27T17:49:06.939Z"
},
{
"$type": "Document",
"DocumentIndex": 6,
"Title": "README.md",
"DocumentMoniker": "C:\\Users\\Evan\\.nuget\\packages\\mysqlconnector\\2.3.5\\README.md",
"RelativeDocumentMoniker": "..\\..\\..\\.nuget\\packages\\mysqlconnector\\2.3.5\\README.md",
"ToolTip": "C:\\Users\\Evan\\.nuget\\packages\\mysqlconnector\\2.3.5\\README.md [Read Only]",
"RelativeToolTip": "..\\..\\..\\.nuget\\packages\\mysqlconnector\\2.3.5\\README.md [Read Only]",
"ViewState": "AQIAABgAAAAAAAAAAAAAAC8AAAAaAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001818|",
"WhenOpened": "2024-02-27T18:34:02.83Z",
"EditorCaption": " [Read Only]"
},
{
"$type": "Document",
"DocumentIndex": 7,
"Title": "Chemistry Cafe API",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"RelativeDocumentMoniker": "Chemistry Cafe API.csproj",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"RelativeToolTip": "Chemistry Cafe API.csproj",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|",
"WhenOpened": "2024-02-27T17:46:40.819Z"
},
{
"$type": "Document",
"DocumentIndex": 9,
"Title": "launchSettings.json",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Properties\\launchSettings.json",
"RelativeDocumentMoniker": "Properties\\launchSettings.json",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Properties\\launchSettings.json",
"RelativeToolTip": "Properties\\launchSettings.json",
"ViewState": "AQIAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2024-02-27T17:29:42.912Z"
},
{
"$type": "Document",
"DocumentIndex": 8,
"Title": "Chemistry Cafe API.csproj",
"DocumentMoniker": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"RelativeDocumentMoniker": "Chemistry Cafe API.csproj",
"ToolTip": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"RelativeToolTip": "Chemistry Cafe API.csproj",
"ViewState": "AQIAAAAAAAAAAAAAAAAAABQAAAAAAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000758|",
"WhenOpened": "2024-02-27T17:26:49.879Z"
}
]
}
Expand Down
Binary file modified .vs/ProjectEvaluation/chemistry cafe api.metadata.v7.bin
Binary file not shown.
Binary file modified .vs/ProjectEvaluation/chemistry cafe api.projects.v7.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion Chemistry Cafe API.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
Expand Down
2 changes: 0 additions & 2 deletions Controllers/FamilyController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public FamilyController([FromServices] MySqlDataSource db)
{
this.familyService = new FamilyService(db);
}



// GET: api/Family/all
[HttpGet("all")]
Expand Down
9 changes: 9 additions & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,17 @@
//Adds SQL data source from appsettings.json file
builder.Services.AddMySqlDataSource(builder.Configuration.GetConnectionString("Default")!);


var app = builder.Build();

// Configure CORS
app.UseCors(options =>
{
options.WithOrigins("http://localhost:5173")
.AllowAnyMethod()
.AllowAnyHeader();
});

// Configure the HTTP request pipeline.
if (app.Environment.IsDevelopment())
{
Expand Down
Binary file modified bin/Debug/net8.0/Chemistry Cafe API.dll
Binary file not shown.
Binary file modified bin/Debug/net8.0/Chemistry Cafe API.exe
Binary file not shown.
Binary file modified bin/Debug/net8.0/Chemistry Cafe API.pdb
Binary file not shown.
14 changes: 7 additions & 7 deletions obj/Chemistry Cafe API.csproj.nuget.dgspec.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"format": 1,
"restore": {
"C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj": {}
"C:\\College_Stuff\\2024_Spring\\CSCE482\\Project\\chemistry-cafe-api\\Chemistry Cafe API.csproj": {}
},
"projects": {
"C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj": {
"C:\\College_Stuff\\2024_Spring\\CSCE482\\Project\\chemistry-cafe-api\\Chemistry Cafe API.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"projectUniqueName": "C:\\College_Stuff\\2024_Spring\\CSCE482\\Project\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"projectName": "Chemistry Cafe API",
"projectPath": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"packagesPath": "C:\\Users\\Evan\\.nuget\\packages\\",
"outputPath": "C:\\Users\\Evan\\Documents\\GitHub\\chemistry-cafe-api\\obj\\",
"projectPath": "C:\\College_Stuff\\2024_Spring\\CSCE482\\Project\\chemistry-cafe-api\\Chemistry Cafe API.csproj",
"packagesPath": "C:\\Users\\gigem\\.nuget\\packages\\",
"outputPath": "C:\\College_Stuff\\2024_Spring\\CSCE482\\Project\\chemistry-cafe-api\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\Evan\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Users\\gigem\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
Expand Down
8 changes: 4 additions & 4 deletions obj/Chemistry Cafe API.csproj.nuget.g.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\Evan\.nuget\packages\</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\gigem\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.9.1</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Evan\.nuget\packages\" />
<SourceRoot Include="C:\Users\gigem\.nuget\packages\" />
</ItemGroup>
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\6.0.5\build\Microsoft.Extensions.ApiDescription.Server.props')" />
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.5.0\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.5.0\build\Swashbuckle.AspNetCore.props')" />
<Import Project="$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.19.6\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props" Condition="Exists('$(NuGetPackageRoot)microsoft.visualstudio.azure.containers.tools.targets\1.19.6\build\Microsoft.VisualStudio.Azure.Containers.Tools.Targets.props')" />
</ImportGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\Evan\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets Condition=" '$(PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets)' == '' ">C:\Users\Evan\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.19.6</PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets>
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\gigem\.nuget\packages\microsoft.extensions.apidescription.server\6.0.5</PkgMicrosoft_Extensions_ApiDescription_Server>
<PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets Condition=" '$(PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets)' == '' ">C:\Users\gigem\.nuget\packages\microsoft.visualstudio.azure.containers.tools.targets\1.19.6</PkgMicrosoft_VisualStudio_Azure_Containers_Tools_Targets>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/ApiEndpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Parameters": [
{
"Name": "uuid",
"Type": "System.Int32",
"Type": "System.Guid",
"IsRequired": true
}
],
Expand Down
2 changes: 1 addition & 1 deletion obj/Debug/net8.0/Chemistry Cafe API.AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Chemistry Cafe API")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6b9f7aa7ac8dc20b0d89301fe4d22320986b05a9")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+bd526d7e49dee20e9f86dc1b8ac8c51fecb91757")]
[assembly: System.Reflection.AssemblyProductAttribute("Chemistry Cafe API")]
[assembly: System.Reflection.AssemblyTitleAttribute("Chemistry Cafe API")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2223d038b220656fc1f6e97f50d8b41edc3337a5f263b642bd0819eaa7967306
c28fc5d6cd029076feff62b2219d587133bc3fae98a148f052f4a32d91962b3a
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Chemistry_Cafe_API
build_property.RootNamespace = Chemistry_Cafe_API
build_property.ProjectDir = C:\Users\Evan\Documents\GitHub\chemistry-cafe-api\
build_property.ProjectDir = C:\College_Stuff\2024_Spring\CSCE482\Project\chemistry-cafe-api\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\Evan\Documents\GitHub\chemistry-cafe-api
build_property.MSBuildProjectDirectory = C:\College_Stuff\2024_Spring\CSCE482\Project\chemistry-cafe-api
build_property._RazorSourceGeneratorDebug =
Binary file modified obj/Debug/net8.0/Chemistry Cafe API.assets.cache
Binary file not shown.
Binary file modified obj/Debug/net8.0/Chemistry Cafe API.csproj.AssemblyReference.cache
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
eb44b4f17b63f6db53ff4c042b8e64c840353daf1f11a53267213dc8563402ac
c9207756929719f7174432e6def7ec446507147f3320117c8258772a1ee0aeba
Loading

0 comments on commit 1d80eda

Please sign in to comment.