Updated submodules to latest version; added solution file and .gitignore
This commit is contained in:
parent
4b7d9ec4c6
commit
3a881b44a0
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -35,3 +35,7 @@ coverage*.info
|
||||||
# Artifacts
|
# Artifacts
|
||||||
[Bb]in/
|
[Bb]in/
|
||||||
[Oo]bj/
|
[Oo]bj/
|
||||||
|
|
||||||
|
# Packages referenced via NuGet
|
||||||
|
third-party/NMock*
|
||||||
|
third-party/NUnit*
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 102704649fa1de35ffef7d909ab77aca09d5cd5b
|
Subproject commit c8fd327f7d3bde56df8e9360dcaee9074a6c46c5
|
|
@ -1 +1 @@
|
||||||
Subproject commit 734d06f7bb6720def356bf93c3699833f876d708
|
Subproject commit 01965038dfd8783e2a9108bc7baae7fce6afb184
|
31
foundation-packages (net-4.6).sln
Normal file
31
foundation-packages (net-4.6).sln
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 16
|
||||||
|
VisualStudioVersion = 16.0.34902.97
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuclex.Support (net-4.6)", "Nuclex.Support\Nuclex.Support (net-4.6).csproj", "{00567408-4F44-4C00-866E-B04A99E482F2}"
|
||||||
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nuclex.Windows.Forms (net-4.6)", "Nuclex.Windows.Forms\Nuclex.Windows.Forms (net-4.6).csproj", "{B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{00567408-4F44-4C00-866E-B04A99E482F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{00567408-4F44-4C00-866E-B04A99E482F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{00567408-4F44-4C00-866E-B04A99E482F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{00567408-4F44-4C00-866E-B04A99E482F2}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{B2BFA3EC-3B7B-4EE0-8395-8426B5C7A8B8}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {A3074EBD-0D8A-4423-AB98-2DD650BDD132}
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
Loading…
Reference in New Issue
Block a user