|
From: <ul...@us...> - 2010-10-31 12:54:46
|
Revision: 67
http://adc.svn.sourceforge.net/adc/?rev=67&view=rev
Author: ullner
Date: 2010-10-31 12:54:40 +0000 (Sun, 31 Oct 2010)
Log Message:
-----------
Added Paths:
-----------
trunk/Source/cpp/Microsoft Visual Studio/
trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.h
trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.vcproj
trunk/Source/cpp/Microsoft Visual Studio/AssemblyInfo.cpp
trunk/Source/cpp/Microsoft Visual Studio/ReadMe.txt
trunk/Source/cpp/Microsoft Visual Studio/Stdafx.cpp
trunk/Source/cpp/Microsoft Visual Studio/Stdafx.h
trunk/Source/cpp/Microsoft Visual Studio/app.ico
trunk/Source/cpp/Microsoft Visual Studio/app.rc
trunk/Source/cpp/Microsoft Visual Studio/resource.h
Added: trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.h
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.h (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.h 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,13 @@
+// ADCLibrary.h
+
+#pragma once
+
+using namespace System;
+
+namespace ADCLibrary {
+
+ public ref class Class1
+ {
+ // TODO: Add your methods for this class here.
+ };
+}
Added: trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.vcproj
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.vcproj (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/ADCLibrary.vcproj 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,250 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="ADCLibrary"
+ ProjectGUID="{8065AFB8-B939-4806-982B-BB7BE780A19D}"
+ RootNamespace="ADCLibrary"
+ Keyword="ManagedCProj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ ManagedExtensions="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".\;..\"
+ PreprocessorDefinitions="WIN32;_DEBUG"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(NoInherit)"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ AssemblyDebug="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ CharacterSet="1"
+ ManagedExtensions="0"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".\;..\"
+ PreprocessorDefinitions="WIN32;NDEBUG"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(NoInherit)"
+ LinkIncremental="1"
+ GenerateDebugInformation="true"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ <AssemblyReference
+ RelativePath="System.dll"
+ AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
+ MinFrameworkVersion="131072"
+ />
+ <AssemblyReference
+ RelativePath="System.Data.dll"
+ AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
+ MinFrameworkVersion="131072"
+ />
+ <AssemblyReference
+ RelativePath="System.XML.dll"
+ AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
+ MinFrameworkVersion="131072"
+ />
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\AssemblyInfo.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Stdafx.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"
+ />
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\ADCLibrary.h"
+ >
+ </File>
+ <File
+ RelativePath=".\resource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Stdafx.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ <File
+ RelativePath=".\app.ico"
+ >
+ </File>
+ <File
+ RelativePath=".\app.rc"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\ReadMe.txt"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Added: trunk/Source/cpp/Microsoft Visual Studio/AssemblyInfo.cpp
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/AssemblyInfo.cpp (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/AssemblyInfo.cpp 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,40 @@
+#include "stdafx.h"
+
+using namespace System;
+using namespace System::Reflection;
+using namespace System::Runtime::CompilerServices;
+using namespace System::Runtime::InteropServices;
+using namespace System::Security::Permissions;
+
+//
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+//
+[assembly:AssemblyTitleAttribute("ADCLibrary")];
+[assembly:AssemblyDescriptionAttribute("")];
+[assembly:AssemblyConfigurationAttribute("")];
+[assembly:AssemblyCompanyAttribute("Microsoft")];
+[assembly:AssemblyProductAttribute("ADCLibrary")];
+[assembly:AssemblyCopyrightAttribute("Copyright (c) Microsoft 2010")];
+[assembly:AssemblyTrademarkAttribute("")];
+[assembly:AssemblyCultureAttribute("")];
+
+//
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the value or you can default the Revision and Build Numbers
+// by using the '*' as shown below:
+
+[assembly:AssemblyVersionAttribute("1.0.*")];
+
+[assembly:ComVisible(false)];
+
+[assembly:CLSCompliantAttribute(true)];
+
+[assembly:SecurityPermission(SecurityAction::RequestMinimum, UnmanagedCode = true)];
Added: trunk/Source/cpp/Microsoft Visual Studio/ReadMe.txt
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/ReadMe.txt (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/ReadMe.txt 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,31 @@
+========================================================================
+ DYNAMIC LINK LIBRARY : ADCLibrary Project Overview
+========================================================================
+
+AppWizard has created this ADCLibrary DLL for you.
+
+This file contains a summary of what you will find in each of the files that
+make up your ADCLibrary application.
+
+ADCLibrary.vcproj
+ This is the main project file for VC++ projects generated using an Application Wizard.
+ It contains information about the version of Visual C++ that generated the file, and
+ information about the platforms, configurations, and project features selected with the
+ Application Wizard.
+
+ADCLibrary.cpp
+ This is the main DLL source file.
+
+ADCLibrary.h
+ This file contains a class declaration.
+
+AssemblyInfo.cpp
+ Contains custom attributes for modifying assembly metadata.
+
+/////////////////////////////////////////////////////////////////////////////
+Other notes:
+
+AppWizard uses "TODO:" to indicate parts of the source code you
+should add to or customize.
+
+/////////////////////////////////////////////////////////////////////////////
Added: trunk/Source/cpp/Microsoft Visual Studio/Stdafx.cpp
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/Stdafx.cpp (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/Stdafx.cpp 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,5 @@
+// stdafx.cpp : source file that includes just the standard includes
+// ADCLibrary.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
Added: trunk/Source/cpp/Microsoft Visual Studio/Stdafx.h
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/Stdafx.h (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/Stdafx.h 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,7 @@
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently,
+// but are changed infrequently
+
+#pragma once
+
+
Added: trunk/Source/cpp/Microsoft Visual Studio/app.ico
===================================================================
(Binary files differ)
Property changes on: trunk/Source/cpp/Microsoft Visual Studio/app.ico
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/Source/cpp/Microsoft Visual Studio/app.rc
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/app.rc (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/app.rc 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,63 @@
+// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Icon
+//
+
+// Icon placed first or with lowest ID value becomes application icon
+
+LANGUAGE 29, 1
+#pragma code_page(1252)
+1 ICON "app.ico"
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+ "\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "#include ""afxres.h""\r\n"
+ "\0"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\0"
+END
+
+#endif // APSTUDIO_INVOKED
+
+/////////////////////////////////////////////////////////////////////////////
+
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
Added: trunk/Source/cpp/Microsoft Visual Studio/resource.h
===================================================================
--- trunk/Source/cpp/Microsoft Visual Studio/resource.h (rev 0)
+++ trunk/Source/cpp/Microsoft Visual Studio/resource.h 2010-10-31 12:54:40 UTC (rev 67)
@@ -0,0 +1,3 @@
+//{{NO_DEPENDENCIES}}
+// Microsoft Visual C++ generated include file.
+// Used by app.rc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|