-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
700 changed files
with
72,914 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
|
||
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("DDSTypesManaged")]; | ||
[assembly:AssemblyDescriptionAttribute("")]; | ||
[assembly:AssemblyConfigurationAttribute("")]; | ||
[assembly:AssemblyCompanyAttribute("")]; | ||
[assembly:AssemblyProductAttribute("DDSTypesManaged")]; | ||
[assembly:AssemblyCopyrightAttribute("Copyright (c) 2008")]; | ||
[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)]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,265 @@ | ||
<?xml version="1.0" encoding="Windows-1252"?> | ||
<VisualStudioProject | ||
ProjectType="Visual C++" | ||
Version="8,00" | ||
Name="DDSTypesManaged-64-VS2005" | ||
ProjectGUID="{02F70308-1E4F-413C-B7B7-FCFECB116D64}" | ||
RootNamespace="DDSTypesManaged" | ||
Keyword="ManagedCProj" | ||
AssemblyReferenceSearchPaths=""$(NDDSHOME)/lib/x64Win64dotnet2.0"" | ||
> | ||
<Platforms> | ||
<Platform | ||
Name="x64" | ||
/> | ||
</Platforms> | ||
<ToolFiles> | ||
</ToolFiles> | ||
<Configurations> | ||
<Configuration | ||
Name="Debug|x64" | ||
OutputDirectory="$(SolutionDir)\bin\x64Win64VS2005\$(ConfigurationName)" | ||
IntermediateDirectory="$(SolutionDir)\bin\x64Win64VS2005\$(ConfigurationName)" | ||
ConfigurationType="2" | ||
CharacterSet="1" | ||
ManagedExtensions="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
TargetEnvironment="3" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
Optimization="0" | ||
AdditionalIncludeDirectories=""$(NDDSHOME)/include";"$(NDDSHOME)/include/ndds"" | ||
PreprocessorDefinitions="WIN32;_DEBUG;RTI_WIN32;NDDS_DLL_VARIABLE;WIN32_LEAN_AND_MEAN" | ||
RuntimeLibrary="3" | ||
UsePrecompiledHeader="0" | ||
WarningLevel="3" | ||
DebugInformationFormat="3" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalDependencies="$(NoInherit) nddscppd.lib nddscd.lib nddscored.lib" | ||
LinkIncremental="2" | ||
AdditionalLibraryDirectories=""$(NDDSHOME)/lib/x64Win64VS2005"" | ||
GenerateDebugInformation="true" | ||
AssemblyDebug="1" | ||
TargetMachine="17" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCWebDeploymentTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
<Configuration | ||
Name="Release|x64" | ||
OutputDirectory="$(SolutionDir)\bin\x64Win64VS2005\$(ConfigurationName)" | ||
IntermediateDirectory="$(SolutionDir)\bin\x64Win64VS2005\$(ConfigurationName)" | ||
ConfigurationType="2" | ||
CharacterSet="1" | ||
ManagedExtensions="1" | ||
WholeProgramOptimization="1" | ||
> | ||
<Tool | ||
Name="VCPreBuildEventTool" | ||
/> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
/> | ||
<Tool | ||
Name="VCXMLDataGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCWebServiceProxyGeneratorTool" | ||
/> | ||
<Tool | ||
Name="VCMIDLTool" | ||
TargetEnvironment="3" | ||
/> | ||
<Tool | ||
Name="VCCLCompilerTool" | ||
AdditionalIncludeDirectories=""$(NDDSHOME)/include";"$(NDDSHOME)/include/ndds"" | ||
PreprocessorDefinitions="WIN32;NDEBUG;RTI_WIN32;NDDS_DLL_VARIABLE;WIN32_LEAN_AND_MEAN" | ||
RuntimeLibrary="2" | ||
UsePrecompiledHeader="0" | ||
WarningLevel="3" | ||
DebugInformationFormat="3" | ||
/> | ||
<Tool | ||
Name="VCManagedResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCResourceCompilerTool" | ||
/> | ||
<Tool | ||
Name="VCPreLinkEventTool" | ||
/> | ||
<Tool | ||
Name="VCLinkerTool" | ||
AdditionalDependencies="$(NoInherit) nddscpp.lib nddsc.lib nddscore.lib" | ||
LinkIncremental="1" | ||
AdditionalLibraryDirectories=""$(NDDSHOME)/lib/x64Win64VS2005"" | ||
GenerateDebugInformation="true" | ||
TargetMachine="17" | ||
/> | ||
<Tool | ||
Name="VCALinkTool" | ||
/> | ||
<Tool | ||
Name="VCManifestTool" | ||
/> | ||
<Tool | ||
Name="VCXDCMakeTool" | ||
/> | ||
<Tool | ||
Name="VCBscMakeTool" | ||
/> | ||
<Tool | ||
Name="VCFxCopTool" | ||
/> | ||
<Tool | ||
Name="VCAppVerifierTool" | ||
/> | ||
<Tool | ||
Name="VCWebDeploymentTool" | ||
/> | ||
<Tool | ||
Name="VCPostBuildEventTool" | ||
/> | ||
</Configuration> | ||
</Configurations> | ||
<References> | ||
<AssemblyReference | ||
RelativePath="System.dll" | ||
AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" | ||
/> | ||
<AssemblyReference | ||
RelativePath="System.Data.dll" | ||
AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" | ||
/> | ||
<AssemblyReference | ||
RelativePath="System.XML.dll" | ||
AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" | ||
/> | ||
<AssemblyReference | ||
RelativePath="$(NDDSHOME)\lib\x64Win64dotnet2.0\nddsdotnet.dll" | ||
AssemblyName="nddsdotnet, Version=1.0.3.0, PublicKeyToken=f319a9351e41fb68, processorArchitecture=AMD64" | ||
/> | ||
</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=".\test.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\testPlugin.cpp" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\testSupport.cpp" | ||
> | ||
</File> | ||
</Filter> | ||
<Filter | ||
Name="Header Files" | ||
Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
> | ||
<File | ||
RelativePath=".\test.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\testPlugin.h" | ||
> | ||
</File> | ||
<File | ||
RelativePath=".\testSupport.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}" | ||
> | ||
</Filter> | ||
<File | ||
RelativePath="..\idl\test.idl" | ||
> | ||
<FileConfiguration | ||
Name="Debug|x64" | ||
> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
Description="Regenerating type support plugin from $(InputFileName) $(RTIDDSGEN_PREPROCESSOR)" | ||
CommandLine=""$(NDDSHOME)\scripts\rtiddsgen" -replace -language C++/CLI -d ../DDSTypesManaged $(RTIDDSGEN_PREPROCESSOR) ../idl/$(InputFileName)
" | ||
Outputs="../DDSTypesManaged/test.h;../DDSTypesManaged/test.cpp;../DDSTypesManaged/testPlugin.h;../DDSTypesManaged/testPlugin.cpp;../DDSTypesManaged/testSupport.h;../DDSTypesManaged/testSupport.cpp" | ||
/> | ||
</FileConfiguration> | ||
<FileConfiguration | ||
Name="Release|x64" | ||
> | ||
<Tool | ||
Name="VCCustomBuildTool" | ||
Description="Regenerating type support plugin from $(InputFileName) $(RTIDDSGEN_PREPROCESSOR)" | ||
CommandLine=""$(NDDSHOME)/scripts/rtiddsgen" -replace -language C++/CLI -d ../DDSTypesManaged $(RTIDDSGEN_PREPROCESSOR) ../idl/$(InputFileName)
" | ||
Outputs="../DDSTypesManaged/test.h;../DDSTypesManaged/test.cpp;../DDSTypesManaged/testPlugin.h;../DDSTypesManaged/testPlugin.cpp;../DDSTypesManaged/testSupport.h;../DDSTypesManaged/testSupport.cpp" | ||
/> | ||
</FileConfiguration> | ||
</File> | ||
</Files> | ||
<Globals> | ||
</Globals> | ||
</VisualStudioProject> |
Oops, something went wrong.