-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathOur.ModelsBuilder.sln
More file actions
37 lines (37 loc) · 1.88 KB
/
Copy pathOur.ModelsBuilder.sln
File metadata and controls
37 lines (37 loc) · 1.88 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.8.11925.187 insiders
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Our.ModelsBuilder", "src\Our.ModelsBuilder\Our.ModelsBuilder.csproj", "{25B1D83F-4BA6-4334-9C90-08666572F1AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Our.ModelsBuilder.Tests", "src\Our.ModelsBuilder.Tests\Our.ModelsBuilder.Tests.csproj", "{3CCC8982-B3A3-46FB-8B00-1C7FDE653485}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4B36C803-FC7C-4905-81B9-D5391001BBCD}"
ProjectSection(SolutionItems) = preProject
license.txt = license.txt
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{25B1D83F-4BA6-4334-9C90-08666572F1AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25B1D83F-4BA6-4334-9C90-08666572F1AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25B1D83F-4BA6-4334-9C90-08666572F1AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25B1D83F-4BA6-4334-9C90-08666572F1AE}.Release|Any CPU.Build.0 = Release|Any CPU
{3CCC8982-B3A3-46FB-8B00-1C7FDE653485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3CCC8982-B3A3-46FB-8B00-1C7FDE653485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3CCC8982-B3A3-46FB-8B00-1C7FDE653485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3CCC8982-B3A3-46FB-8B00-1C7FDE653485}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B7F94FF1-105F-4DA0-8E65-F4EC53A272AB}
EndGlobalSection
EndGlobal