-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathWeb3.sln
25 lines (25 loc) · 1.28 KB
/
Web3.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniRx.Async", "UniRx.Async.csproj", "{e8f67e26-dad9-9ba0-b23c-e77ee72f57a4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{adedd72e-06c1-680c-977f-dc01af1642e5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniRx.Async.Editor", "UniRx.Async.Editor.csproj", "{61dc6a9a-c036-92f3-6d08-df93f651f5f8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{e8f67e26-dad9-9ba0-b23c-e77ee72f57a4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{e8f67e26-dad9-9ba0-b23c-e77ee72f57a4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{adedd72e-06c1-680c-977f-dc01af1642e5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{adedd72e-06c1-680c-977f-dc01af1642e5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61dc6a9a-c036-92f3-6d08-df93f651f5f8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61dc6a9a-c036-92f3-6d08-df93f651f5f8}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal