-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CapitalGainCalculator.sln
43 lines (43 loc) · 2.07 KB
/
CapitalGainCalculator.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest", "UnitTest\UnitTest.csproj", "{DF7EAF0A-E59B-4B4F-8907-CD222F6AFA79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "InvestmentTaxCalculator", "BlazorApp-Investment Tax Calculator\InvestmentTaxCalculator.csproj", "{9BF3F9BD-82D1-472A-9C95-6F4BB334D537}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BEBB83A2-03EF-4A3F-9649-69029ADAA536}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\dependabot.yml = .github\dependabot.yml
LICENSE.txt = LICENSE.txt
.github\workflows\main.yml = .github\workflows\main.yml
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DF7EAF0A-E59B-4B4F-8907-CD222F6AFA79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF7EAF0A-E59B-4B4F-8907-CD222F6AFA79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF7EAF0A-E59B-4B4F-8907-CD222F6AFA79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF7EAF0A-E59B-4B4F-8907-CD222F6AFA79}.Release|Any CPU.Build.0 = Release|Any CPU
{9BF3F9BD-82D1-472A-9C95-6F4BB334D537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BF3F9BD-82D1-472A-9C95-6F4BB334D537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BF3F9BD-82D1-472A-9C95-6F4BB334D537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BF3F9BD-82D1-472A-9C95-6F4BB334D537}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC01CFB6-BC2F-483C-944D-01EC5E0F41D0}
EndGlobalSection
EndGlobal