diff options
author | yvesf <yvesf-git@xapek.org> | 2010-10-19 22:49:52 +0200 |
---|---|---|
committer | yvesf <yvesf-git@xapek.org> | 2010-10-19 22:49:52 +0200 |
commit | 1c7344a8ac3652ae41c77b6a0995990eddab4312 (patch) | |
tree | 84fe11d9c25c0cbb35c283778095855eeaa5472c /cs/arris/arris.sln | |
download | arris-1c7344a8ac3652ae41c77b6a0995990eddab4312.tar.gz arris-1c7344a8ac3652ae41c77b6a0995990eddab4312.zip |
first commit; commandline version; working
Diffstat (limited to 'cs/arris/arris.sln')
-rw-r--r-- | cs/arris/arris.sln | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cs/arris/arris.sln b/cs/arris/arris.sln new file mode 100644 index 0000000..e7b32ec --- /dev/null +++ b/cs/arris/arris.sln @@ -0,0 +1,20 @@ +
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "arris", "arris\arris.csproj", "{1D3AF72F-01D4-4B4A-A094-50FAA0F1B0D2}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|x86 = Debug|x86
+ Release|x86 = Release|x86
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {1D3AF72F-01D4-4B4A-A094-50FAA0F1B0D2}.Debug|x86.ActiveCfg = Debug|x86
+ {1D3AF72F-01D4-4B4A-A094-50FAA0F1B0D2}.Debug|x86.Build.0 = Debug|x86
+ {1D3AF72F-01D4-4B4A-A094-50FAA0F1B0D2}.Release|x86.ActiveCfg = Release|x86
+ {1D3AF72F-01D4-4B4A-A094-50FAA0F1B0D2}.Release|x86.Build.0 = Release|x86
+ EndGlobalSection
+ GlobalSection(MonoDevelopProperties) = preSolution
+ StartupItem = arris\arris.csproj
+ EndGlobalSection
+EndGlobal
|