-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSonyCameraRemoteControl.NetFx.sln
46 lines (46 loc) · 2.9 KB
/
SonyCameraRemoteControl.NetFx.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}") = "Test", "Test\Test.csproj", "{265AA4B8-0B35-470B-875B-19FDEC687905}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SonyCameraRemoteControl.Tests", "SonyCameraRemoteControl.Tests\SonyCameraRemoteControl.Tests.csproj", "{CB4E6248-0547-48E2-B203-CB82A28BC09B}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Shared", "Shared\Shared.shproj", "{2E8DFD40-D585-486D-B04A-E52C8991C210}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SonyCameraRemoteControl.NetFx45", "SonyCameraRemoteControl.NetFx45\SonyCameraRemoteControl.NetFx45.csproj", "{72B50625-C374-4B60-9E35-57FA6E3D4DF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SonyCameraRemoteControl.Portable", "SonyCameraRemoteControl.Portable\SonyCameraRemoteControl.Portable.csproj", "{77A7A873-3804-4E92-BFFF-7DCF9B570166}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Shared\Shared.projitems*{72b50625-c374-4b60-9e35-57fa6e3d4df2}*SharedItemsImports = 4
Shared\Shared.projitems*{2e8dfd40-d585-486d-b04a-e52c8991c210}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{265AA4B8-0B35-470B-875B-19FDEC687905}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{265AA4B8-0B35-470B-875B-19FDEC687905}.Debug|Any CPU.Build.0 = Debug|Any CPU
{265AA4B8-0B35-470B-875B-19FDEC687905}.Release|Any CPU.ActiveCfg = Release|Any CPU
{265AA4B8-0B35-470B-875B-19FDEC687905}.Release|Any CPU.Build.0 = Release|Any CPU
{CB4E6248-0547-48E2-B203-CB82A28BC09B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB4E6248-0547-48E2-B203-CB82A28BC09B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB4E6248-0547-48E2-B203-CB82A28BC09B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB4E6248-0547-48E2-B203-CB82A28BC09B}.Release|Any CPU.Build.0 = Release|Any CPU
{72B50625-C374-4B60-9E35-57FA6E3D4DF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{72B50625-C374-4B60-9E35-57FA6E3D4DF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{72B50625-C374-4B60-9E35-57FA6E3D4DF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{72B50625-C374-4B60-9E35-57FA6E3D4DF2}.Release|Any CPU.Build.0 = Release|Any CPU
{77A7A873-3804-4E92-BFFF-7DCF9B570166}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77A7A873-3804-4E92-BFFF-7DCF9B570166}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77A7A873-3804-4E92-BFFF-7DCF9B570166}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77A7A873-3804-4E92-BFFF-7DCF9B570166}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal