microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
f46fff4e5103217703b51e27ba3f6405ac000e21

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

dotnet/autoShell/autoShell.sln

25lines · modecode

1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 17
4VisualStudioVersion = 17.8.34408.163
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "autoShell", "autoShell.csproj", "{7D095B6C-7EC1-4127-B1EA-8D7DC91A1C1C}"
7EndProject
8Global
9 GlobalSection(SolutionConfigurationPlatforms) = preSolution
10 Debug|Any CPU = Debug|Any CPU
11 Release|Any CPU = Release|Any CPU
12 EndGlobalSection
13 GlobalSection(ProjectConfigurationPlatforms) = postSolution
14 {7D095B6C-7EC1-4127-B1EA-8D7DC91A1C1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15 {7D095B6C-7EC1-4127-B1EA-8D7DC91A1C1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
16 {7D095B6C-7EC1-4127-B1EA-8D7DC91A1C1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
17 {7D095B6C-7EC1-4127-B1EA-8D7DC91A1C1C}.Release|Any CPU.Build.0 = Release|Any CPU
18 EndGlobalSection
19 GlobalSection(SolutionProperties) = preSolution
20 HideSolutionNode = FALSE
21 EndGlobalSection
22 GlobalSection(ExtensibilityGlobals) = postSolution
23 SolutionGuid = {DCEED447-F4AA-4405-9C3C-CE1BA9733852}
24 EndGlobalSection
25EndGlobal
26