Skip to content

Commit aea5222

Browse files
committed
Restructured Project
1 parent a81d17b commit aea5222

File tree

82 files changed

+62
-62
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+62
-62
lines changed

ObjectFillerNET.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
88
global.json = global.json
99
EndProjectSection
1010
EndProject
11-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ObjectFiller", "ObjectFiller\ObjectFiller.xproj", "{3208D63E-1A26-453C-8A31-03491CD23780}"
11+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Tynamix.ObjectFiller", "Tynamix.ObjectFiller\Tynamix.ObjectFiller.xproj", "{3208D63E-1A26-453C-8A31-03491CD23780}"
1212
EndProject
13-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ObjectFiller.Test", "ObjectFiller.Test\ObjectFiller.Test.xproj", "{F679FAB4-CE29-48F8-B87C-3C89CDAF0D85}"
13+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Tynamix.ObjectFiller.Test", "Tynamix.ObjectFiller.Test\Tynamix.ObjectFiller.Test.xproj", "{F679FAB4-CE29-48F8-B87C-3C89CDAF0D85}"
1414
EndProject
1515
Global
1616
GlobalSection(SolutionConfigurationPlatforms) = preSolution
File renamed without changes.

ObjectFiller.Test/Properties/AssemblyInfo.cs renamed to Tynamix.ObjectFiller.Test/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
// General Information about an assembly is controlled through the following
77
// set of attributes. Change these attribute values to modify the information
88
// associated with an assembly.
9-
[assembly: AssemblyTitle("ObjectFiller.Test")]
9+
[assembly: AssemblyTitle("Tynamix.ObjectFiller.Test")]
1010
[assembly: AssemblyDescription("")]
1111
[assembly: AssemblyConfiguration("")]
1212
[assembly: AssemblyCompany("")]
13-
[assembly: AssemblyProduct("ObjectFiller.Test")]
13+
[assembly: AssemblyProduct("Tynamix.ObjectFiller.Test")]
1414
[assembly: AssemblyCopyright("Copyright © 2015")]
1515
[assembly: AssemblyTrademark("")]
1616
[assembly: AssemblyCulture("")]

ObjectFiller.Test/project.json renamed to Tynamix.ObjectFiller.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"dependencies": {
2424
"xunit": "2.1.0",
2525
"xunit.runner.dnx": "2.1.0-rc1-build204",
26-
"ObjectFiller": "1.4.0-*",
27-
"System.Text.RegularExpressions": "4.0.11-beta-23516"
26+
"System.Text.RegularExpressions": "4.0.11-beta-23516",
27+
"Tynamix.ObjectFiller": "1.4.1"
2828
}
2929
}

ObjectFiller.Test/project.lock.json renamed to Tynamix.ObjectFiller.Test/project.lock.json

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -153,18 +153,6 @@
153153
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
154154
}
155155
},
156-
"ObjectFiller/1.4.0": {
157-
"type": "project",
158-
"framework": ".NETPlatform,Version=v5.1",
159-
"dependencies": {
160-
"System.Collections": "4.0.10",
161-
"System.Diagnostics.Debug": "4.0.10",
162-
"System.Linq": "4.0.0",
163-
"System.Linq.Expressions": "4.0.10",
164-
"System.Runtime.Extensions": "4.0.10",
165-
"System.Text.RegularExpressions": "4.0.10"
166-
}
167-
},
168156
"System.Collections/4.0.11-beta-23516": {
169157
"type": "package",
170158
"dependencies": {
@@ -731,6 +719,18 @@
731719
"lib/dotnet5.4/System.Xml.XDocument.dll": {}
732720
}
733721
},
722+
"Tynamix.ObjectFiller/1.4.1": {
723+
"type": "project",
724+
"framework": ".NETPlatform,Version=v5.1",
725+
"dependencies": {
726+
"System.Collections": "4.0.10",
727+
"System.Diagnostics.Debug": "4.0.10",
728+
"System.Linq": "4.0.0",
729+
"System.Linq.Expressions": "4.0.10",
730+
"System.Runtime.Extensions": "4.0.10",
731+
"System.Text.RegularExpressions": "4.0.10"
732+
}
733+
},
734734
"xunit/2.1.0": {
735735
"type": "package",
736736
"dependencies": {
@@ -1025,10 +1025,6 @@
10251025
"lib/net45/Newtonsoft.Json.dll": {}
10261026
}
10271027
},
1028-
"ObjectFiller/1.4.0": {
1029-
"type": "project",
1030-
"framework": ".NETFramework,Version=v4.5"
1031-
},
10321028
"System.Text.RegularExpressions/4.0.11-beta-23516": {
10331029
"type": "package",
10341030
"compile": {
@@ -1038,6 +1034,10 @@
10381034
"lib/net45/_._": {}
10391035
}
10401036
},
1037+
"Tynamix.ObjectFiller/1.4.1": {
1038+
"type": "project",
1039+
"framework": ".NETFramework,Version=v4.5"
1040+
},
10411041
"xunit/2.1.0": {
10421042
"type": "package",
10431043
"dependencies": {
@@ -1317,18 +1317,6 @@
13171317
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
13181318
}
13191319
},
1320-
"ObjectFiller/1.4.0": {
1321-
"type": "project",
1322-
"framework": ".NETPlatform,Version=v5.1",
1323-
"dependencies": {
1324-
"System.Collections": "4.0.10",
1325-
"System.Diagnostics.Debug": "4.0.10",
1326-
"System.Linq": "4.0.0",
1327-
"System.Linq.Expressions": "4.0.10",
1328-
"System.Runtime.Extensions": "4.0.10",
1329-
"System.Text.RegularExpressions": "4.0.10"
1330-
}
1331-
},
13321320
"runtime.any.System.Linq.Expressions/4.0.11-beta-23516": {
13331321
"type": "package",
13341322
"dependencies": {
@@ -2242,6 +2230,18 @@
22422230
"lib/dotnet5.4/System.Xml.XDocument.dll": {}
22432231
}
22442232
},
2233+
"Tynamix.ObjectFiller/1.4.1": {
2234+
"type": "project",
2235+
"framework": ".NETPlatform,Version=v5.1",
2236+
"dependencies": {
2237+
"System.Collections": "4.0.10",
2238+
"System.Diagnostics.Debug": "4.0.10",
2239+
"System.Linq": "4.0.0",
2240+
"System.Linq.Expressions": "4.0.10",
2241+
"System.Runtime.Extensions": "4.0.10",
2242+
"System.Text.RegularExpressions": "4.0.10"
2243+
}
2244+
},
22452245
"xunit/2.1.0": {
22462246
"type": "package",
22472247
"dependencies": {
@@ -2574,18 +2574,6 @@
25742574
"lib/portable-net45+wp80+win8+wpa81+dnxcore50/Newtonsoft.Json.dll": {}
25752575
}
25762576
},
2577-
"ObjectFiller/1.4.0": {
2578-
"type": "project",
2579-
"framework": ".NETPlatform,Version=v5.1",
2580-
"dependencies": {
2581-
"System.Collections": "4.0.10",
2582-
"System.Diagnostics.Debug": "4.0.10",
2583-
"System.Linq": "4.0.0",
2584-
"System.Linq.Expressions": "4.0.10",
2585-
"System.Runtime.Extensions": "4.0.10",
2586-
"System.Text.RegularExpressions": "4.0.10"
2587-
}
2588-
},
25892577
"runtime.any.System.Linq.Expressions/4.0.11-beta-23516": {
25902578
"type": "package",
25912579
"dependencies": {
@@ -3499,6 +3487,18 @@
34993487
"lib/dotnet5.4/System.Xml.XDocument.dll": {}
35003488
}
35013489
},
3490+
"Tynamix.ObjectFiller/1.4.1": {
3491+
"type": "project",
3492+
"framework": ".NETPlatform,Version=v5.1",
3493+
"dependencies": {
3494+
"System.Collections": "4.0.10",
3495+
"System.Diagnostics.Debug": "4.0.10",
3496+
"System.Linq": "4.0.0",
3497+
"System.Linq.Expressions": "4.0.10",
3498+
"System.Runtime.Extensions": "4.0.10",
3499+
"System.Text.RegularExpressions": "4.0.10"
3500+
}
3501+
},
35023502
"xunit/2.1.0": {
35033503
"type": "package",
35043504
"dependencies": {
@@ -3793,10 +3793,6 @@
37933793
"lib/net45/Newtonsoft.Json.dll": {}
37943794
}
37953795
},
3796-
"ObjectFiller/1.4.0": {
3797-
"type": "project",
3798-
"framework": ".NETFramework,Version=v4.5"
3799-
},
38003796
"System.Text.RegularExpressions/4.0.11-beta-23516": {
38013797
"type": "package",
38023798
"compile": {
@@ -3806,6 +3802,10 @@
38063802
"lib/net45/_._": {}
38073803
}
38083804
},
3805+
"Tynamix.ObjectFiller/1.4.1": {
3806+
"type": "project",
3807+
"framework": ".NETFramework,Version=v4.5"
3808+
},
38093809
"xunit/2.1.0": {
38103810
"type": "package",
38113811
"dependencies": {
@@ -4047,10 +4047,6 @@
40474047
"lib/net45/Newtonsoft.Json.dll": {}
40484048
}
40494049
},
4050-
"ObjectFiller/1.4.0": {
4051-
"type": "project",
4052-
"framework": ".NETFramework,Version=v4.5"
4053-
},
40544050
"System.Text.RegularExpressions/4.0.11-beta-23516": {
40554051
"type": "package",
40564052
"compile": {
@@ -4060,6 +4056,10 @@
40604056
"lib/net45/_._": {}
40614057
}
40624058
},
4059+
"Tynamix.ObjectFiller/1.4.1": {
4060+
"type": "project",
4061+
"framework": ".NETFramework,Version=v4.5"
4062+
},
40634063
"xunit/2.1.0": {
40644064
"type": "package",
40654065
"dependencies": {
@@ -4172,9 +4172,9 @@
41724172
}
41734173
},
41744174
"libraries": {
4175-
"ObjectFiller/1.4.0": {
4175+
"Tynamix.ObjectFiller/1.4.1": {
41764176
"type": "project",
4177-
"path": "../ObjectFiller/project.json"
4177+
"path": "../Tynamix.ObjectFiller/project.json"
41784178
},
41794179
"Microsoft.Dnx.Compilation.Abstractions/1.0.0-rc1-final": {
41804180
"type": "package",
@@ -6852,8 +6852,8 @@
68526852
"": [
68536853
"xunit >= 2.1.0",
68546854
"xunit.runner.dnx >= 2.1.0-rc1-build204",
6855-
"ObjectFiller >= 1.4.0-*",
6856-
"System.Text.RegularExpressions >= 4.0.11-beta-23516"
6855+
"System.Text.RegularExpressions >= 4.0.11-beta-23516",
6856+
"Tynamix.ObjectFiller >= 1.4.1"
68576857
],
68586858
"DNXCore,Version=v5.0": [],
68596859
"DNX,Version=v4.5.1": []
File renamed without changes.
File renamed without changes.

ObjectFiller/Properties/AssemblyInfo.cs renamed to Tynamix.ObjectFiller/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
// General Information about an assembly is controlled through the following
66
// set of attributes. Change these attribute values to modify the information
77
// associated with an assembly.
8-
[assembly: AssemblyTitle("ObjectFiller")]
8+
[assembly: AssemblyTitle("Tynamix.ObjectFiller")]
99
[assembly: AssemblyDescription("")]
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("")]
12-
[assembly: AssemblyProduct("ObjectFiller")]
12+
[assembly: AssemblyProduct("Tynamix.ObjectFiller")]
1313
[assembly: AssemblyCopyright("Copyright © 2015")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
@@ -19,4 +19,4 @@
1919
// COM, set the ComVisible attribute to true on that type.
2020
[assembly: ComVisible(false)]
2121

22-
[assembly: InternalsVisibleTo("ObjectFiller.Test")]
22+
[assembly: InternalsVisibleTo("Tynamix.ObjectFiller.Test")]
File renamed without changes.
File renamed without changes.
File renamed without changes.

ObjectFiller/ObjectFiller.xproj renamed to Tynamix.ObjectFiller/Tynamix.ObjectFiller.xproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<Import Project="$(VSToolsPath)\DNX\Microsoft.DNX.Props" Condition="'$(VSToolsPath)' != ''" />
88
<PropertyGroup Label="Globals">
99
<ProjectGuid>3208d63e-1a26-453c-8a31-03491cd23780</ProjectGuid>
10-
<RootNamespace>Tynamix</RootNamespace>
10+
<RootNamespace>Tynamix.ObjectFiller</RootNamespace>
1111
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">..\artifacts\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
1212
<OutputPath Condition="'$(OutputPath)'=='' ">..\artifacts\bin\$(MSBuildProjectName)\</OutputPath>
1313
</PropertyGroup>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)