-
Notifications
You must be signed in to change notification settings - Fork 26
/
ModFinder.sln
42 lines (42 loc) · 2.21 KB
/
ModFinder.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModFinder", "ModFinderClient\ModFinder.csproj", "{39D97F16-BDF9-4055-AD33-D2B1CA790F71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{579AAFDB-0B5D-44FF-8489-1A6116876445}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManifestUpdater", "ManifestUpdater\ManifestUpdater.csproj", "{1CEDE87C-94BC-4F4E-8191-AACC2AAEA288}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
TestDebug|Any CPU = TestDebug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{39D97F16-BDF9-4055-AD33-D2B1CA790F71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39D97F16-BDF9-4055-AD33-D2B1CA790F71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39D97F16-BDF9-4055-AD33-D2B1CA790F71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39D97F16-BDF9-4055-AD33-D2B1CA790F71}.Release|Any CPU.Build.0 = Release|Any CPU
{39D97F16-BDF9-4055-AD33-D2B1CA790F71}.TestDebug|Any CPU.ActiveCfg = DebugTest|Any CPU
{39D97F16-BDF9-4055-AD33-D2B1CA790F71}.TestDebug|Any CPU.Build.0 = DebugTest|Any CPU
{1CEDE87C-94BC-4F4E-8191-AACC2AAEA288}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CEDE87C-94BC-4F4E-8191-AACC2AAEA288}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CEDE87C-94BC-4F4E-8191-AACC2AAEA288}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CEDE87C-94BC-4F4E-8191-AACC2AAEA288}.Release|Any CPU.Build.0 = Release|Any CPU
{1CEDE87C-94BC-4F4E-8191-AACC2AAEA288}.TestDebug|Any CPU.ActiveCfg = DebugTest|Any CPU
{1CEDE87C-94BC-4F4E-8191-AACC2AAEA288}.TestDebug|Any CPU.Build.0 = DebugTest|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1CA28036-D8DA-4722-B73A-C1CB6FCC8FF9}
EndGlobalSection
EndGlobal