-
Notifications
You must be signed in to change notification settings - Fork 7
/
PureSeeder.sln
40 lines (40 loc) · 1.96 KB
/
PureSeeder.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureSeeder.Forms", "PureSeeder.Forms\PureSeeder.Forms.csproj", "{B44A8D1A-9F2C-4B0E-835F-764ACCBA6558}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PureSeeder.Core", "PureSeeder.Core\PureSeeder.Core.csproj", "{04F34D44-3FBF-44ED-B79A-5DB26B1C6E9C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EB52A524-28D3-4FA6-9A76-0ACA0CA13066}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Icons", "Icons", "{4C3959C5-7FC5-4D64-811A-037CDF477680}"
ProjectSection(SolutionItems) = preProject
Icons\PB.ico = Icons\PB.ico
Icons\PBOff.ico = Icons\PBOff.ico
Icons\PBOn.ico = Icons\PBOn.ico
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B44A8D1A-9F2C-4B0E-835F-764ACCBA6558}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B44A8D1A-9F2C-4B0E-835F-764ACCBA6558}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B44A8D1A-9F2C-4B0E-835F-764ACCBA6558}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B44A8D1A-9F2C-4B0E-835F-764ACCBA6558}.Release|Any CPU.Build.0 = Release|Any CPU
{04F34D44-3FBF-44ED-B79A-5DB26B1C6E9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04F34D44-3FBF-44ED-B79A-5DB26B1C6E9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04F34D44-3FBF-44ED-B79A-5DB26B1C6E9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04F34D44-3FBF-44ED-B79A-5DB26B1C6E9C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal