-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReFrontier.sln
More file actions
49 lines (49 loc) · 3.01 KB
/
Copy pathReFrontier.sln
File metadata and controls
49 lines (49 loc) · 3.01 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2019
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReFrontier", "ReFrontier\ReFrontier.csproj", "{4FA20038-15B6-4F86-95F7-6E8EF3B8C94D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrontierTextTool", "FrontierTextTool\FrontierTextTool.csproj", "{DE2AB100-24C7-4176-9FDB-E979A97045DE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrontierDataTool", "FrontierDataTool\FrontierDataTool.csproj", "{0FAAAFE5-D49F-4C64-BE2C-0F78C13DCEEB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibReFrontier", "LibReFrontier\LibReFrontier.csproj", "{65DFE92C-FED7-419A-9732-854BA5E9D162}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ReFrontier.Tests", "ReFrontier.Tests\ReFrontier.Tests.csproj", "{2A13B748-FC6B-45F9-80B8-0BF2E55C0554}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4FA20038-15B6-4F86-95F7-6E8EF3B8C94D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4FA20038-15B6-4F86-95F7-6E8EF3B8C94D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4FA20038-15B6-4F86-95F7-6E8EF3B8C94D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4FA20038-15B6-4F86-95F7-6E8EF3B8C94D}.Release|Any CPU.Build.0 = Release|Any CPU
{DE2AB100-24C7-4176-9FDB-E979A97045DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE2AB100-24C7-4176-9FDB-E979A97045DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE2AB100-24C7-4176-9FDB-E979A97045DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE2AB100-24C7-4176-9FDB-E979A97045DE}.Release|Any CPU.Build.0 = Release|Any CPU
{0FAAAFE5-D49F-4C64-BE2C-0F78C13DCEEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FAAAFE5-D49F-4C64-BE2C-0F78C13DCEEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FAAAFE5-D49F-4C64-BE2C-0F78C13DCEEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FAAAFE5-D49F-4C64-BE2C-0F78C13DCEEB}.Release|Any CPU.Build.0 = Release|Any CPU
{65DFE92C-FED7-419A-9732-854BA5E9D162}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65DFE92C-FED7-419A-9732-854BA5E9D162}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65DFE92C-FED7-419A-9732-854BA5E9D162}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65DFE92C-FED7-419A-9732-854BA5E9D162}.Release|Any CPU.Build.0 = Release|Any CPU
{2A13B748-FC6B-45F9-80B8-0BF2E55C0554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A13B748-FC6B-45F9-80B8-0BF2E55C0554}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A13B748-FC6B-45F9-80B8-0BF2E55C0554}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A13B748-FC6B-45F9-80B8-0BF2E55C0554}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7A0E65E1-A70E-4AF8-BEF4-641E40A323BB}
EndGlobalSection
EndGlobal