forked from herrwinfried/EasierWsaInstallerGui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EasierWsaInstaller.sln
22 lines (22 loc) · 1.34 KB
/
EasierWsaInstaller.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasierWsaInstaller", "EasierWsaInstaller\EasierWsaInstaller\EasierWsaInstaller.csproj", "{B97F6395-5536-4A3C-8D4D-6589BF8035BE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EasierWsaInstaller.Desktop", "EasierWsaInstaller\EasierWsaInstaller.Desktop\EasierWsaInstaller.Desktop.csproj", "{A44F3815-3AF1-4391-8A39-7E8DB82B70AF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B97F6395-5536-4A3C-8D4D-6589BF8035BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B97F6395-5536-4A3C-8D4D-6589BF8035BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B97F6395-5536-4A3C-8D4D-6589BF8035BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B97F6395-5536-4A3C-8D4D-6589BF8035BE}.Release|Any CPU.Build.0 = Release|Any CPU
{A44F3815-3AF1-4391-8A39-7E8DB82B70AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A44F3815-3AF1-4391-8A39-7E8DB82B70AF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A44F3815-3AF1-4391-8A39-7E8DB82B70AF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A44F3815-3AF1-4391-8A39-7E8DB82B70AF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal