-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathTestableUnity.sln
More file actions
44 lines (44 loc) · 2.69 KB
/
TestableUnity.sln
File metadata and controls
44 lines (44 loc) · 2.69 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniRx", "UniRx.csproj", "{6a4db8ee-7fca-f80b-8269-6652bb8ab4a9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVPToolkitDemo", "MVPToolkitDemo.csproj", "{50a6396a-5d01-6e24-3fea-2dc5444783f7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniRx.Examples", "UniRx.Examples.csproj", "{e8e04719-7aeb-3f40-0b55-eed44c3fb8b8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests.csproj", "{f94324d9-b741-829c-cc6d-fdc3d556d82e}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests.csproj", "{8d8afa7b-0879-d723-3938-42e3413a14a2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6a4db8ee-7fca-f80b-8269-6652bb8ab4a9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6a4db8ee-7fca-f80b-8269-6652bb8ab4a9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6a4db8ee-7fca-f80b-8269-6652bb8ab4a9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6a4db8ee-7fca-f80b-8269-6652bb8ab4a9}.Release|Any CPU.Build.0 = Release|Any CPU
{50a6396a-5d01-6e24-3fea-2dc5444783f7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50a6396a-5d01-6e24-3fea-2dc5444783f7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50a6396a-5d01-6e24-3fea-2dc5444783f7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50a6396a-5d01-6e24-3fea-2dc5444783f7}.Release|Any CPU.Build.0 = Release|Any CPU
{e8e04719-7aeb-3f40-0b55-eed44c3fb8b8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{e8e04719-7aeb-3f40-0b55-eed44c3fb8b8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{e8e04719-7aeb-3f40-0b55-eed44c3fb8b8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{e8e04719-7aeb-3f40-0b55-eed44c3fb8b8}.Release|Any CPU.Build.0 = Release|Any CPU
{f94324d9-b741-829c-cc6d-fdc3d556d82e}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{f94324d9-b741-829c-cc6d-fdc3d556d82e}.Debug|Any CPU.Build.0 = Debug|Any CPU
{f94324d9-b741-829c-cc6d-fdc3d556d82e}.Release|Any CPU.ActiveCfg = Release|Any CPU
{f94324d9-b741-829c-cc6d-fdc3d556d82e}.Release|Any CPU.Build.0 = Release|Any CPU
{8d8afa7b-0879-d723-3938-42e3413a14a2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8d8afa7b-0879-d723-3938-42e3413a14a2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8d8afa7b-0879-d723-3938-42e3413a14a2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8d8afa7b-0879-d723-3938-42e3413a14a2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal