-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFauCap.sln
More file actions
37 lines (37 loc) · 2 KB
/
FauCap.sln
File metadata and controls
37 lines (37 loc) · 2 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30001.183
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FauCap", "FauCap\FauCap.csproj", "{E758C195-C5AB-4F21-A4FD-6BE0B89A7295}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FauCapParser", "FauCapParser\FauCapParser.csproj", "{DD75F93F-2056-4F60-AC47-9EB0C8A40489}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "Test\Test.csproj", "{A3571C97-1045-4185-BAB4-9BEFB2D9B3CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E758C195-C5AB-4F21-A4FD-6BE0B89A7295}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E758C195-C5AB-4F21-A4FD-6BE0B89A7295}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E758C195-C5AB-4F21-A4FD-6BE0B89A7295}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E758C195-C5AB-4F21-A4FD-6BE0B89A7295}.Release|Any CPU.Build.0 = Release|Any CPU
{DD75F93F-2056-4F60-AC47-9EB0C8A40489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD75F93F-2056-4F60-AC47-9EB0C8A40489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD75F93F-2056-4F60-AC47-9EB0C8A40489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD75F93F-2056-4F60-AC47-9EB0C8A40489}.Release|Any CPU.Build.0 = Release|Any CPU
{A3571C97-1045-4185-BAB4-9BEFB2D9B3CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3571C97-1045-4185-BAB4-9BEFB2D9B3CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3571C97-1045-4185-BAB4-9BEFB2D9B3CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3571C97-1045-4185-BAB4-9BEFB2D9B3CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FDA76F97-0215-4B9A-B325-C46FD566D961}
EndGlobalSection
EndGlobal