forked from kekyo/BaselineAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBaselineAnalyzer.sln
More file actions
39 lines (39 loc) · 1.89 KB
/
Copy pathBaselineAnalyzer.sln
File metadata and controls
39 lines (39 loc) · 1.89 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BaselineAnalyzer", "BaselineAnalyzer\BaselineAnalyzer.csproj", "{CA81F17D-3064-4CC6-8117-97B0178A3E95}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{459BB255-3B0B-42B6-93D3-0FD064CAE7C4}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
build-nupkg.bat = build-nupkg.bat
build-nupkg.sh = build-nupkg.sh
README.ja.md = README.ja.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BaselineAnalyzer.Tests", "BaselineAnalyzer.Tests\BaselineAnalyzer.Tests.csproj", "{276FE408-1D58-4380-8D65-6F610BF5C30E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CA81F17D-3064-4CC6-8117-97B0178A3E95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA81F17D-3064-4CC6-8117-97B0178A3E95}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA81F17D-3064-4CC6-8117-97B0178A3E95}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA81F17D-3064-4CC6-8117-97B0178A3E95}.Release|Any CPU.Build.0 = Release|Any CPU
{276FE408-1D58-4380-8D65-6F610BF5C30E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{276FE408-1D58-4380-8D65-6F610BF5C30E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{276FE408-1D58-4380-8D65-6F610BF5C30E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{276FE408-1D58-4380-8D65-6F610BF5C30E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal