-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathTechAdvancing.sln
More file actions
40 lines (40 loc) · 2.22 KB
/
TechAdvancing.sln
File metadata and controls
40 lines (40 loc) · 2.22 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TechAdvancing", "TechAdvancing.csproj", "{8B94FB41-8E8E-400E-BCFB-8A7C2BDD8AD4}"
ProjectSection(ProjectDependencies) = postProject
{6E6F30BC-F600-43EF-BE05-551DE1B9112D} = {6E6F30BC-F600-43EF-BE05-551DE1B9112D}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TechAdvancingTests", "Tech-AdvancingTests\TechAdvancingTests.csproj", "{5EB51035-B071-47DE-9EC1-BF84B9468562}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BuildMultiVersionMod", "BuildMultiVersionMod\BuildMultiVersionMod.csproj", "{6E6F30BC-F600-43EF-BE05-551DE1B9112D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B94FB41-8E8E-400E-BCFB-8A7C2BDD8AD4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B94FB41-8E8E-400E-BCFB-8A7C2BDD8AD4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B94FB41-8E8E-400E-BCFB-8A7C2BDD8AD4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B94FB41-8E8E-400E-BCFB-8A7C2BDD8AD4}.Release|Any CPU.Build.0 = Release|Any CPU
{5EB51035-B071-47DE-9EC1-BF84B9468562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EB51035-B071-47DE-9EC1-BF84B9468562}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EB51035-B071-47DE-9EC1-BF84B9468562}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EB51035-B071-47DE-9EC1-BF84B9468562}.Release|Any CPU.Build.0 = Release|Any CPU
{6E6F30BC-F600-43EF-BE05-551DE1B9112D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6E6F30BC-F600-43EF-BE05-551DE1B9112D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6E6F30BC-F600-43EF-BE05-551DE1B9112D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6E6F30BC-F600-43EF-BE05-551DE1B9112D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B8FD15D0-61E8-4D22-94AC-73D60C8D84E8}
EndGlobalSection
EndGlobal