-
Notifications
You must be signed in to change notification settings - Fork 0
/
Drive Simulator.sln
38 lines (38 loc) · 2.3 KB
/
Drive Simulator.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}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{7D3446DB-BC39-6423-B2AE-AD10804124A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleMobileAds", "GoogleMobileAds.csproj", "{799CE5FB-7373-9293-119A-0F6721064D3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoogleMobileAds.Editor", "GoogleMobileAds.Editor.csproj", "{C7F01CC1-52E4-802F-6C9D-7DEB91F5A988}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{F511D0D4-78B8-0C48-CA17-BF47AC780A36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D3446DB-BC39-6423-B2AE-AD10804124A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D3446DB-BC39-6423-B2AE-AD10804124A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D3446DB-BC39-6423-B2AE-AD10804124A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D3446DB-BC39-6423-B2AE-AD10804124A0}.Release|Any CPU.Build.0 = Release|Any CPU
{799CE5FB-7373-9293-119A-0F6721064D3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799CE5FB-7373-9293-119A-0F6721064D3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799CE5FB-7373-9293-119A-0F6721064D3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799CE5FB-7373-9293-119A-0F6721064D3B}.Release|Any CPU.Build.0 = Release|Any CPU
{C7F01CC1-52E4-802F-6C9D-7DEB91F5A988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C7F01CC1-52E4-802F-6C9D-7DEB91F5A988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C7F01CC1-52E4-802F-6C9D-7DEB91F5A988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C7F01CC1-52E4-802F-6C9D-7DEB91F5A988}.Release|Any CPU.Build.0 = Release|Any CPU
{F511D0D4-78B8-0C48-CA17-BF47AC780A36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F511D0D4-78B8-0C48-CA17-BF47AC780A36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F511D0D4-78B8-0C48-CA17-BF47AC780A36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F511D0D4-78B8-0C48-CA17-BF47AC780A36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal