-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBudgetWithGitGUI.sln
35 lines (35 loc) · 1.87 KB
/
BudgetWithGitGUI.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BudgetWithGitGUI", "BudgetWithGitGUI\BudgetWithGitGUI.csproj", "{6A806C76-EC7D-44E7-B236-1F47194CF22D}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "setup", "setup\setup.vdproj", "{4FC78B8F-84F4-4470-9697-17F924588E1C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HomeBudgetTesting", "HomeBudgetTesting\HomeBudgetTesting.csproj", "{889CE503-2ABF-4A8C-BA88-1DBC8E23A08A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A806C76-EC7D-44E7-B236-1F47194CF22D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A806C76-EC7D-44E7-B236-1F47194CF22D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A806C76-EC7D-44E7-B236-1F47194CF22D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A806C76-EC7D-44E7-B236-1F47194CF22D}.Release|Any CPU.Build.0 = Release|Any CPU
{4FC78B8F-84F4-4470-9697-17F924588E1C}.Debug|Any CPU.ActiveCfg = Debug
{4FC78B8F-84F4-4470-9697-17F924588E1C}.Release|Any CPU.ActiveCfg = Release
{889CE503-2ABF-4A8C-BA88-1DBC8E23A08A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{889CE503-2ABF-4A8C-BA88-1DBC8E23A08A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{889CE503-2ABF-4A8C-BA88-1DBC8E23A08A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{889CE503-2ABF-4A8C-BA88-1DBC8E23A08A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {98E35F40-F5B7-4AA0-B3E6-9B93B507A965}
EndGlobalSection
EndGlobal