From c0a52bfbe619b3d282241ca47fb93fed5a6b8017 Mon Sep 17 00:00:00 2001 From: sb Date: Thu, 29 May 2008 16:42:44 +0000 Subject: [PATCH] Added a Visual Studio solution and project file, just to tie this stuff together. --- ADL.csproj | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ ADL.sln | 20 ++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100755 ADL.csproj create mode 100755 ADL.sln diff --git a/ADL.csproj b/ADL.csproj new file mode 100755 index 0000000..24fbcdc --- /dev/null +++ b/ADL.csproj @@ -0,0 +1,61 @@ + + + + Debug + AnyCPU + 9.0.21022 + 2.0 + {15DF3516-FE95-4BB0-9353-2E1E624303B8} + Exe + Properties + ADL + ADL + v3.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ADL.sln b/ADL.sln new file mode 100755 index 0000000..93f81b3 --- /dev/null +++ b/ADL.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ADL", "ADL.csproj", "{15DF3516-FE95-4BB0-9353-2E1E624303B8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {15DF3516-FE95-4BB0-9353-2E1E624303B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {15DF3516-FE95-4BB0-9353-2E1E624303B8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {15DF3516-FE95-4BB0-9353-2E1E624303B8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {15DF3516-FE95-4BB0-9353-2E1E624303B8}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal