-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGenericRepository.sln
More file actions
41 lines (41 loc) · 2.51 KB
/
GenericRepository.sln
File metadata and controls
41 lines (41 loc) · 2.51 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericRepository", "src\GenericRepository\GenericRepository.csproj", "{78FB36F0-F44C-4A1F-BD6E-4556A3B10D63}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericRepository.Core", "src\GenericRepository.Core\GenericRepository.Core.csproj", "{509508B3-7BE1-482C-9551-097C1F661F4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GenericRepository.Tests", "src\GenericRepository.Tests\GenericRepository.Tests.csproj", "{E18BEBB2-82BA-44C9-8D43-458BB86D0F2E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{9DF7E743-6C8B-4E45-A9BC-16C35C5E1355}"
ProjectSection(SolutionItems) = preProject
.github\workflows\ci.yml = .github\workflows\ci.yml
.github\workflows\release.yml = .github\workflows\release.yml
Build.ps1 = Build.ps1
Push.ps1 = Push.ps1
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
{78FB36F0-F44C-4A1F-BD6E-4556A3B10D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78FB36F0-F44C-4A1F-BD6E-4556A3B10D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78FB36F0-F44C-4A1F-BD6E-4556A3B10D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78FB36F0-F44C-4A1F-BD6E-4556A3B10D63}.Release|Any CPU.Build.0 = Release|Any CPU
{431A9188-D64D-4FAD-B237-4A865B210E53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{431A9188-D64D-4FAD-B237-4A865B210E53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{431A9188-D64D-4FAD-B237-4A865B210E53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{431A9188-D64D-4FAD-B237-4A865B210E53}.Release|Any CPU.Build.0 = Release|Any CPU
{509508B3-7BE1-482C-9551-097C1F661F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{509508B3-7BE1-482C-9551-097C1F661F4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{509508B3-7BE1-482C-9551-097C1F661F4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{509508B3-7BE1-482C-9551-097C1F661F4A}.Release|Any CPU.Build.0 = Release|Any CPU
{E18BEBB2-82BA-44C9-8D43-458BB86D0F2E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E18BEBB2-82BA-44C9-8D43-458BB86D0F2E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E18BEBB2-82BA-44C9-8D43-458BB86D0F2E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E18BEBB2-82BA-44C9-8D43-458BB86D0F2E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal