-
Notifications
You must be signed in to change notification settings - Fork 0
/
AssemblyInformation.sln
52 lines (52 loc) · 2.94 KB
/
AssemblyInformation.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
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{41D44F92-D598-4357-8A82-80EF19C7F900}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyInformation", "AssemblyInformation\AssemblyInformation.csproj", "{EB32FFD2-07B1-418E-9646-FE03A337B939}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyInformation.x86", "AssemblyInformation.x86\AssemblyInformation.x86.csproj", "{778B844F-A417-46BA-860B-3771E80BAA6E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyInformation.x64", "AssemblyInformation.x64\AssemblyInformation.x64.csproj", "{4B22788F-2E1D-432E-9947-F8B0793740FB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AssemblyInformation.Launcher", "AssemblyInformation.Launcher\AssemblyInformation.Launcher.csproj", "{B0D88A9B-A805-4ECE-A330-9B298376E532}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB32FFD2-07B1-418E-9646-FE03A337B939}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB32FFD2-07B1-418E-9646-FE03A337B939}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB32FFD2-07B1-418E-9646-FE03A337B939}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB32FFD2-07B1-418E-9646-FE03A337B939}.Release|Any CPU.Build.0 = Release|Any CPU
{778B844F-A417-46BA-860B-3771E80BAA6E}.Debug|Any CPU.ActiveCfg = Debug|x86
{778B844F-A417-46BA-860B-3771E80BAA6E}.Debug|Any CPU.Build.0 = Debug|x86
{778B844F-A417-46BA-860B-3771E80BAA6E}.Release|Any CPU.ActiveCfg = Release|x86
{778B844F-A417-46BA-860B-3771E80BAA6E}.Release|Any CPU.Build.0 = Release|x86
{4B22788F-2E1D-432E-9947-F8B0793740FB}.Debug|Any CPU.ActiveCfg = Debug|x64
{4B22788F-2E1D-432E-9947-F8B0793740FB}.Debug|Any CPU.Build.0 = Debug|x64
{4B22788F-2E1D-432E-9947-F8B0793740FB}.Release|Any CPU.ActiveCfg = Release|x64
{4B22788F-2E1D-432E-9947-F8B0793740FB}.Release|Any CPU.Build.0 = Release|x64
{B0D88A9B-A805-4ECE-A330-9B298376E532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0D88A9B-A805-4ECE-A330-9B298376E532}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0D88A9B-A805-4ECE-A330-9B298376E532}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0D88A9B-A805-4ECE-A330-9B298376E532}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {804AC314-217F-4F0B-A978-4A7ABF7220E9}
EndGlobalSection
EndGlobal