-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrafficTranscode.sln
35 lines (35 loc) · 1.96 KB
/
TrafficTranscode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrafficTranscode", "TrafficTranscode\TrafficTranscode.csproj", "{ECB75687-19C3-4914-87F0-02665F7BC837}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "ConsoleApp\ConsoleApp.csproj", "{9E606BEB-8050-489A-AE40-6F42ABED7C1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Migrant", "lib\Migrant\Migrant\Migrant.csproj", "{5F87C357-09FB-4F53-BE37-41FE5BD88957}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ECB75687-19C3-4914-87F0-02665F7BC837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECB75687-19C3-4914-87F0-02665F7BC837}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECB75687-19C3-4914-87F0-02665F7BC837}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECB75687-19C3-4914-87F0-02665F7BC837}.Release|Any CPU.Build.0 = Release|Any CPU
{9E606BEB-8050-489A-AE40-6F42ABED7C1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E606BEB-8050-489A-AE40-6F42ABED7C1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E606BEB-8050-489A-AE40-6F42ABED7C1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E606BEB-8050-489A-AE40-6F42ABED7C1B}.Release|Any CPU.Build.0 = Release|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F87C357-09FB-4F53-BE37-41FE5BD88957}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = TrafficTranscode\TrafficTranscode.csproj
EndGlobalSection
EndGlobal