-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFile System Transaction.sln
More file actions
29 lines (29 loc) · 1.66 KB
/
File System Transaction.sln
File metadata and controls
29 lines (29 loc) · 1.66 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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystemTransaction", "FileSystemTransaction\FileSystemTransaction.csproj", "{086F81AC-AA09-48C5-A35E-5771E455E3EB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileSystemTransaction.Test", "FileSystemTransaction.Test\FileSystemTransaction.Test.csproj", "{7599B083-2E31-4099-BA7B-B7F969269461}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Default|Any CPU = Default|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{086F81AC-AA09-48C5-A35E-5771E455E3EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{086F81AC-AA09-48C5-A35E-5771E455E3EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{086F81AC-AA09-48C5-A35E-5771E455E3EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{086F81AC-AA09-48C5-A35E-5771E455E3EB}.Release|Any CPU.Build.0 = Release|Any CPU
{7599B083-2E31-4099-BA7B-B7F969269461}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7599B083-2E31-4099-BA7B-B7F969269461}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7599B083-2E31-4099-BA7B-B7F969269461}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{7599B083-2E31-4099-BA7B-B7F969269461}.Default|Any CPU.Build.0 = Debug|Any CPU
{7599B083-2E31-4099-BA7B-B7F969269461}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7599B083-2E31-4099-BA7B-B7F969269461}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = FileSystemTransaction\FileSystemTransaction.csproj
EndGlobalSection
EndGlobal