-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXRays.sln
31 lines (31 loc) · 1.54 KB
/
XRays.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XRays", "XRays\XRays.csproj", "{AAA320FA-16B4-478A-A397-5D4055C93FEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XRays.Test", "XRays.Test\XRays.Test.csproj", "{53CAF1A9-111A-4A01-A974-C26936BE5DEA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AAA320FA-16B4-478A-A397-5D4055C93FEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AAA320FA-16B4-478A-A397-5D4055C93FEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AAA320FA-16B4-478A-A397-5D4055C93FEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AAA320FA-16B4-478A-A397-5D4055C93FEA}.Release|Any CPU.Build.0 = Release|Any CPU
{53CAF1A9-111A-4A01-A974-C26936BE5DEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53CAF1A9-111A-4A01-A974-C26936BE5DEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53CAF1A9-111A-4A01-A974-C26936BE5DEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53CAF1A9-111A-4A01-A974-C26936BE5DEA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {031EC282-3B3A-40FE-A2D1-B25117925076}
EndGlobalSection
EndGlobal