-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathVotingSystem.sln
42 lines (42 loc) · 1.84 KB
/
VotingSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VotingSystem", "src\VotingSystem\VotingSystem.csproj", "{7A91300F-872C-4B89-8E8F-86E174AD78C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F7172606-4065-4738-8E3B-966CAFD18503}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{ED456524-2F9B-4A66-B318-A36A30BDE25A}"
ProjectSection(SolutionItems) = preProject
docs\类图.vsdx = docs\类图.vsdx
docs\需求文档.docx = docs\需求文档.docx
docs\顺序图.vsdx = docs\顺序图.vsdx
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CEE9954C-A2E6-44BC-B0A4-DA5E4F6386A5}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
.dockerignore = .dockerignore
docker-compose.yml = docker-compose.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A91300F-872C-4B89-8E8F-86E174AD78C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7A91300F-872C-4B89-8E8F-86E174AD78C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7A91300F-872C-4B89-8E8F-86E174AD78C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7A91300F-872C-4B89-8E8F-86E174AD78C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1BBB211-F836-4C46-81AE-E102EB1CBA38}
EndGlobalSection
EndGlobal