-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathUFCase.sln
49 lines (49 loc) · 2.66 KB
/
UFCase.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 Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UFCase", "UFCase\UFCase.vcxproj", "{40CE98AD-3B3A-4C6D-9C01-2116EB9D5834}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UFCase.Host", "UFCase.Host\UFCase.Host.vcxproj", "{72710AA5-7CC4-4F1D-9560-89CB778E65F5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "UFCase.Host.Test", "UFCase.Host.Test\UFCase.Host.Test.vcxproj", "{75B604FC-C149-462B-827B-19702AAC3932}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UFCase.Host.Manifest", "UFCase.Host.Manifest\UFCase.Host.Manifest.csproj", "{731603DA-8257-4E50-A9A9-C47D3C9F8233}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{9FE8FE7D-4261-49E4-BC80-C5A041292EEF}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40CE98AD-3B3A-4C6D-9C01-2116EB9D5834}.Debug|x64.ActiveCfg = Debug|x64
{40CE98AD-3B3A-4C6D-9C01-2116EB9D5834}.Debug|x64.Build.0 = Debug|x64
{40CE98AD-3B3A-4C6D-9C01-2116EB9D5834}.Release|x64.ActiveCfg = Release|x64
{40CE98AD-3B3A-4C6D-9C01-2116EB9D5834}.Release|x64.Build.0 = Release|x64
{72710AA5-7CC4-4F1D-9560-89CB778E65F5}.Debug|x64.ActiveCfg = Debug|x64
{72710AA5-7CC4-4F1D-9560-89CB778E65F5}.Debug|x64.Build.0 = Debug|x64
{72710AA5-7CC4-4F1D-9560-89CB778E65F5}.Release|x64.ActiveCfg = Release|x64
{72710AA5-7CC4-4F1D-9560-89CB778E65F5}.Release|x64.Build.0 = Release|x64
{75B604FC-C149-462B-827B-19702AAC3932}.Debug|x64.ActiveCfg = Debug|x64
{75B604FC-C149-462B-827B-19702AAC3932}.Debug|x64.Build.0 = Debug|x64
{75B604FC-C149-462B-827B-19702AAC3932}.Release|x64.ActiveCfg = Release|x64
{75B604FC-C149-462B-827B-19702AAC3932}.Release|x64.Build.0 = Release|x64
{731603DA-8257-4E50-A9A9-C47D3C9F8233}.Debug|x64.ActiveCfg = Debug|x64
{731603DA-8257-4E50-A9A9-C47D3C9F8233}.Debug|x64.Build.0 = Debug|x64
{731603DA-8257-4E50-A9A9-C47D3C9F8233}.Release|x64.ActiveCfg = Release|x64
{731603DA-8257-4E50-A9A9-C47D3C9F8233}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {879DAF60-9DF5-4142-8028-AAAA7B3FF020}
EndGlobalSection
EndGlobal