Skip to content

Commit

Permalink
refs: #3, #4, #5
Browse files Browse the repository at this point in the history
  • Loading branch information
MiYABiS committed Aug 3, 2017
1 parent f7f5b4b commit ac9ed52
Show file tree
Hide file tree
Showing 22 changed files with 124 additions and 365 deletions.
4 changes: 4 additions & 0 deletions .nuget/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NuProj" version="0.11.30" developmentDependency="true" />
</packages>
44 changes: 30 additions & 14 deletions MocaSQLCLR.sln
Original file line number Diff line number Diff line change
@@ -1,17 +1,8 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MocaSQLCLR", "NuGetPackage\MocaSQLCLR.csproj", "{99D4DD78-27A1-42B3-B7B9-913C703CECB1}"
ProjectSection(ProjectDependencies) = postProject
{A029F819-D434-439C-8D47-4A164022A772} = {A029F819-D434-439C-8D47-4A164022A772}
{6D241B39-B7E9-4E87-99E3-F08FB51E0572} = {6D241B39-B7E9-4E87-99E3-F08FB51E0572}
{20B8688C-A7AB-4803-B5D6-C800D26EB7E9} = {20B8688C-A7AB-4803-B5D6-C800D26EB7E9}
{7D0CBDC7-FBF1-4944-B1A1-C656BC13378C} = {7D0CBDC7-FBF1-4944-B1A1-C656BC13378C}
{09F51ECE-844D-45A7-9ABE-DCB36BB5517F} = {09F51ECE-844D-45A7-9ABE-DCB36BB5517F}
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MocaSQLCLR20", "MocaSQLCLR\MocaSQLCLR20.vbproj", "{20B8688C-A7AB-4803-B5D6-C800D26EB7E9}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MocaSQLCLR35", "MocaSQLCLR\MocaSQLCLR35.vbproj", "{A029F819-D434-439C-8D47-4A164022A772}"
Expand All @@ -28,16 +19,25 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MocaSQLCLR46", "MocaSQLCLR\MocaSQLCLR46.vbproj", "{7D0CBDC7-FBF1-4944-B1A1-C656BC13378C}"
EndProject
Project("{FF286327-C783-4F7A-AB73-9BCBAD0D4460}") = "NuGet.Package", "NuGet.Package\NuGet.Package.nuproj", "{F0590517-8B93-4834-9FD8-0DFED32AF047}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{374DD98E-AB49-488F-B500-582022969144}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MocaSQLCLR47", "MocaSQLCLR\MocaSQLCLR47.vbproj", "{BAA867D0-0F4D-4DFC-AFB6-2290595A4F30}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MocaSQLCLR452", "MocaSQLCLR\MocaSQLCLR452.vbproj", "{AC17B927-1243-4D8D-9743-B8C0BCBFC2E5}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "MocaSQLCLR462", "MocaSQLCLR\MocaSQLCLR462.vbproj", "{A64417F2-0571-4C7A-A6AB-1BC9EB248B0A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{99D4DD78-27A1-42B3-B7B9-913C703CECB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99D4DD78-27A1-42B3-B7B9-913C703CECB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99D4DD78-27A1-42B3-B7B9-913C703CECB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99D4DD78-27A1-42B3-B7B9-913C703CECB1}.Release|Any CPU.Build.0 = Release|Any CPU
{20B8688C-A7AB-4803-B5D6-C800D26EB7E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20B8688C-A7AB-4803-B5D6-C800D26EB7E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20B8688C-A7AB-4803-B5D6-C800D26EB7E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -58,6 +58,22 @@ Global
{7D0CBDC7-FBF1-4944-B1A1-C656BC13378C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D0CBDC7-FBF1-4944-B1A1-C656BC13378C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D0CBDC7-FBF1-4944-B1A1-C656BC13378C}.Release|Any CPU.Build.0 = Release|Any CPU
{F0590517-8B93-4834-9FD8-0DFED32AF047}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0590517-8B93-4834-9FD8-0DFED32AF047}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0590517-8B93-4834-9FD8-0DFED32AF047}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0590517-8B93-4834-9FD8-0DFED32AF047}.Release|Any CPU.Build.0 = Release|Any CPU
{BAA867D0-0F4D-4DFC-AFB6-2290595A4F30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAA867D0-0F4D-4DFC-AFB6-2290595A4F30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAA867D0-0F4D-4DFC-AFB6-2290595A4F30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAA867D0-0F4D-4DFC-AFB6-2290595A4F30}.Release|Any CPU.Build.0 = Release|Any CPU
{AC17B927-1243-4D8D-9743-B8C0BCBFC2E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AC17B927-1243-4D8D-9743-B8C0BCBFC2E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AC17B927-1243-4D8D-9743-B8C0BCBFC2E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AC17B927-1243-4D8D-9743-B8C0BCBFC2E5}.Release|Any CPU.Build.0 = Release|Any CPU
{A64417F2-0571-4C7A-A6AB-1BC9EB248B0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A64417F2-0571-4C7A-A6AB-1BC9EB248B0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A64417F2-0571-4C7A-A6AB-1BC9EB248B0A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A64417F2-0571-4C7A-A6AB-1BC9EB248B0A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Binary file modified MocaSQLCLR/MocaSQLCLR20.vbproj
Binary file not shown.
Binary file modified MocaSQLCLR/MocaSQLCLR35.vbproj
Binary file not shown.
Binary file modified MocaSQLCLR/MocaSQLCLR40.vbproj
Binary file not shown.
Binary file modified MocaSQLCLR/MocaSQLCLR45.vbproj
Binary file not shown.
Binary file added MocaSQLCLR/MocaSQLCLR452.vbproj
Binary file not shown.
Binary file modified MocaSQLCLR/MocaSQLCLR46.vbproj
Binary file not shown.
Binary file added MocaSQLCLR/MocaSQLCLR462.vbproj
Binary file not shown.
Binary file added MocaSQLCLR/MocaSQLCLR47.vbproj
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ Imports System.Runtime.InteropServices

' アセンブリ属性の値を確認します。

<Assembly: AssemblyTitle("Moca.NET SQLCLR")>
<Assembly: AssemblyDescription("Moca.NET SQLCLR")>
<Assembly: AssemblyCompany("MiYABiS")>
<Assembly: AssemblyProduct("Moca.NET SQLCLR")>
<Assembly: AssemblyCopyright("Copyright © 2014 MiYABiS All Rights Reserved.")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyDescription("Moca.NET SQLCLR")>
<Assembly: AssemblyCompany("MiYABiS")>
<Assembly: AssemblyProduct("Moca.NET Framework")>
<Assembly: AssemblyCopyright("© MiYABiS All Rights Reserved.")>
<Assembly: AssemblyTrademark("")>

<Assembly: ComVisible(False)>

Expand All @@ -31,8 +30,38 @@ Imports System.Runtime.InteropServices
' 既定値にすることができます:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("2.0.1")>
<Assembly: AssemblyFileVersion("2.0.1")>

' プログラム要素が CLS (Common Language Specification) に準拠しているかどうかを示します
<Assembly: System.CLSCompliant(True)>
<Assembly: System.CLSCompliant(True)>



<Assembly: AssemblyVersion("5.0.0")>
<Assembly: AssemblyFileVersion("3.0.0")>
<Assembly: AssemblyInformationalVersion("3.0.0")>


#If net20 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 2.0")>
#End If
#If net35 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 3.5")>
#End If
#If net40 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 4.0")>
#End If
#If net45 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 4.5")>
#End If
#If net452 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 4.5.2")>
#End If
#If net46 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 4.6")>
#End If
#If net462 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 4.6.2")>
#End If
#If net47 Then
<Assembly: AssemblyTitle("Moca.NET SQLCLR .NET 4.7")>
#End If
38 changes: 0 additions & 38 deletions MocaSQLCLR/My Project/AssemblyInfo35.vb

This file was deleted.

38 changes: 0 additions & 38 deletions MocaSQLCLR/My Project/AssemblyInfo40.vb

This file was deleted.

38 changes: 0 additions & 38 deletions MocaSQLCLR/My Project/AssemblyInfo45.vb

This file was deleted.

38 changes: 0 additions & 38 deletions MocaSQLCLR/My Project/AssemblyInfo46.vb

This file was deleted.

4 changes: 4 additions & 0 deletions MocaSQLCLR/packages.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NuProj.Common" version="0.11.30" targetFramework="net46" developmentDependency="true" />
</packages>
48 changes: 48 additions & 0 deletions NuGet.Package/NuGet.Package.nuproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|AnyCPU">
<Configuration>Debug</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|AnyCPU">
<Configuration>Release</Configuration>
<Platform>AnyCPU</Platform>
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR20.vbproj" />
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR35.vbproj" />
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR40.vbproj" />
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR45.vbproj" />
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR452.vbproj" />
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR46.vbproj" />
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR462.vbproj" />
<ProjectReference Include="..\MocaSQLCLR\MocaSQLCLR47.vbproj" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>f0590517-8b93-4834-9fd8-0dfed32af047</ProjectGuid>
</PropertyGroup>
<PropertyGroup Label="Configuration">
<Id>Moca.NETSQLCLR</Id>
<Version>3.0.0-beta01</Version>
<Title>Moca.NET SQLCLR</Title>
<Authors>MiYABiS</Authors>
<Owners>MiYABiS</Owners>
<Summary>Use is DI with AOP framework in SQLCLR.</Summary>
<Description>Use is DI with AOP framework in SQLCLR.</Description>
<ReleaseNotes>
</ReleaseNotes>
<ProjectUrl>https://github.com/mocanet/MocaSQLCLR</ProjectUrl>
<LicenseUrl>https://opensource.org/licenses/MS-PL</LicenseUrl>
<Copyright>Copyright © 2014 MiYABiS All Rights Reserved.</Copyright>
<Tags>Moca.NET</Tags>
<IconUrl>https://avatars3.githubusercontent.com/u/14543303?s=256</IconUrl>
<EmbedSourceFiles>true</EmbedSourceFiles>
</PropertyGroup>
<PropertyGroup>
<NuProjPath>..\packages\NuProj.0.11.30\tools\</NuProjPath>
</PropertyGroup>
<Import Project="$(NuProjPath)\NuProj.props" Condition="Exists('$(NuProjPath)\NuProj.props')" />
<Import Project="$(NuProjPath)\NuProj.targets" />
</Project>
Loading

0 comments on commit ac9ed52

Please sign in to comment.