microsoft/TypeAgent
Publicmirrored fromhttps://github.com/microsoft/TypeAgentAvailable
dotnet/agentLauncher/agentLauncher.sln
29lines · modecode
| 1 | Microsoft Visual Studio Solution File, Format Version 12.00 |
| 2 | # Visual Studio Version 17 |
| 3 | VisualStudioVersion = 17.5.2.0 |
| 4 | MinimumVisualStudioVersion = 10.0.40219.1 |
| 5 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}" |
| 6 | EndProject |
| 7 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AgentLauncher", "src\AgentLauncher.csproj", "{1010F5C3-A86E-7C44-F5E6-CE23EE916074}" |
| 8 | EndProject |
| 9 | Global |
| 10 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 11 | Debug|x64 = Debug|x64 |
| 12 | Release|x64 = Release|x64 |
| 13 | EndGlobalSection |
| 14 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 15 | {1010F5C3-A86E-7C44-F5E6-CE23EE916074}.Debug|x64.ActiveCfg = Debug|x64 |
| 16 | {1010F5C3-A86E-7C44-F5E6-CE23EE916074}.Debug|x64.Build.0 = Debug|x64 |
| 17 | {1010F5C3-A86E-7C44-F5E6-CE23EE916074}.Release|x64.ActiveCfg = Release|x64 |
| 18 | {1010F5C3-A86E-7C44-F5E6-CE23EE916074}.Release|x64.Build.0 = Release|x64 |
| 19 | EndGlobalSection |
| 20 | GlobalSection(SolutionProperties) = preSolution |
| 21 | HideSolutionNode = FALSE |
| 22 | EndGlobalSection |
| 23 | GlobalSection(NestedProjects) = preSolution |
| 24 | {1010F5C3-A86E-7C44-F5E6-CE23EE916074} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B} |
| 25 | EndGlobalSection |
| 26 | GlobalSection(ExtensibilityGlobals) = postSolution |
| 27 | SolutionGuid = {2D020939-6D5E-4D23-926C-2B39419CFE0E} |
| 28 | EndGlobalSection |
| 29 | EndGlobal |
| 30 | |