microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-github-actions-workflow-issue-again

Branches

Tags

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

Clone

HTTPS

Download ZIP

dotnet/email/email.sln

31lines · modecode

1
2Microsoft Visual Studio Solution File, Format Version 12.00
3# Visual Studio Version 17
4VisualStudioVersion = 17.11.35303.130
5MinimumVisualStudioVersion = 10.0.40219.1
6Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "outlookEmail", "outlookEmail.csproj", "{A5FDEA60-1885-41F5-B9B2-586C3E1F8A04}"
7EndProject
8Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A70CC928-3437-4F7F-94DF-E60AC2399D5E}"
9 ProjectSection(SolutionItems) = preProject
10 ..\.editorconfig = ..\.editorconfig
11 ..\README.md = ..\README.md
12 EndProjectSection
13EndProject
14Global
15 GlobalSection(SolutionConfigurationPlatforms) = preSolution
16 Debug|Any CPU = Debug|Any CPU
17 Release|Any CPU = Release|Any CPU
18 EndGlobalSection
19 GlobalSection(ProjectConfigurationPlatforms) = postSolution
20 {A5FDEA60-1885-41F5-B9B2-586C3E1F8A04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21 {A5FDEA60-1885-41F5-B9B2-586C3E1F8A04}.Debug|Any CPU.Build.0 = Debug|Any CPU
22 {A5FDEA60-1885-41F5-B9B2-586C3E1F8A04}.Release|Any CPU.ActiveCfg = Release|Any CPU
23 {A5FDEA60-1885-41F5-B9B2-586C3E1F8A04}.Release|Any CPU.Build.0 = Release|Any CPU
24 EndGlobalSection
25 GlobalSection(SolutionProperties) = preSolution
26 HideSolutionNode = FALSE
27 EndGlobalSection
28 GlobalSection(ExtensibilityGlobals) = postSolution
29 SolutionGuid = {1F37148C-40F0-46CB-A8AB-FBB9B34940F8}
30 EndGlobalSection
31EndGlobal
32