-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBiRefNet.sln
More file actions
32 lines (32 loc) · 1.58 KB
/
BiRefNet.sln
File metadata and controls
32 lines (32 loc) · 1.58 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.1.11304.174
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Dogvane.BiRefNet", "BiRefNet\BiRefNet.csproj", "{DACB8DED-84B2-4C75-B620-BCF3C1F5FE30}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example", "Example\Example.csproj", "{A1FBD7C7-7107-4F7F-8B27-551A9D55C3E2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|AnyCPU = Debug|AnyCPU
Release|AnyCPU = Release|AnyCPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DACB8DED-84B2-4C75-B620-BCF3C1F5FE30}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{DACB8DED-84B2-4C75-B620-BCF3C1F5FE30}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{DACB8DED-84B2-4C75-B620-BCF3C1F5FE30}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{DACB8DED-84B2-4C75-B620-BCF3C1F5FE30}.Release|AnyCPU.Build.0 = Release|AnyCPU
{A1FBD7C7-7107-4F7F-8B27-551A9D55C3E2}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{A1FBD7C7-7107-4F7F-8B27-551A9D55C3E2}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{A1FBD7C7-7107-4F7F-8B27-551A9D55C3E2}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{A1FBD7C7-7107-4F7F-8B27-551A9D55C3E2}.Release|AnyCPU.Build.0 = Release|AnyCPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {828E849E-EB86-42F3-A773-54F05E491986}
EndGlobalSection
EndGlobal