Adding Setup project
This commit is contained in:
@@ -3,15 +3,11 @@ 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}") = "Password Manager", "Password Manager\Password Manager.csproj", "{E5A428BE-2928-470F-9115-7B09D39D786C}"
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Password Manager", "Password Manager\Password Manager.csproj", "{E5A428BE-2928-470F-9115-7B09D39D786C}"
|
||||
EndProject
|
||||
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup", "Setup\Setup.vdproj", "{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {183ED631-CB57-46BE-9A24-1B9BA5F19955}
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Debug|x64 = Debug|x64
|
||||
@@ -33,5 +29,18 @@ Global
|
||||
{E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x64.Build.0 = Release|Any CPU
|
||||
{E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x86.ActiveCfg = Release|Any CPU
|
||||
{E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x86.Build.0 = Release|Any CPU
|
||||
{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}.Debug|Any CPU.ActiveCfg = Debug
|
||||
{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}.Debug|Any CPU.Build.0 = Debug
|
||||
{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}.Debug|x64.ActiveCfg = Debug
|
||||
{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}.Debug|x86.ActiveCfg = Debug
|
||||
{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}.Release|Any CPU.ActiveCfg = Release
|
||||
{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}.Release|x64.ActiveCfg = Release
|
||||
{EB840BF4-EA1B-4ECA-BC8A-D7CF66A2CF28}.Release|x86.ActiveCfg = Release
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {183ED631-CB57-46BE-9A24-1B9BA5F19955}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
|
||||
Reference in New Issue
Block a user