-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRubySword.sln
49 lines (49 loc) · 3 KB
/
RubySword.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
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataScraper", "DataScraper\DataScraper.csproj", "{E44A172D-5DB8-43D5-8810-A0C5F408AC86}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DomainModels", "DomainModels\DomainModels.csproj", "{DA51E6BE-35CE-4E03-95B1-67C5163F0EF6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DataConverter", "DataConverter\DataConverter.csproj", "{AD0D619A-4206-42F2-8161-877ABAEBF49E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebsiteGenerator", "WebsiteGenerator\WebsiteGenerator.csproj", "{CF1A0ADC-25A9-4844-AFE1-62EEE55C8171}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NameListGenerator", "NameListGenerator\NameListGenerator.csproj", "{54FC729B-A99B-488A-92CD-B13FB5EC2742}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E44A172D-5DB8-43D5-8810-A0C5F408AC86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E44A172D-5DB8-43D5-8810-A0C5F408AC86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E44A172D-5DB8-43D5-8810-A0C5F408AC86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E44A172D-5DB8-43D5-8810-A0C5F408AC86}.Release|Any CPU.Build.0 = Release|Any CPU
{DA51E6BE-35CE-4E03-95B1-67C5163F0EF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA51E6BE-35CE-4E03-95B1-67C5163F0EF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA51E6BE-35CE-4E03-95B1-67C5163F0EF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA51E6BE-35CE-4E03-95B1-67C5163F0EF6}.Release|Any CPU.Build.0 = Release|Any CPU
{AD0D619A-4206-42F2-8161-877ABAEBF49E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD0D619A-4206-42F2-8161-877ABAEBF49E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD0D619A-4206-42F2-8161-877ABAEBF49E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD0D619A-4206-42F2-8161-877ABAEBF49E}.Release|Any CPU.Build.0 = Release|Any CPU
{CF1A0ADC-25A9-4844-AFE1-62EEE55C8171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF1A0ADC-25A9-4844-AFE1-62EEE55C8171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF1A0ADC-25A9-4844-AFE1-62EEE55C8171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF1A0ADC-25A9-4844-AFE1-62EEE55C8171}.Release|Any CPU.Build.0 = Release|Any CPU
{54FC729B-A99B-488A-92CD-B13FB5EC2742}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54FC729B-A99B-488A-92CD-B13FB5EC2742}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54FC729B-A99B-488A-92CD-B13FB5EC2742}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54FC729B-A99B-488A-92CD-B13FB5EC2742}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA3CE967-A5DF-4E27-868F-7B6EF90FB0D9}
EndGlobalSection
EndGlobal