This repository has been archived by the owner on Jun 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RedEye.sln
26 lines (26 loc) · 1.46 KB
/
RedEye.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedEye.Backend", "RedEye.Backend\RedEye.Backend.csproj", "{221857DC-8086-4CB2-92C9-B19D021D33A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RedEye.UI", "RedEye.UI\RedEye.UI.csproj", "{B76C29E4-D5A9-46AF-A9E3-323B6A2BF96A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B76C29E4-D5A9-46AF-A9E3-323B6A2BF96A}.Release|x64.ActiveCfg = Release|x64
{B76C29E4-D5A9-46AF-A9E3-323B6A2BF96A}.Release|x64.Build.0 = Release|x64
{B76C29E4-D5A9-46AF-A9E3-323B6A2BF96A}.Debug|x64.ActiveCfg = Release|x64
{B76C29E4-D5A9-46AF-A9E3-323B6A2BF96A}.Debug|x64.Build.0 = Release|x64
{B76C29E4-D5A9-46AF-A9E3-323B6A2BF96A}.Debug|x64.Deploy.0 = Release|x64
{B76C29E4-D5A9-46AF-A9E3-323B6A2BF96A}.Release|x64.Deploy.0 = Release|x64
{221857DC-8086-4CB2-92C9-B19D021D33A8}.Release|x64.ActiveCfg = Release|x64
{221857DC-8086-4CB2-92C9-B19D021D33A8}.Release|x64.Build.0 = Release|x64
{221857DC-8086-4CB2-92C9-B19D021D33A8}.Debug|x64.ActiveCfg = Release|x64
{221857DC-8086-4CB2-92C9-B19D021D33A8}.Debug|x64.Build.0 = Release|x64
{221857DC-8086-4CB2-92C9-B19D021D33A8}.Debug|x64.Deploy.0 = Release|x64
{221857DC-8086-4CB2-92C9-B19D021D33A8}.Release|x64.Deploy.0 = Release|x64
EndGlobalSection
EndGlobal