-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathUpdateVersionInfo.sln
More file actions
43 lines (43 loc) · 2.38 KB
/
UpdateVersionInfo.sln
File metadata and controls
43 lines (43 loc) · 2.38 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
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DFD22A10-9599-4275-8F5D-0FB7E1D6A78C}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
UpdateVersionInfo2\x2.bat = UpdateVersionInfo2\x2.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UpdateVersionInfo.Core", "UpdateVersionInfo.Core\UpdateVersionInfo.Core.csproj", "{69C88B13-C803-4C2F-9640-8C736F5425E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UpdateVersionInfo", "UpdateVersionInfo2\UpdateVersionInfo.csproj", "{FAEF6577-8C76-4A05-8B58-03122D5D2566}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UpdateVersionInfoMaui", "UpdateVersionInfoMaui\UpdateVersionInfoMaui.csproj", "{AD2E698F-8281-489B-A257-7E754FEB2130}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69C88B13-C803-4C2F-9640-8C736F5425E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69C88B13-C803-4C2F-9640-8C736F5425E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69C88B13-C803-4C2F-9640-8C736F5425E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69C88B13-C803-4C2F-9640-8C736F5425E2}.Release|Any CPU.Build.0 = Release|Any CPU
{FAEF6577-8C76-4A05-8B58-03122D5D2566}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAEF6577-8C76-4A05-8B58-03122D5D2566}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAEF6577-8C76-4A05-8B58-03122D5D2566}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAEF6577-8C76-4A05-8B58-03122D5D2566}.Release|Any CPU.Build.0 = Release|Any CPU
{AD2E698F-8281-489B-A257-7E754FEB2130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD2E698F-8281-489B-A257-7E754FEB2130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD2E698F-8281-489B-A257-7E754FEB2130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD2E698F-8281-489B-A257-7E754FEB2130}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0DA42528-AABB-48DC-8EF8-19F19B739251}
EndGlobalSection
EndGlobal