Skip to content

Commit bf52ec5

Browse files
fix: mesclagem
2 parents a010620 + 6e339a0 commit bf52ec5

21 files changed

Lines changed: 136 additions & 19 deletions
Binary file not shown.
Binary file not shown.

.vs/Todo/v17/.suo

22.5 KB
Binary file not shown.

Todo.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ VisualStudioVersion = 17.7.34018.315
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Todo", "Todo.csproj", "{468AD31C-CA0E-4A93-B129-C3F5D5026059}"
77
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WebAplicationTestWithXunit", "..\..\..\OneDrive\Documentos\WebAplicationTestWithXunit\WebAplicationTestWithXunit.csproj", "{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}"
9+
EndProject
810
Global
911
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1012
Debug|Any CPU = Debug|Any CPU
@@ -15,6 +17,10 @@ Global
1517
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Debug|Any CPU.Build.0 = Debug|Any CPU
1618
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Release|Any CPU.ActiveCfg = Release|Any CPU
1719
{468AD31C-CA0E-4A93-B129-C3F5D5026059}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{74F9DC98-7DA1-40D1-9E4D-51105E37C2F8}.Release|Any CPU.Build.0 = Release|Any CPU
1824
EndGlobalSection
1925
GlobalSection(SolutionProperties) = preSolution
2026
HideSolutionNode = FALSE

bin/Debug/net7.0/Todo.dll

7.5 KB
Binary file not shown.

bin/Debug/net7.0/Todo.exe

0 Bytes
Binary file not shown.

bin/Debug/net7.0/Todo.pdb

2.43 KB
Binary file not shown.

obj/Debug/net7.0/Todo.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ build_property.EnforceExtendedAnalyzerRules =
99
build_property._SupportedPlatformList = Linux,macOS,Windows
1010
build_property.RootNamespace = Todo
1111
build_property.RootNamespace = Todo
12-
build_property.ProjectDir = C:\Users\rfcon\source\repos\Romulo-Queiroz\Todo-Backend\
12+
build_property.ProjectDir = C:\Users\rfcon\Source\Repos\Task-Manager-Backend\
1313
build_property.RazorLangVersion = 7.0
1414
build_property.SupportLocalizedComponentNames =
1515
build_property.GenerateRazorMetadataSourceChecksumAttributes =
16-
build_property.MSBuildProjectDirectory = C:\Users\rfcon\source\repos\Romulo-Queiroz\Todo-Backend
16+
build_property.MSBuildProjectDirectory = C:\Users\rfcon\Source\Repos\Task-Manager-Backend
1717
build_property._RazorSourceGeneratorDebug =

obj/Debug/net7.0/Todo.MvcApplicationPartsAssemblyInfo.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
//------------------------------------------------------------------------------
22
// <auto-generated>
3-
// This code was generated by a tool.
3+
// O código foi gerado por uma ferramenta.
4+
// Versão de Tempo de Execução:4.0.30319.42000
45
//
5-
// Changes to this file may cause incorrect behavior and will be lost if
6-
// the code is regenerated.
6+
// As alterações ao arquivo poderão causar comportamento incorreto e serão perdidas se
7+
// o código for gerado novamente.
78
// </auto-generated>
89
//------------------------------------------------------------------------------
910

obj/Debug/net7.0/Todo.assets.cache

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)