summaryrefslogtreecommitdiff
path: root/utils/MTP/MTP_DLL/MTP_DLL.sln
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-03 22:01:37 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-07-03 22:01:37 +0000
commitb42a51bf6425539793326cfec4a1f4219b0be8ff (patch)
treec3ab56a15e7baaaac63bf93b19bbf560c1a6aa1b /utils/MTP/MTP_DLL/MTP_DLL.sln
parentb1e57c8c8e9108a485079ce445cd338c91cf05ae (diff)
downloadrockbox-b42a51bf6425539793326cfec4a1f4219b0be8ff.tar.gz
rockbox-b42a51bf6425539793326cfec4a1f4219b0be8ff.zip
Add sendfirm Windows version, currently in the form of a DLL so it could
be easy integrated into programs (will require VS2005 to compile) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17932 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/MTP/MTP_DLL/MTP_DLL.sln')
-rw-r--r--utils/MTP/MTP_DLL/MTP_DLL.sln20
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/MTP/MTP_DLL/MTP_DLL.sln b/utils/MTP/MTP_DLL/MTP_DLL.sln
new file mode 100644
index 0000000000..bcd56174f5
--- /dev/null
+++ b/utils/MTP/MTP_DLL/MTP_DLL.sln
@@ -0,0 +1,20 @@
1
2Microsoft Visual Studio Solution File, Format Version 9.00
3# Visual Studio 2005
4Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MTP_DLL", "MTP_DLL.vcproj", "{C7A39A2D-2ADF-40A3-A9A5-0DF4509B761B}"
5EndProject
6Global
7 GlobalSection(SolutionConfigurationPlatforms) = preSolution
8 Debug|Win32 = Debug|Win32
9 Release|Win32 = Release|Win32
10 EndGlobalSection
11 GlobalSection(ProjectConfigurationPlatforms) = postSolution
12 {C7A39A2D-2ADF-40A3-A9A5-0DF4509B761B}.Debug|Win32.ActiveCfg = Debug|Win32
13 {C7A39A2D-2ADF-40A3-A9A5-0DF4509B761B}.Debug|Win32.Build.0 = Debug|Win32
14 {C7A39A2D-2ADF-40A3-A9A5-0DF4509B761B}.Release|Win32.ActiveCfg = Release|Win32
15 {C7A39A2D-2ADF-40A3-A9A5-0DF4509B761B}.Release|Win32.Build.0 = Release|Win32
16 EndGlobalSection
17 GlobalSection(SolutionProperties) = preSolution
18 HideSolutionNode = FALSE
19 EndGlobalSection
20EndGlobal