Skip to content

Commit be84827

Browse files
committed
add installer project
1 parent 0f1929a commit be84827

File tree

3 files changed

+778
-7
lines changed

3 files changed

+778
-7
lines changed

UnityLauncherPro.sln

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.28307.539
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.13.35931.197 d17.13
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityLauncherPro", "UnityLauncherPro\UnityLauncherPro.csproj", "{EC78D91A-3E63-4CAA-8BC3-9673A30FDA45}"
77
EndProject
8+
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "UnityLauncherProInstaller", "UnityLauncherProInstaller\UnityLauncherProInstaller.vdproj", "{249180EF-BFC1-9DD7-48CC-E2B9253A64E0}"
9+
EndProject
810
Global
9-
GlobalSection(Performance) = preSolution
10-
HasPerformanceSessions = true
11-
EndGlobalSection
1211
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1312
Debug|Any CPU = Debug|Any CPU
1413
Release|Any CPU = Release|Any CPU
@@ -18,6 +17,8 @@ Global
1817
{EC78D91A-3E63-4CAA-8BC3-9673A30FDA45}.Debug|Any CPU.Build.0 = Debug|Any CPU
1918
{EC78D91A-3E63-4CAA-8BC3-9673A30FDA45}.Release|Any CPU.ActiveCfg = Release|Any CPU
2019
{EC78D91A-3E63-4CAA-8BC3-9673A30FDA45}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{249180EF-BFC1-9DD7-48CC-E2B9253A64E0}.Debug|Any CPU.ActiveCfg = Debug
21+
{249180EF-BFC1-9DD7-48CC-E2B9253A64E0}.Release|Any CPU.ActiveCfg = Release
2122
EndGlobalSection
2223
GlobalSection(SolutionProperties) = preSolution
2324
HideSolutionNode = FALSE
@@ -28,4 +29,7 @@ Global
2829
GlobalSection(Performance) = preSolution
2930
HasPerformanceSessions = true
3031
EndGlobalSection
32+
GlobalSection(Performance) = preSolution
33+
HasPerformanceSessions = true
34+
EndGlobalSection
3135
EndGlobal

UnityLauncherPro/GetProjects.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ public static List<Project> Scan(bool getGitBranch = false, bool getPlasticBranc
5757
//Console.WriteLine(projectPath+" "+p.TargetPlatform);
5858

5959
// if want to hide project and folder path for screenshot
60-
//p.Title = "Example Project ";
61-
//p.Path = "C:/Projects/ExamplePath/MyProj";
60+
//p.Title = "Example Project";
61+
//p.Path = "C:/Projects/MyProj";
6262

6363
if (p != null)
6464
{

0 commit comments

Comments
 (0)