forked from jbakic/Shielded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Trans.sln
38 lines (38 loc) · 2.26 KB
/
Trans.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shielded", "Shielded\Shielded.csproj", "{F0AAA222-0000-461C-81ED-70BCAAD2A2B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTests", "ConsoleTests\ConsoleTests.csproj", "{C217F353-1145-4062-9D76-B0FC90854883}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShieldedTests", "ShieldedTests\ShieldedTests.csproj", "{7BBF29FE-3683-4290-B39D-485E7DEE5388}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shielded.ProxyGen", "Shielded.ProxyGen\Shielded.ProxyGen.csproj", "{FA5D7038-DDDC-4E0F-B40A-488ECC566F42}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BBF29FE-3683-4290-B39D-485E7DEE5388}.Debug|x86.ActiveCfg = Debug|Any CPU
{7BBF29FE-3683-4290-B39D-485E7DEE5388}.Debug|x86.Build.0 = Debug|Any CPU
{7BBF29FE-3683-4290-B39D-485E7DEE5388}.Release|x86.ActiveCfg = Release|Any CPU
{7BBF29FE-3683-4290-B39D-485E7DEE5388}.Release|x86.Build.0 = Release|Any CPU
{C217F353-1145-4062-9D76-B0FC90854883}.Debug|x86.ActiveCfg = Debug|x86
{C217F353-1145-4062-9D76-B0FC90854883}.Debug|x86.Build.0 = Debug|x86
{C217F353-1145-4062-9D76-B0FC90854883}.Release|x86.ActiveCfg = Release|x86
{C217F353-1145-4062-9D76-B0FC90854883}.Release|x86.Build.0 = Release|x86
{F0AAA222-0000-461C-81ED-70BCAAD2A2B9}.Debug|x86.ActiveCfg = Debug|x86
{F0AAA222-0000-461C-81ED-70BCAAD2A2B9}.Debug|x86.Build.0 = Debug|x86
{F0AAA222-0000-461C-81ED-70BCAAD2A2B9}.Release|x86.ActiveCfg = Release|x86
{F0AAA222-0000-461C-81ED-70BCAAD2A2B9}.Release|x86.Build.0 = Release|x86
{FA5D7038-DDDC-4E0F-B40A-488ECC566F42}.Debug|x86.ActiveCfg = Debug|Any CPU
{FA5D7038-DDDC-4E0F-B40A-488ECC566F42}.Debug|x86.Build.0 = Debug|Any CPU
{FA5D7038-DDDC-4E0F-B40A-488ECC566F42}.Release|x86.ActiveCfg = Release|Any CPU
{FA5D7038-DDDC-4E0F-B40A-488ECC566F42}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = ConsoleTests\ConsoleTests.csproj
EndGlobalSection
EndGlobal