git-svn-id: https://svn.code.sf.net/p/freetel/code@622 01035d8c-6547-0410-b346-abe4f9...
authorwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 17 Aug 2012 20:42:13 +0000 (20:42 +0000)
committerwittend99 <wittend99@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 17 Aug 2012 20:42:13 +0000 (20:42 +0000)
commit5c379a9be09959339ce95d6f36e60937fb7a0d89
tree3394bd62ce140630ad1c618d23fc90637e314e5f
parent2d8b2a0484a7ac6cbd6e6f4ff34c3cf37110e13c
git-svn-id: https://svn.code.sf.net/p/freetel/code@622 01035d8c-6547-0410-b346-abe4f91aad63
45 files changed:
fdmdv2/variants/fdmdv2dll/.cdf [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/ReadMe.txt [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/Release/fdmdv2-dll.dll [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/Release/fdmdv2-dll.lib [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/dllmain.cpp [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/fdmdv2-dll.aps [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/fdmdv2-dll.cpp [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/fdmdv2-dll.h [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/fdmdv2-dll.rc [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/fdmdv2-dll.sln [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/fdmdv2-project.sdf [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/fdmdv2-project.vcxproj [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/resource.h [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/stdafx.cpp [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/stdafx.h [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/targetver.h [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/App.config [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/Form1.Designer.vb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/Form1.resx [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/Form1.vb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/My Project/Application.Designer.vb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/My Project/Application.myapp [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/My Project/AssemblyInfo.vb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/My Project/Resources.Designer.vb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/My Project/Resources.resx [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/My Project/Settings.Designer.vb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/My Project/Settings.settings [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/bin/Debug/.gitignore [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/bin/Release/vbTest.exe [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/bin/Release/vbTest.pdb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/bin/Release/vbTest.vshost.exe.manifest [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/bin/Release/vbTest.xml [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Debug/.gitignore [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.read.1.tlog [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/GenerateResource-ResGen.write.1.tlog [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/TempPE/My Project.Resources.Designer.vb.dll [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Form1.resources [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/vbTest.Resources.resources [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/vbTest.exe [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/vbTest.pdb [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/vbTest.vbproj.FileListAbsolute.txt [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/obj/x86/Release/vbTest.xml [new file with mode: 0644]
fdmdv2/variants/fdmdv2dll/vbTest/vbTest.vbproj [new file with mode: 0644]