-
Notifications
You must be signed in to change notification settings - Fork 1
/
FlatBuffersFacility.sln
34 lines (34 loc) · 2.29 KB
/
FlatBuffersFacility.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatBuffersFacility", "FlatBuffersFacility\FlatBuffersFacility\FlatBuffersFacility.csproj", "{103098A1-9587-47E2-AB77-3B47316101C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlatBuffersFacility.Desktop", "FlatBuffersFacility\FlatBuffersFacility.Desktop\FlatBuffersFacility.Desktop.csproj", "{F430F065-FB35-4AB9-9C33-2F5AABEB1690}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "FlatBuffersFacility\Test\Test.csproj", "{7F67093D-BB97-43A1-B885-5B9056D6D582}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Runtime", "FlatBuffersFacility\Runtime\Runtime.csproj", "{6778ABB3-8212-40BD-97F7-4C703353ADD2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{103098A1-9587-47E2-AB77-3B47316101C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{103098A1-9587-47E2-AB77-3B47316101C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{103098A1-9587-47E2-AB77-3B47316101C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{103098A1-9587-47E2-AB77-3B47316101C4}.Release|Any CPU.Build.0 = Release|Any CPU
{F430F065-FB35-4AB9-9C33-2F5AABEB1690}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F430F065-FB35-4AB9-9C33-2F5AABEB1690}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F430F065-FB35-4AB9-9C33-2F5AABEB1690}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F430F065-FB35-4AB9-9C33-2F5AABEB1690}.Release|Any CPU.Build.0 = Release|Any CPU
{7F67093D-BB97-43A1-B885-5B9056D6D582}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7F67093D-BB97-43A1-B885-5B9056D6D582}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7F67093D-BB97-43A1-B885-5B9056D6D582}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7F67093D-BB97-43A1-B885-5B9056D6D582}.Release|Any CPU.Build.0 = Release|Any CPU
{6778ABB3-8212-40BD-97F7-4C703353ADD2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6778ABB3-8212-40BD-97F7-4C703353ADD2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6778ABB3-8212-40BD-97F7-4C703353ADD2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6778ABB3-8212-40BD-97F7-4C703353ADD2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal