This repository was archived by the owner on Sep 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathRoslynCodeTaskFactory.sln
More file actions
41 lines (41 loc) · 2.03 KB
/
RoslynCodeTaskFactory.sln
File metadata and controls
41 lines (41 loc) · 2.03 KB
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
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26913.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RoslynCodeTaskFactory", "src\RoslynCodeTaskFactory\RoslynCodeTaskFactory.csproj", "{25886413-E01F-4D3C-89A5-431B3C2C46A8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RoslynCodeTaskFactory.UnitTests", "src\RoslynCodeTaskFactory.UnitTests\RoslynCodeTaskFactory.UnitTests.csproj", "{AF5955B5-5FC0-45A6-BD75-089A16C73A6A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{CE11FA9F-6A92-4AEF-88CE-9A74D434C9E4}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
Directory.Build.rsp = Directory.Build.rsp
Directory.Build.targets = Directory.Build.targets
NuGet.config = NuGet.config
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25886413-E01F-4D3C-89A5-431B3C2C46A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25886413-E01F-4D3C-89A5-431B3C2C46A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25886413-E01F-4D3C-89A5-431B3C2C46A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25886413-E01F-4D3C-89A5-431B3C2C46A8}.Release|Any CPU.Build.0 = Release|Any CPU
{AF5955B5-5FC0-45A6-BD75-089A16C73A6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AF5955B5-5FC0-45A6-BD75-089A16C73A6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AF5955B5-5FC0-45A6-BD75-089A16C73A6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AF5955B5-5FC0-45A6-BD75-089A16C73A6A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3BD9DB96-4954-46BF-B24C-81405198C75B}
EndGlobalSection
EndGlobal