-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOutliveUrCode.sln
40 lines (40 loc) · 2.19 KB
/
OutliveUrCode.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WaveProgress", "WaveProgress\WaveProgress.csproj", "{E9A289FC-1EBF-470E-B231-8C2F184AB912}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OutliveUrCode", "OutliveUrCode\OutliveUrCode.csproj", "{E3986F1C-52E5-4846-BAD6-83C3A822711F}"
ProjectSection(ProjectDependencies) = postProject
{8EB7611B-68CD-4B8B-987A-11717E2B250C} = {8EB7611B-68CD-4B8B-987A-11717E2B250C}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MaterialSkin", "MaterialSkin\MaterialSkin.csproj", "{8EB7611B-68CD-4B8B-987A-11717E2B250C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9A289FC-1EBF-470E-B231-8C2F184AB912}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E9A289FC-1EBF-470E-B231-8C2F184AB912}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E9A289FC-1EBF-470E-B231-8C2F184AB912}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E9A289FC-1EBF-470E-B231-8C2F184AB912}.Release|Any CPU.Build.0 = Release|Any CPU
{E3986F1C-52E5-4846-BAD6-83C3A822711F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3986F1C-52E5-4846-BAD6-83C3A822711F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3986F1C-52E5-4846-BAD6-83C3A822711F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3986F1C-52E5-4846-BAD6-83C3A822711F}.Release|Any CPU.Build.0 = Release|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EB7611B-68CD-4B8B-987A-11717E2B250C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2B52796E-5FC5-4B93-9C12-E4ABFB13080D}
EndGlobalSection
EndGlobal