-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNortal.Utilities.AssemblyVersioning.sln
38 lines (38 loc) · 1.89 KB
/
Nortal.Utilities.AssemblyVersioning.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30804.86
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssemblyVersioning", "AssemblyVersioning\AssemblyVersioning.csproj", "{29B6FA74-A3D7-4506-9300-D42B1FD263C9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{DAAEAA46-2A56-4664-8C59-15B8CD32770C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E7777317-06B9-4CC9-95E4-D2A86FB756A8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENCE.txt = LICENCE.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
{29B6FA74-A3D7-4506-9300-D42B1FD263C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29B6FA74-A3D7-4506-9300-D42B1FD263C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29B6FA74-A3D7-4506-9300-D42B1FD263C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29B6FA74-A3D7-4506-9300-D42B1FD263C9}.Release|Any CPU.Build.0 = Release|Any CPU
{DAAEAA46-2A56-4664-8C59-15B8CD32770C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAAEAA46-2A56-4664-8C59-15B8CD32770C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAAEAA46-2A56-4664-8C59-15B8CD32770C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAAEAA46-2A56-4664-8C59-15B8CD32770C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8579A43D-7EC5-4DE9-96C9-D2C7EC97A903}
EndGlobalSection
EndGlobal