This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
forked from andreharv/NetworkExtensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TransitAddonMod.sln
40 lines (40 loc) · 2.23 KB
/
TransitAddonMod.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32126.317
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkExtensions2", "NetworkExtensions2\NetworkExtensions2.csproj", "{2D3B89B2-5C70-458F-B3E8-3A3A6898646D}"
ProjectSection(ProjectDependencies) = postProject
{97D70503-6567-41A1-92FC-66D813A53370} = {97D70503-6567-41A1-92FC-66D813A53370}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjUnity3D", "ObjUnity3D\ObjUnity3D.csproj", "{97D70503-6567-41A1-92FC-66D813A53370}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkExtensions2.Deploy", "NetworkExtensions2.Deploy\NetworkExtensions2.Deploy.csproj", "{D2DA5492-3DE6-4E7D-AFF1-BB62C950632D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D3B89B2-5C70-458F-B3E8-3A3A6898646D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D3B89B2-5C70-458F-B3E8-3A3A6898646D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D3B89B2-5C70-458F-B3E8-3A3A6898646D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D3B89B2-5C70-458F-B3E8-3A3A6898646D}.Release|Any CPU.Build.0 = Release|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97D70503-6567-41A1-92FC-66D813A53370}.Release|Any CPU.Build.0 = Release|Any CPU
{D2DA5492-3DE6-4E7D-AFF1-BB62C950632D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2DA5492-3DE6-4E7D-AFF1-BB62C950632D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2DA5492-3DE6-4E7D-AFF1-BB62C950632D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2DA5492-3DE6-4E7D-AFF1-BB62C950632D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA6D43CE-8EE4-4B1E-9493-A81933614ADA}
EndGlobalSection
EndGlobal