-
Notifications
You must be signed in to change notification settings - Fork 0
/
DIV2.Format.Exporter.sln
42 lines (42 loc) · 2.26 KB
/
DIV2.Format.Exporter.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29728.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DIV2.Format.Exporter", "DIV2.Format.Exporter\DIV2.Format.Exporter.csproj", "{D809DD2D-A865-4395-805E-18BCBD1E0594}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DIV2.Format.Exporter.Tests", "DIV2.Format.Exporter.Tests\DIV2.Format.Exporter.Tests.csproj", "{0490E65E-02FF-44BC-A874-27E47FDE9FE5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7CBC2817-496C-413B-B9CB-7E971A4892D2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DIV2.Format.Exporter.DocFX", "DIV2.Format.Exporter.DocFX\DIV2.Format.Exporter.DocFX.csproj", "{D11F6783-1315-4B94-9B5B-6058AF2501D6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D809DD2D-A865-4395-805E-18BCBD1E0594}.Debug|x64.ActiveCfg = Debug|x64
{D809DD2D-A865-4395-805E-18BCBD1E0594}.Debug|x64.Build.0 = Debug|x64
{D809DD2D-A865-4395-805E-18BCBD1E0594}.Release|x64.ActiveCfg = Release|x64
{D809DD2D-A865-4395-805E-18BCBD1E0594}.Release|x64.Build.0 = Release|x64
{0490E65E-02FF-44BC-A874-27E47FDE9FE5}.Debug|x64.ActiveCfg = Debug|x64
{0490E65E-02FF-44BC-A874-27E47FDE9FE5}.Debug|x64.Build.0 = Debug|x64
{0490E65E-02FF-44BC-A874-27E47FDE9FE5}.Release|x64.ActiveCfg = Release|x64
{0490E65E-02FF-44BC-A874-27E47FDE9FE5}.Release|x64.Build.0 = Release|x64
{D11F6783-1315-4B94-9B5B-6058AF2501D6}.Debug|x64.ActiveCfg = Debug|x64
{D11F6783-1315-4B94-9B5B-6058AF2501D6}.Debug|x64.Build.0 = Debug|x64
{D11F6783-1315-4B94-9B5B-6058AF2501D6}.Release|x64.ActiveCfg = Release|x64
{D11F6783-1315-4B94-9B5B-6058AF2501D6}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7531B14-0379-40AD-99FF-47F9CFB56DA8}
EndGlobalSection
EndGlobal