This repository was archived by the owner on Mar 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathVersionHelpers.sln
More file actions
34 lines (34 loc) · 1.96 KB
/
VersionHelpers.sln
File metadata and controls
34 lines (34 loc) · 1.96 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersionHelpers", "src\VersionHelpers\VersionHelpers.csproj", "{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug_net40|Any CPU = Debug_net40|Any CPU
Debug_net45|Any CPU = Debug_net45|Any CPU
Publish_net40|Any CPU = Publish_net40|Any CPU
Publish_net45|Any CPU = Publish_net45|Any CPU
Release_net40|Any CPU = Release_net40|Any CPU
Release_net45|Any CPU = Release_net45|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Debug_net40|Any CPU.ActiveCfg = Debug_net40|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Debug_net40|Any CPU.Build.0 = Debug_net40|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Debug_net45|Any CPU.ActiveCfg = Debug_net45|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Debug_net45|Any CPU.Build.0 = Debug_net45|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Publish_net40|Any CPU.ActiveCfg = Publish_net40|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Publish_net40|Any CPU.Build.0 = Publish_net40|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Publish_net45|Any CPU.ActiveCfg = Publish_net45|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Publish_net45|Any CPU.Build.0 = Publish_net45|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Release_net40|Any CPU.ActiveCfg = Release_net40|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Release_net40|Any CPU.Build.0 = Release_net40|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Release_net45|Any CPU.ActiveCfg = Release_net45|Any CPU
{9AEF6B5E-77E2-48E2-B65C-BB42E30BB34C}.Release_net45|Any CPU.Build.0 = Release_net45|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal