Skip to content

Commit d1d5891

Browse files
committed
add .vs/ for .gitignore
1 parent da1eea0 commit d1d5891

9 files changed

+10
-8
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ dist-ssr
2222
*.njsproj
2323
*.sln
2424
*.sw?
25+
26+
.vs/

TradingWebApp.Server/obj/Debug/net8.0/TradingWebApp.Server.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("TradingWebApp.Server")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+da1eea0aa7042e9473802a24207caa284ac6f4e1")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("TradingWebApp.Server")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("TradingWebApp.Server")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
257be3b2e0c130c34484c47035d069018aab17f118ad98919709889bdedf7165
1+
cc2f21f2a943fe5f0b53d09942b925c67e43275e5262d2709c160861c894103c

TradingWebApp.Server/obj/Debug/net8.0/TradingWebApp.Server.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = TradingWebApp.Server
1111
build_property.RootNamespace = TradingWebApp.Server
12-
build_property.ProjectDir = C:\Users\Admin\source\repos\TradingWebApp\TradingWebApp.Server\
12+
build_property.ProjectDir = C:\Users\Admin\Desktop\Semester5\COMP367-DevOps\Lab1\Lab1CloneRepo\TradingWebApp.Server\
1313
build_property.EnableComHosting =
1414
build_property.EnableGeneratedComInterfaceComImportInterop =
1515
build_property.RazorLangVersion = 8.0
1616
build_property.SupportLocalizedComponentNames =
1717
build_property.GenerateRazorMetadataSourceChecksumAttributes =
18-
build_property.MSBuildProjectDirectory = C:\Users\Admin\source\repos\TradingWebApp\TradingWebApp.Server
18+
build_property.MSBuildProjectDirectory = C:\Users\Admin\Desktop\Semester5\COMP367-DevOps\Lab1\Lab1CloneRepo\TradingWebApp.Server
1919
build_property._RazorSourceGeneratorDebug =
Binary file not shown.

TradingWebApp.Server/obj/Release/net8.0/TradingWebApp.Server.AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
[assembly: System.Reflection.AssemblyCompanyAttribute("TradingWebApp.Server")]
1515
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
1616
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
17-
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
17+
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+da1eea0aa7042e9473802a24207caa284ac6f4e1")]
1818
[assembly: System.Reflection.AssemblyProductAttribute("TradingWebApp.Server")]
1919
[assembly: System.Reflection.AssemblyTitleAttribute("TradingWebApp.Server")]
2020
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
667ae399adcf19dd9cc463e35cf6d08202f35e7b92ab50c4b9acddcc861cd1a5
1+
2b2981a512e96698c8be4ea53458bbee3cbe3b2b6608c4ce56b0c78e095b9fa6

TradingWebApp.Server/obj/Release/net8.0/TradingWebApp.Server.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = TradingWebApp.Server
1111
build_property.RootNamespace = TradingWebApp.Server
12-
build_property.ProjectDir = C:\Users\Admin\source\repos\TradingWebApp\TradingWebApp.Server\
12+
build_property.ProjectDir = C:\Users\Admin\Desktop\Semester5\COMP367-DevOps\Lab1\Lab1CloneRepo\TradingWebApp.Server\
1313
build_property.EnableComHosting =
1414
build_property.EnableGeneratedComInterfaceComImportInterop =
1515
build_property.RazorLangVersion = 8.0
1616
build_property.SupportLocalizedComponentNames =
1717
build_property.GenerateRazorMetadataSourceChecksumAttributes =
18-
build_property.MSBuildProjectDirectory = C:\Users\Admin\source\repos\TradingWebApp\TradingWebApp.Server
18+
build_property.MSBuildProjectDirectory = C:\Users\Admin\Desktop\Semester5\COMP367-DevOps\Lab1\Lab1CloneRepo\TradingWebApp.Server
1919
build_property._RazorSourceGeneratorDebug =
Binary file not shown.

0 commit comments

Comments
 (0)