OSDN Git Service

add vcproj
authoro_ggy <o_ggy@users.sourceforge.jp>
Wed, 21 Apr 2010 23:14:51 +0000 (08:14 +0900)
committero_ggy <o_ggy@users.sourceforge.jp>
Wed, 21 Apr 2010 23:14:51 +0000 (08:14 +0900)
vcproj/moflib.ncb [new file with mode: 0644]
vcproj/moflib.sln [new file with mode: 0644]
vcproj/moflib.suo [new file with mode: 0644]
vcproj/moflib/moflib.vcproj [new file with mode: 0644]
vcproj/moflib/moflib.vcproj.TOMOHIRO.TomohiroYasuda.user [new file with mode: 0644]

diff --git a/vcproj/moflib.ncb b/vcproj/moflib.ncb
new file mode 100644 (file)
index 0000000..02eab13
Binary files /dev/null and b/vcproj/moflib.ncb differ
diff --git a/vcproj/moflib.sln b/vcproj/moflib.sln
new file mode 100644 (file)
index 0000000..c4b42ec
--- /dev/null
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual C++ Express 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "moflib", "moflib\moflib.vcproj", "{1487ACC6-5925-4307-A04F-6EA70E13C806}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Win32 = Debug|Win32
+               Release|Win32 = Release|Win32
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {1487ACC6-5925-4307-A04F-6EA70E13C806}.Debug|Win32.ActiveCfg = Debug|Win32
+               {1487ACC6-5925-4307-A04F-6EA70E13C806}.Debug|Win32.Build.0 = Debug|Win32
+               {1487ACC6-5925-4307-A04F-6EA70E13C806}.Release|Win32.ActiveCfg = Release|Win32
+               {1487ACC6-5925-4307-A04F-6EA70E13C806}.Release|Win32.Build.0 = Release|Win32
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal
diff --git a/vcproj/moflib.suo b/vcproj/moflib.suo
new file mode 100644 (file)
index 0000000..1f04018
Binary files /dev/null and b/vcproj/moflib.suo differ
diff --git a/vcproj/moflib/moflib.vcproj b/vcproj/moflib/moflib.vcproj
new file mode 100644 (file)
index 0000000..7b1affd
--- /dev/null
@@ -0,0 +1,216 @@
+<?xml version="1.0" encoding="shift_jis"?>
+<VisualStudioProject
+       ProjectType="Visual C++"
+       Version="9.00"
+       Name="moflib"
+       ProjectGUID="{1487ACC6-5925-4307-A04F-6EA70E13C806}"
+       RootNamespace="moflib"
+       TargetFrameworkVersion="196613"
+       >
+       <Platforms>
+               <Platform
+                       Name="Win32"
+               />
+       </Platforms>
+       <ToolFiles>
+       </ToolFiles>
+       <Configurations>
+               <Configuration
+                       Name="Debug|Win32"
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+                       IntermediateDirectory="$(ConfigurationName)"
+                       ConfigurationType="4"
+                       CharacterSet="1"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="0"
+                               MinimalRebuild="true"
+                               BasicRuntimeChecks="3"
+                               RuntimeLibrary="3"
+                               WarningLevel="3"
+                               DebugInformationFormat="4"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLibrarianTool"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+               <Configuration
+                       Name="Release|Win32"
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+                       IntermediateDirectory="$(ConfigurationName)"
+                       ConfigurationType="1"
+                       CharacterSet="2"
+                       WholeProgramOptimization="1"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="2"
+                               EnableIntrinsicFunctions="true"
+                               RuntimeLibrary="2"
+                               EnableFunctionLevelLinking="true"
+                               WarningLevel="3"
+                               DebugInformationFormat="3"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               GenerateDebugInformation="true"
+                               OptimizeReferences="2"
+                               EnableCOMDATFolding="2"
+                               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>
+       </References>
+       <Files>
+               <Filter
+                       Name="\83\\81[\83\83t\83@\83C\83\8b"
+                       Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+                       >
+               </Filter>
+               <Filter
+                       Name="\83w\83b\83_\81\83t\83@\83C\83\8b"
+                       Filter="h;hpp;hxx;hm;inl;inc;xsd"
+                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+                       >
+                       <Filter
+                               Name="math"
+                               >
+                               <File
+                                       RelativePath="..\..\src\mof\math\basic_vector.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\..\src\mof\math\vector.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\..\src\mof\math\vector2.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\..\src\mof\math\vector3.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\..\src\mof\math\vector4.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="base"
+                               >
+                               <File
+                                       RelativePath="..\..\src\mof\base\mofdef.hpp"
+                                       >
+                               </File>
+                               <File
+                                       RelativePath="..\..\src\mof\base\tstring.hpp"
+                                       >
+                               </File>
+                       </Filter>
+                       <Filter
+                               Name="util"
+                               >
+                               <File
+                                       RelativePath="..\..\src\mof\util\foreach.hpp"
+                                       >
+                               </File>
+                       </Filter>
+               </Filter>
+               <Filter
+                       Name="\83\8a\83\\81[\83\83t\83@\83C\83\8b"
+                       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>
+       </Files>
+       <Globals>
+       </Globals>
+</VisualStudioProject>
diff --git a/vcproj/moflib/moflib.vcproj.TOMOHIRO.TomohiroYasuda.user b/vcproj/moflib/moflib.vcproj.TOMOHIRO.TomohiroYasuda.user
new file mode 100644 (file)
index 0000000..11a0aaa
--- /dev/null
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="shift_jis"?>
+<VisualStudioUserFile
+       ProjectType="Visual C++"
+       Version="9.00"
+       ShowAllFiles="false"
+       >
+       <Configurations>
+               <Configuration
+                       Name="Debug|Win32"
+                       >
+                       <DebugSettings
+                               Command="$(TargetPath)"
+                               WorkingDirectory=""
+                               CommandArguments=""
+                               Attach="false"
+                               DebuggerType="3"
+                               Remote="1"
+                               RemoteMachine="TOMOHIRO"
+                               RemoteCommand=""
+                               HttpUrl=""
+                               PDBPath=""
+                               SQLDebugging=""
+                               Environment=""
+                               EnvironmentMerge="true"
+                               DebuggerFlavor=""
+                               MPIRunCommand=""
+                               MPIRunArguments=""
+                               MPIRunWorkingDirectory=""
+                               ApplicationCommand=""
+                               ApplicationArguments=""
+                               ShimCommand=""
+                               MPIAcceptMode=""
+                               MPIAcceptFilter=""
+                       />
+               </Configuration>
+               <Configuration
+                       Name="Release|Win32"
+                       >
+                       <DebugSettings
+                               Command="$(TargetPath)"
+                               WorkingDirectory=""
+                               CommandArguments=""
+                               Attach="false"
+                               DebuggerType="3"
+                               Remote="1"
+                               RemoteMachine="TOMOHIRO"
+                               RemoteCommand=""
+                               HttpUrl=""
+                               PDBPath=""
+                               SQLDebugging=""
+                               Environment=""
+                               EnvironmentMerge="true"
+                               DebuggerFlavor=""
+                               MPIRunCommand=""
+                               MPIRunArguments=""
+                               MPIRunWorkingDirectory=""
+                               ApplicationCommand=""
+                               ApplicationArguments=""
+                               ShimCommand=""
+                               MPIAcceptMode=""
+                               MPIAcceptFilter=""
+                       />
+               </Configuration>
+       </Configurations>
+</VisualStudioUserFile>