Project:
Stash
Code Location:
git://github.com/AndyHitchman/Stash.gitmaster
Stash VS9.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
43
44
45
46
47
48
49
50
51
52
53
54
55
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
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stash", "Stash\Stash.csproj", "{095683A6-57F6-4E5C-A039-4638F08AE7BC}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stash.Specifications", "Stash.Specifications\Stash.Specifications.csproj", "{27692BBE-2932-4D4D-8E2C-26380C8ABDA7}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ADF74805-DD21-4F79-A696-74F360FDFEF4}" ProjectSection(SolutionItems) = preProject LICENSE.txt = LICENSE.txt README.txt = README.txt EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Stash.Example", "Stash.Example\Stash.Example.csproj", "{CF629842-B363-4FCB-B60E-BE2476D7D4C6}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "lib", "lib\lib.csproj", "{25D856D0-9295-42AB-B55B-A8156187F269}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {095683A6-57F6-4E5C-A039-4638F08AE7BC}.Debug|x64.ActiveCfg = Debug|Any CPU {095683A6-57F6-4E5C-A039-4638F08AE7BC}.Debug|x64.Build.0 = Debug|Any CPU {095683A6-57F6-4E5C-A039-4638F08AE7BC}.Debug|x86.ActiveCfg = Debug|Any CPU {095683A6-57F6-4E5C-A039-4638F08AE7BC}.Release|x64.ActiveCfg = Release|Any CPU {095683A6-57F6-4E5C-A039-4638F08AE7BC}.Release|x86.ActiveCfg = Release|Any CPU {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Debug|x64.ActiveCfg = Debug|x64 {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Debug|x64.Build.0 = Debug|x64 {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Debug|x86.ActiveCfg = Debug|x86 {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Debug|x86.Build.0 = Debug|x86 {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Release|x64.ActiveCfg = Release|x64 {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Release|x64.Build.0 = Release|x64 {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Release|x86.ActiveCfg = Release|x86 {27692BBE-2932-4D4D-8E2C-26380C8ABDA7}.Release|x86.Build.0 = Release|x86 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Debug|x64.ActiveCfg = Debug|x64 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Debug|x64.Build.0 = Debug|x64 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Debug|x86.ActiveCfg = Debug|x86 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Debug|x86.Build.0 = Debug|x86 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Release|x64.ActiveCfg = Release|x64 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Release|x64.Build.0 = Release|x64 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Release|x86.ActiveCfg = Release|x86 {CF629842-B363-4FCB-B60E-BE2476D7D4C6}.Release|x86.Build.0 = Release|x86 {25D856D0-9295-42AB-B55B-A8156187F269}.Debug|x64.ActiveCfg = Debug|Any CPU {25D856D0-9295-42AB-B55B-A8156187F269}.Debug|x86.ActiveCfg = Debug|Any CPU {25D856D0-9295-42AB-B55B-A8156187F269}.Release|x64.ActiveCfg = Release|Any CPU {25D856D0-9295-42AB-B55B-A8156187F269}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal
