-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathMSBuildPrediction.sln
69 lines (69 loc) · 3.71 KB
/
MSBuildPrediction.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32130.36
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.Prediction", "src\BuildPrediction\Microsoft.Build.Prediction.csproj", "{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Build.Prediction.Tests", "src\BuildPredictionTests\Microsoft.Build.Prediction.Tests.csproj", "{D72B867F-DB32-4F06-881B-10C3503C4A2A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9E301AE6-4993-4D57-8911-79EC556A8A9E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\pr.yml = .github\workflows\pr.yml
azure-pipelines-official.yml = azure-pipelines-official.yml
CodeAnalysis.ruleset = CodeAnalysis.ruleset
Directory.Build.props = Directory.Build.props
Directory.build.rsp = Directory.build.rsp
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
LICENSE.txt = LICENSE.txt
NuGet.config = NuGet.config
README.md = README.md
stylecop.json = stylecop.json
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Debug|x64.ActiveCfg = Debug|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Debug|x64.Build.0 = Debug|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Debug|x86.ActiveCfg = Debug|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Debug|x86.Build.0 = Debug|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Release|Any CPU.Build.0 = Release|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Release|x64.ActiveCfg = Release|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Release|x64.Build.0 = Release|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Release|x86.ActiveCfg = Release|Any CPU
{8E192ED9-C7E7-466C-B5A2-D088A48F3FCD}.Release|x86.Build.0 = Release|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Debug|x64.ActiveCfg = Debug|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Debug|x64.Build.0 = Debug|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Debug|x86.ActiveCfg = Debug|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Debug|x86.Build.0 = Debug|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Release|Any CPU.Build.0 = Release|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Release|x64.ActiveCfg = Release|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Release|x64.Build.0 = Release|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Release|x86.ActiveCfg = Release|Any CPU
{D72B867F-DB32-4F06-881B-10C3503C4A2A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72BF2144-0B3B-4C36-9757-3FAC4476E30D}
EndGlobalSection
EndGlobal