lab5, pt2

This commit is contained in:
2022-10-13 13:03:15 -05:00
parent 886cae5684
commit 97a084391c
163 changed files with 1446 additions and 52 deletions

View File

@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Problem3FatPercentageCalculator_CalebFontenot
build_property.ProjectDir = Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem3FatPercentageCalculator_CalebFontenot\
build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\

View File

@@ -15,3 +15,20 @@ Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem3FatPercentageCalculator_CalebFo
Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.genruntimeconfig.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\ref\Problem3FatPercentageCalculator_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\bin\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.exe
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\bin\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.deps.json
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\bin\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.runtimeconfig.json
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\bin\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\bin\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.pdb
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.csproj.AssemblyReference.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.Form1.resources
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.csproj.GenerateResource.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.AssemblyInfoInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.AssemblyInfo.cs
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.csproj.CoreCompileInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\refint\Problem3FatPercentageCalculator_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.pdb
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\Problem3FatPercentageCalculator_CalebFontenot.genruntimeconfig.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem3FatPercentageCalculator_CalebFontenot\obj\Debug\net6.0-windows\ref\Problem3FatPercentageCalculator_CalebFontenot.dll

View File

@@ -13,8 +13,7 @@
],
"additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\caleb\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
"C:\\Users\\caleb\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true

View File

@@ -1 +1 @@
666432cbe6a7ece46939ee8ab2caf7bded9cb4e5
8f9e5d6d3d13ecd38d57bf5c006a29933bcda003

View File

@@ -1,24 +1,20 @@
{
"format": 1,
"restore": {
"Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj": {}
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj": {}
},
"projects": {
"Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj": {
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"projectName": "Problem3FatPercentageCalculator_CalebFontenot",
"projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\obj\\",
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [

View File

@@ -5,12 +5,11 @@
<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\caleb\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\caleb\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

View File

@@ -8,24 +8,19 @@
"net6.0-windows7.0": []
},
"packageFolders": {
"C:\\Users\\caleb\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
"C:\\Users\\caleb\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"projectName": "Problem3FatPercentageCalculator_CalebFontenot",
"projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\obj\\",
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [

View File

@@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "lwx3I7ySLBqz1ifVZs/YDVvc8MAkt+gmUcmcs7hmgiwVYpKlN/ihH4Yeirfbb3TYCqIY8TJhTM5K4gU2sPgpuQ==",
"dgSpecHash": "89yIh7BmeZny6pIus11Ntziq53EfdQohljZZAeSC5NSPOjlUt8LjRFPr21LTn9PF+0baJu4IqplkAQIHKyKIZQ==",
"success": true,
"projectFilePath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem3FatPercentageCalculator_CalebFontenot\\Problem3FatPercentageCalculator_CalebFontenot.csproj",
"expectedPackageFiles": [],
"logs": []
}

View File

@@ -13,4 +13,4 @@ build_property.InvariantGlobalization =
build_property.PlatformNeutralAssembly =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Problem4WorkshopSelector_CalebFontenot
build_property.ProjectDir = Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\
build_property.ProjectDir = Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\

View File

@@ -32,3 +32,20 @@ Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem4WorkshopSelector_CalebFontenot\
Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.pdb
Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.genruntimeconfig.cache
Z:\home\caleb\Documents\ASDV-C-Sharp\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\ref\Problem4WorkshopSelector_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\bin\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.exe
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\bin\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.deps.json
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\bin\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.runtimeconfig.json
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\bin\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\bin\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.pdb
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.csproj.AssemblyReference.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.Form1.resources
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.csproj.GenerateResource.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.GeneratedMSBuildEditorConfig.editorconfig
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.AssemblyInfoInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.AssemblyInfo.cs
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.csproj.CoreCompileInputs.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\refint\Problem4WorkshopSelector_CalebFontenot.dll
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.pdb
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\Problem4WorkshopSelector_CalebFontenot.genruntimeconfig.cache
Z:\media\DataEXT4\Documents\ASDV C#\MP2\Problem4WorkshopSelector_CalebFontenot\Problem4WorkshopSelector_CalebFontenot\obj\Debug\net6.0-windows\ref\Problem4WorkshopSelector_CalebFontenot.dll

View File

@@ -13,8 +13,7 @@
],
"additionalProbingPaths": [
"C:\\Users\\caleb\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\caleb\\.nuget\\packages",
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
"C:\\Users\\caleb\\.nuget\\packages"
],
"configProperties": {
"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true

View File

@@ -1,24 +1,20 @@
{
"format": 1,
"restore": {
"Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj": {}
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj": {}
},
"projects": {
"Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj": {
"Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"projectName": "Problem4WorkshopSelector_CalebFontenot",
"projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\obj\\",
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [

View File

@@ -5,12 +5,11 @@
<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\caleb\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages</NuGetPackageFolders>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\caleb\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.3.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\caleb\.nuget\packages\" />
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
</ItemGroup>
</Project>

View File

@@ -8,24 +8,19 @@
"net6.0-windows7.0": []
},
"packageFolders": {
"C:\\Users\\caleb\\.nuget\\packages\\": {},
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
"C:\\Users\\caleb\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"projectUniqueName": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"projectName": "Problem4WorkshopSelector_CalebFontenot",
"projectPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"projectPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"packagesPath": "C:\\Users\\caleb\\.nuget\\packages\\",
"outputPath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\obj\\",
"outputPath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\obj\\",
"projectStyle": "PackageReference",
"fallbackFolders": [
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
],
"configFilePaths": [
"C:\\Users\\caleb\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [

View File

@@ -1,8 +1,8 @@
{
"version": 2,
"dgSpecHash": "C1Ci+7kT6wx8ieUMEpzmnQvjoMk6pxcDVdbyL0iBG992Bi8eYllprisS/QlZ3zR/CM7srtencEqifXznwP8UGQ==",
"dgSpecHash": "UtHfh1nv/wLs6SH+reqXaE81yg2WwwCnvHmyi6jnF0VA0MvAxOEgrWkAZt4ahJiQPEE2fqGftWwwTMG3zDgXKA==",
"success": true,
"projectFilePath": "Z:\\home\\caleb\\Documents\\ASDV-C-Sharp\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"projectFilePath": "Z:\\media\\DataEXT4\\Documents\\ASDV C#\\MP2\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot\\Problem4WorkshopSelector_CalebFontenot.csproj",
"expectedPackageFiles": [],
"logs": []
}