-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfifi.sln
46 lines (46 loc) · 2.91 KB
/
fifi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fifi.Core", "src\app\fifi.Core\fifi.Core.csproj", "{69240501-BF4E-4B3E-870A-B0405BC5432A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fifi.Tests", "src\test\fifi.Tests\fifi.Tests.csproj", "{5E99BF28-F90E-4BC9-B5B8-E6615FA0DE54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fifi.Data", "src\app\fifi.Data\fifi.Data.csproj", "{E39006DA-C35A-4B80-A361-C38855A447E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fifi.ConsoleUI", "src\app\fifi.ConsoleUI\fifi.ConsoleUI.csproj", "{1AA72C6E-29F5-4394-938F-771DEDB3BD2A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "fifi.WinUI", "src\app\fifi.WinUI\fifi.WinUI.csproj", "{85E7946A-9365-4AA1-B901-C9619DD1B2D9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69240501-BF4E-4B3E-870A-B0405BC5432A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69240501-BF4E-4B3E-870A-B0405BC5432A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69240501-BF4E-4B3E-870A-B0405BC5432A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69240501-BF4E-4B3E-870A-B0405BC5432A}.Release|Any CPU.Build.0 = Release|Any CPU
{5E99BF28-F90E-4BC9-B5B8-E6615FA0DE54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E99BF28-F90E-4BC9-B5B8-E6615FA0DE54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E99BF28-F90E-4BC9-B5B8-E6615FA0DE54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E99BF28-F90E-4BC9-B5B8-E6615FA0DE54}.Release|Any CPU.Build.0 = Release|Any CPU
{E39006DA-C35A-4B80-A361-C38855A447E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E39006DA-C35A-4B80-A361-C38855A447E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E39006DA-C35A-4B80-A361-C38855A447E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E39006DA-C35A-4B80-A361-C38855A447E2}.Release|Any CPU.Build.0 = Release|Any CPU
{1AA72C6E-29F5-4394-938F-771DEDB3BD2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1AA72C6E-29F5-4394-938F-771DEDB3BD2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1AA72C6E-29F5-4394-938F-771DEDB3BD2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1AA72C6E-29F5-4394-938F-771DEDB3BD2A}.Release|Any CPU.Build.0 = Release|Any CPU
{85E7946A-9365-4AA1-B901-C9619DD1B2D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85E7946A-9365-4AA1-B901-C9619DD1B2D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85E7946A-9365-4AA1-B901-C9619DD1B2D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85E7946A-9365-4AA1-B901-C9619DD1B2D9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal