OSDN Git Service

Some code re-organization.
authorLoRd_MuldeR <mulder2@gmx.de>
Mon, 28 Mar 2016 12:49:26 +0000 (14:49 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Mon, 28 Mar 2016 12:49:26 +0000 (14:49 +0200)
25 files changed:
.gitignore
bindings/Microsoft.NET/example/MHashDotNet384_Example.csproj [moved from bindings/Microsoft.NET/MHashDotNet384.Example/MHashDotNet384.Example.csproj with 97% similarity]
bindings/Microsoft.NET/example/MHashDotNet384_Example.sln [moved from bindings/Microsoft.NET/MHashDotNet384.sln with 89% similarity]
bindings/Microsoft.NET/example/Properties/AssemblyInfo.cs [moved from bindings/Microsoft.NET/MHashDotNet384.Example/Properties/AssemblyInfo.cs with 100% similarity]
bindings/Microsoft.NET/example/Properties/Resources.Designer.cs [moved from bindings/Microsoft.NET/MHashDotNet384.Example/Properties/Resources.Designer.cs with 100% similarity]
bindings/Microsoft.NET/example/Properties/Resources.resx [moved from bindings/Microsoft.NET/MHashDotNet384.Example/Properties/Resources.resx with 100% similarity]
bindings/Microsoft.NET/example/Properties/Settings.Designer.cs [moved from bindings/Microsoft.NET/MHashDotNet384.Example/Properties/Settings.Designer.cs with 100% similarity]
bindings/Microsoft.NET/example/Properties/Settings.settings [moved from bindings/Microsoft.NET/MHashDotNet384.Example/Properties/Settings.settings with 100% similarity]
bindings/Microsoft.NET/example/app.config [moved from bindings/Microsoft.NET/MHashDotNet384.Example/app.config with 100% similarity]
bindings/Microsoft.NET/example/app.ico [moved from bindings/Microsoft.NET/MHashDotNet384.Example/app.ico with 100% similarity]
bindings/Microsoft.NET/example/exe.ico [moved from bindings/Microsoft.NET/MHashDotNet384.Example/exe.ico with 100% similarity]
bindings/Microsoft.NET/example/res/exe.ico [moved from bindings/Microsoft.NET/MHashDotNet384.Example/res/exe.ico with 100% similarity]
bindings/Microsoft.NET/example/src/App.xaml [moved from bindings/Microsoft.NET/MHashDotNet384.Example/src/App.xaml with 100% similarity]
bindings/Microsoft.NET/example/src/App.xaml.cs [moved from bindings/Microsoft.NET/MHashDotNet384.Example/src/App.xaml.cs with 100% similarity]
bindings/Microsoft.NET/example/src/MainWindow.xaml [moved from bindings/Microsoft.NET/MHashDotNet384.Example/src/MainWindow.xaml with 100% similarity]
bindings/Microsoft.NET/example/src/MainWindow.xaml.cs [moved from bindings/Microsoft.NET/MHashDotNet384.Example/src/MainWindow.xaml.cs with 100% similarity]
bindings/Microsoft.NET/wrapper/MHashDotNet384_Wrapper.sln [new file with mode: 0644]
bindings/Microsoft.NET/wrapper/MHashDotNet384_Wrapper.vcxproj [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/MHashDotNet384.Wrapper.vcxproj with 94% similarity]
bindings/Microsoft.NET/wrapper/MHashDotNet384_Wrapper.vcxproj.filters [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/MHashDotNet384.Wrapper.vcxproj.filters with 100% similarity]
bindings/Microsoft.NET/wrapper/res/app.aps [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/res/app.aps with 100% similarity]
bindings/Microsoft.NET/wrapper/res/app.ico [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/res/app.ico with 100% similarity]
bindings/Microsoft.NET/wrapper/res/app.rc [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/res/app.rc with 100% similarity]
bindings/Microsoft.NET/wrapper/src/AssemblyInfo.cpp [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/src/AssemblyInfo.cpp with 100% similarity]
bindings/Microsoft.NET/wrapper/src/MHashDotNet384.cpp [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/src/MHashDotNet384.cpp with 100% similarity]
bindings/Microsoft.NET/wrapper/src/MHashDotNet384.h [moved from bindings/Microsoft.NET/MHashDotNet384.Wrapper/src/MHashDotNet384.h with 100% similarity]

index 87d995a..dac1f3b 100644 (file)
 /bindings/Java/native/obj
 /bindings/Java/wrapper/bin
 /bindings/Java/wrapper/out
-/bindings/Microsoft.NET/MHashDotNet384.Example/obj
-/bindings/Microsoft.NET/MHashDotNet384.Wrapper/obj
-/bindings/Microsoft.NET/bin
-/bindings/Microsoft.NET/ipch
+/bindings/Microsoft.NET/example/bin
+/bindings/Microsoft.NET/example/obj
+/bindings/Microsoft.NET/wrapper/bin
+/bindings/Microsoft.NET/wrapper/obj
 /bindings/Python/native/bin
 /bindings/Python/native/obj
 /ipch
@@ -7,8 +7,8 @@
     <ProjectGuid>{E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}</ProjectGuid>
     <OutputType>WinExe</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>MHashDotNet384.Example</RootNamespace>
-    <AssemblyName>MHashDotNet384.Example</AssemblyName>
+    <RootNamespace>MHashDotNet384_Example</RootNamespace>
+    <AssemblyName>MHashDotNet384</AssemblyName>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     <AppDesigner Include="Properties\" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\MHashDotNet384.Wrapper\MHashDotNet384.Wrapper.vcxproj">
+    <ProjectReference Include="..\wrapper\MHashDotNet384_Wrapper.vcxproj">
       <Project>{4a7224b3-8b4d-49be-b215-79bd5ad5989a}</Project>
       <Name>MHashDotNet384.Wrapper</Name>
     </ProjectReference>
@@ -3,9 +3,9 @@ Microsoft Visual Studio Solution File, Format Version 12.00
 # Visual Studio 14
 VisualStudioVersion = 14.0.24720.0
 MinimumVisualStudioVersion = 10.0.40219.1
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MHashDotNet384.Wrapper", "MHashDotNet384.Wrapper\MHashDotNet384.Wrapper.vcxproj", "{4A7224B3-8B4D-49BE-B215-79BD5AD5989A}"
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MHashDotNet384_Wrapper", "..\wrapper\MHashDotNet384_Wrapper.vcxproj", "{4A7224B3-8B4D-49BE-B215-79BD5AD5989A}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MHashDotNet384.Example", "MHashDotNet384.Example\MHashDotNet384.Example.csproj", "{E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MHashDotNet384_Example", "MHashDotNet384_Example.csproj", "{E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/bindings/Microsoft.NET/wrapper/MHashDotNet384_Wrapper.sln b/bindings/Microsoft.NET/wrapper/MHashDotNet384_Wrapper.sln
new file mode 100644 (file)
index 0000000..d127374
--- /dev/null
@@ -0,0 +1,36 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 14
+VisualStudioVersion = 14.0.24720.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MHashDotNet384_Wrapper", "MHashDotNet384_Wrapper.vcxproj", "{4A7224B3-8B4D-49BE-B215-79BD5AD5989A}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|x64 = Debug|x64
+               Debug|x86 = Debug|x86
+               Release|x64 = Release|x64
+               Release|x86 = Release|x86
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Debug|x64.ActiveCfg = Debug|x64
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Debug|x64.Build.0 = Debug|x64
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Debug|x86.ActiveCfg = Debug|Win32
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Debug|x86.Build.0 = Debug|Win32
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Release|x64.ActiveCfg = Release|x64
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Release|x64.Build.0 = Release|x64
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Release|x86.ActiveCfg = Release|Win32
+               {4A7224B3-8B4D-49BE-B215-79BD5AD5989A}.Release|x86.Build.0 = Release|Win32
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Debug|x64.ActiveCfg = Debug|x64
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Debug|x64.Build.0 = Debug|x64
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Debug|x86.ActiveCfg = Debug|x86
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Debug|x86.Build.0 = Debug|x86
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Release|x64.ActiveCfg = Release|x64
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Release|x64.Build.0 = Release|x64
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Release|x86.ActiveCfg = Release|x86
+               {E11B4C39-0C15-4127-AF18-4EC9EFE79C6C}.Release|x86.Build.0 = Release|x86
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal
@@ -22,8 +22,8 @@
     <ProjectGuid>{4A7224B3-8B4D-49BE-B215-79BD5AD5989A}</ProjectGuid>
     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
     <Keyword>ManagedCProj</Keyword>
-    <RootNamespace>MHashDotNet384</RootNamespace>
-    <ProjectName>MHashDotNet384.Wrapper</ProjectName>
+    <RootNamespace>MHashDotNet384_Wrapper</RootNamespace>
+    <ProjectName>MHashDotNet384_Wrapper</ProjectName>
     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
       <Optimization>Disabled</Optimization>
       <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <PrecompiledHeader>NotUsing</PrecompiledHeader>
-      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\include</AdditionalIncludeDirectories>
     </ClCompile>
     <Link>
       <AdditionalDependencies />
       <Optimization>Disabled</Optimization>
       <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <PrecompiledHeader>NotUsing</PrecompiledHeader>
-      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\include</AdditionalIncludeDirectories>
     </ClCompile>
     <Link>
       <AdditionalDependencies />
       <WarningLevel>Level3</WarningLevel>
       <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <PrecompiledHeader>NotUsing</PrecompiledHeader>
-      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\include</AdditionalIncludeDirectories>
       <Optimization>Full</Optimization>
       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
       <IntrinsicFunctions>true</IntrinsicFunctions>
       <WarningLevel>Level3</WarningLevel>
       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <PrecompiledHeader>NotUsing</PrecompiledHeader>
-      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\include</AdditionalIncludeDirectories>
+      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\include</AdditionalIncludeDirectories>
       <Optimization>Full</Optimization>
       <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
       <IntrinsicFunctions>true</IntrinsicFunctions>