-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathXmutarn.sln
More file actions
65 lines (65 loc) · 3.59 KB
/
Xmutarn.sln
File metadata and controls
65 lines (65 loc) · 3.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11312.151 d18.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Itens de Solução", "Itens de Solução", "{25E88D8B-E2D9-4FBB-9B05-CB00DAD75D30}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
autorelease.config.json = autorelease.config.json
badynetconfig.json = badynetconfig.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xmutarn.Web", "src\Xmutarn.Web\Xmutarn.Web.csproj", "{6448237B-D4C2-4CA5-8560-E8CE347D37F1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xmutarn", "src\Xmutarn\Xmutarn.csproj", "{4B7ED255-57E7-4423-8174-D364CE89EB2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xmutarn.Core", "src\Xmutarn.Core\Xmutarn.Core.csproj", "{9246CD07-8482-4673-8FF3-4669D9702D7B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xmutarn.Badynet", "tasks\Xmutarn.Badynet\Xmutarn.Badynet.csproj", "{DEEF4F45-E8F4-43FC-A058-12DF8D231209}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{82362D74-9C46-4B37-81BE-F8D537C67B2D}"
ProjectSection(SolutionItems) = preProject
.github\workflows\deploy.yml = .github\workflows\deploy.yml
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6448237B-D4C2-4CA5-8560-E8CE347D37F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6448237B-D4C2-4CA5-8560-E8CE347D37F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6448237B-D4C2-4CA5-8560-E8CE347D37F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6448237B-D4C2-4CA5-8560-E8CE347D37F1}.Release|Any CPU.Build.0 = Release|Any CPU
{4B7ED255-57E7-4423-8174-D364CE89EB2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B7ED255-57E7-4423-8174-D364CE89EB2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B7ED255-57E7-4423-8174-D364CE89EB2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B7ED255-57E7-4423-8174-D364CE89EB2B}.Release|Any CPU.Build.0 = Release|Any CPU
{9246CD07-8482-4673-8FF3-4669D9702D7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9246CD07-8482-4673-8FF3-4669D9702D7B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9246CD07-8482-4673-8FF3-4669D9702D7B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9246CD07-8482-4673-8FF3-4669D9702D7B}.Release|Any CPU.Build.0 = Release|Any CPU
{DEEF4F45-E8F4-43FC-A058-12DF8D231209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DEEF4F45-E8F4-43FC-A058-12DF8D231209}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DEEF4F45-E8F4-43FC-A058-12DF8D231209}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DEEF4F45-E8F4-43FC-A058-12DF8D231209}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {25E88D8B-E2D9-4FBB-9B05-CB00DAD75D30}
{82362D74-9C46-4B37-81BE-F8D537C67B2D} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2CE492A3-3BD3-4E73-912C-55257663DBD1}
EndGlobalSection
EndGlobal