This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
forked from soul4soul/ot-monster-converter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathOTMonsterConverter.sln
46 lines (46 loc) · 2.76 KB
/
OTMonsterConverter.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
43
44
45
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTMonsterConverter", "OTMonsterConverter\OTMonsterConverter.csproj", "{BBD1B272-ACB9-4658-B13B-AE7FB35ECF1A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTMonsterCore", "OTMonsterCore\OTMonsterCore.csproj", "{01BBA0F3-1DFE-449A-BC06-7D671ACB91B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OTMonsterConverterCLI", "OTMonsterConverterCLI\OTMonsterConverterCLI.csproj", "{D48C840B-B7E6-4854-978E-580EE9358847}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Converter.Tests", "OTMonsterCore.Tests\OTMonsterCore.Tests.csproj", "{CAC62E8D-0E01-4C5B-8A5E-E931371015A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BBD1B272-ACB9-4658-B13B-AE7FB35ECF1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BBD1B272-ACB9-4658-B13B-AE7FB35ECF1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BBD1B272-ACB9-4658-B13B-AE7FB35ECF1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BBD1B272-ACB9-4658-B13B-AE7FB35ECF1A}.Release|Any CPU.Build.0 = Release|Any CPU
{01BBA0F3-1DFE-449A-BC06-7D671ACB91B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01BBA0F3-1DFE-449A-BC06-7D671ACB91B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01BBA0F3-1DFE-449A-BC06-7D671ACB91B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01BBA0F3-1DFE-449A-BC06-7D671ACB91B6}.Release|Any CPU.Build.0 = Release|Any CPU
{D48C840B-B7E6-4854-978E-580EE9358847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D48C840B-B7E6-4854-978E-580EE9358847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D48C840B-B7E6-4854-978E-580EE9358847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D48C840B-B7E6-4854-978E-580EE9358847}.Release|Any CPU.Build.0 = Release|Any CPU
{CAC62E8D-0E01-4C5B-8A5E-E931371015A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CAC62E8D-0E01-4C5B-8A5E-E931371015A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CAC62E8D-0E01-4C5B-8A5E-E931371015A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CAC62E8D-0E01-4C5B-8A5E-E931371015A6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {60E82F53-8F7A-42AC-8894-89C5CD6953AE}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CAC62E8D-0E01-4C5B-8A5E-E931371015A6} = {3BF9ADF3-C9C8-49F5-A8AC-EA9BE5D80671}
EndGlobalSection
EndGlobal