-
Notifications
You must be signed in to change notification settings - Fork 0
/
Jacobsoft.Amd.sln
42 lines (42 loc) · 2.33 KB
/
Jacobsoft.Amd.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 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jacobsoft.Amd", "Jacobsoft.Amd\Jacobsoft.Amd.csproj", "{E1E2B68B-33DE-4159-A97F-701399F4D92B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jacobsoft.Amd.Test", "Jacobsoft.Amd.Test\Jacobsoft.Amd.Test.csproj", "{699E75AD-573F-4AFD-8D2A-8F231F07C517}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleSite", "SampleSite\SampleSite.csproj", "{9A654DDB-B376-45F6-817B-D1C3B3EC69AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution Files", "{E4021491-8345-4E26-A0D2-0A4690A8FC96}"
ProjectSection(SolutionItems) = preProject
..\..\..\Desktop\amd.txt = ..\..\..\Desktop\amd.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{5EBEFB6D-3D8E-4BFC-8643-80E84BC70D99}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{699E75AD-573F-4AFD-8D2A-8F231F07C517}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{699E75AD-573F-4AFD-8D2A-8F231F07C517}.Debug|Any CPU.Build.0 = Debug|Any CPU
{699E75AD-573F-4AFD-8D2A-8F231F07C517}.Release|Any CPU.ActiveCfg = Release|Any CPU
{699E75AD-573F-4AFD-8D2A-8F231F07C517}.Release|Any CPU.Build.0 = Release|Any CPU
{9A654DDB-B376-45F6-817B-D1C3B3EC69AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A654DDB-B376-45F6-817B-D1C3B3EC69AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A654DDB-B376-45F6-817B-D1C3B3EC69AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A654DDB-B376-45F6-817B-D1C3B3EC69AC}.Release|Any CPU.Build.0 = Release|Any CPU
{E1E2B68B-33DE-4159-A97F-701399F4D92B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E1E2B68B-33DE-4159-A97F-701399F4D92B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1E2B68B-33DE-4159-A97F-701399F4D92B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1E2B68B-33DE-4159-A97F-701399F4D92B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal