Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:vvvv/vvvv-sdk into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvux committed Feb 6, 2014
2 parents 04d82fc + 071af67 commit f1f7925
Show file tree
Hide file tree
Showing 269 changed files with 34,324 additions and 17,264 deletions.
2 changes: 2 additions & 0 deletions packages/repositories.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<repository path="..\vvvv45\src\core\Hosting\packages.config" />
<repository path="..\vvvv45\src\core\PluginInterfaces\packages.config" />
<repository path="..\vvvv45\src\core\Utils3rdParty\packages.config" />
<repository path="..\vvvv45\src\nodes\plugins\File\FileIONodes\packages.config" />
<repository path="..\vvvv45\src\nodes\plugins\File\FileNodes\packages.config" />
<repository path="..\vvvv45\src\nodes\plugins\Mesh\ColladaLoader\packages.config" />
<repository path="..\vvvv45\src\nodes\plugins\packages.config" />
<repository path="..\vvvv45\src\packages.config" />
Expand Down
330 changes: 216 additions & 114 deletions vvvv45/addonpack/lib/nodes/plugins/Database (MySQL Network) help.v4p

Large diffs are not rendered by default.

443 changes: 443 additions & 0 deletions vvvv45/addonpack/lib/nodes/plugins/Syslog (String) help.v4p

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions vvvv45/addonpack/src/Addonpack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<Project>{6AD35106-187B-4A3A-A801-E665CD12E020}</Project>
<Name>Core %28core\Core%29</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\common\src\core\UtilsIL\UtilsIL.csproj">
<Project>{93cdb07f-0bb6-4891-b793-9c02114a88ae}</Project>
<Name>UtilsIL</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\core\Hosting\Hosting.csproj">
<Project>{F9A754A6-EEA5-4761-9446-C2AAF9CF8B31}</Project>
<Name>Hosting</Name>
Expand Down Expand Up @@ -47,6 +51,10 @@
<Project>{E0C5B55A-37EA-48D6-95B9-5EEF07C4AD8E}</Project>
<Name>Leap</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\nodes\plugins\File\FileNodes\FileNodes.csproj">
<Project>{e051bb88-5211-4ef7-962b-59657d171297}</Project>
<Name>FileNodes</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\nodes\plugins\Mesh\ColladaLoader\PluginColladaLoader.csproj">
<Project>{8B9D2C28-4394-4C86-A14C-B0021EC29089}</Project>
<Name>PluginColladaLoader</Name>
Expand Down Expand Up @@ -275,6 +283,10 @@
<Project>{ECC59838-A588-425E-9846-E76639E8C0D3}</Project>
<Name>JSONAsXElement</Name>
</ProjectReference>
<ProjectReference Include="nodes\plugins\Network\Syslog\Syslog.csproj">
<Project>{66841413-5fb8-4e5e-abf7-dba3f09a9bf7}</Project>
<Name>Syslog</Name>
</ProjectReference>
<ProjectReference Include="nodes\plugins\Network\WOL\NetworkWOL.csproj">
<Project>{6d3ff79b-fd8f-4f7e-b9a4-57dab4980722}</Project>
<Name>NetworkWOL</Name>
Expand All @@ -287,6 +299,10 @@
<Project>20B521AE-631C-4700-BE63-9D35B65378FC</Project>
<Name>Swizzle4d</Name>
</ProjectReference>
<ProjectReference Include="nodes\plugins\Spreads\Swizzle4d\Swizzle4d.csproj">
<Project>{eb3199a0-9fb6-4661-a72f-7a5cb9f55f7d}</Project>
<Name>Swizzle4d</Name>
</ProjectReference>
<ProjectReference Include="nodes\plugins\String\ReaderAdv\ReaderFileAdv.csproj">
<Project>{AC7D3629-0293-4DBF-9896-9A29F9A6AF7F}</Project>
<Name>ReaderFileAdv</Name>
Expand Down
61 changes: 43 additions & 18 deletions vvvv45/addonpack/src/Addonpack.sln
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VectorSized", "nodes\plugin
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Levin", "nodes\plugins\Spreads\Levin\Levin.csproj", "{C42E94C6-BA69-4825-A121-7D437E1B77EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Swizzle4d", "nodes\plugins\Spreads\Swizzle4d\Swizzle4d.csproj", "121D8C62-4867-4BF7-A719-7E548316A6F2"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Swizzle4d", "nodes\plugins\Spreads\Swizzle4d\Swizzle4d.csproj", "{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "String", "String", "{4A515F73-3F85-42DD-9E13-073DF169CE56}"
ProjectSection(SolutionItems) = postProject
Expand Down Expand Up @@ -404,6 +404,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "editors", "editors", "{79F3
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeEditor", "..\..\src\nodes\editors\CodeEditor\CodeEditor.csproj", "{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "File", "File", "{208A7E0A-6CDC-44F9-B482-1104FDE1354B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileNodes", "..\..\src\nodes\plugins\File\FileNodes\FileNodes.csproj", "{E051BB88-5211-4EF7-962B-59657D171297}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A1F7F26F-D9CC-4D36-B27D-8059C2C51B0D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
Expand All @@ -413,6 +417,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A1F7F2
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Addonpack", "Addonpack.csproj", "{AA8072CA-3343-4199-AC22-62B9E352BAE9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Syslog", "nodes\plugins\Network\Syslog\Syslog.csproj", "{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand Down Expand Up @@ -1119,14 +1125,22 @@ Global
{BB1D590D-33E5-4DB9-BE49-CD75B8229F81}.Release|x64.Build.0 = Release|x64
{BB1D590D-33E5-4DB9-BE49-CD75B8229F81}.Release|x86.ActiveCfg = Release|x86
{BB1D590D-33E5-4DB9-BE49-CD75B8229F81}.Release|x86.Build.0 = Release|x86
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x64.ActiveCfg = Debug|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x64.Build.0 = Debug|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x86.ActiveCfg = Debug|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x86.Build.0 = Debug|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x64.ActiveCfg = Release|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x64.Build.0 = Release|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x86.ActiveCfg = Release|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x86.Build.0 = Release|Any CPU
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x64.ActiveCfg = Debug|x64
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x64.Build.0 = Debug|x64
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x86.ActiveCfg = Debug|x86
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Debug|x86.Build.0 = Debug|x86
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x64.ActiveCfg = Release|x64
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x64.Build.0 = Release|x64
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x86.ActiveCfg = Release|x86
{C42E94C6-BA69-4825-A121-7D437E1B77EC}.Release|x86.Build.0 = Release|x86
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Debug|x64.ActiveCfg = Debug|x64
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Debug|x64.Build.0 = Debug|x64
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Debug|x86.ActiveCfg = Debug|x86
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Debug|x86.Build.0 = Debug|x86
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Release|x64.ActiveCfg = Release|x64
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Release|x64.Build.0 = Release|x64
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Release|x86.ActiveCfg = Release|x86
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D}.Release|x86.Build.0 = Release|x86
{A0D0DAD6-8BF6-49A1-ADEF-A3094DCCABE0}.Debug|x64.ActiveCfg = Debug|x64
{A0D0DAD6-8BF6-49A1-ADEF-A3094DCCABE0}.Debug|x64.Build.0 = Debug|x64
{A0D0DAD6-8BF6-49A1-ADEF-A3094DCCABE0}.Debug|x86.ActiveCfg = Debug|x86
Expand Down Expand Up @@ -1473,6 +1487,14 @@ Global
{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0}.Release|x64.Build.0 = Release|x64
{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0}.Release|x86.ActiveCfg = Release|x86
{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0}.Release|x86.Build.0 = Release|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x64.ActiveCfg = Debug|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x64.Build.0 = Debug|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x86.ActiveCfg = Debug|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x86.Build.0 = Debug|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x64.ActiveCfg = Release|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x64.Build.0 = Release|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x86.ActiveCfg = Release|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x86.Build.0 = Release|x86
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Debug|x64.ActiveCfg = Debug|x64
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Debug|x64.Build.0 = Debug|x64
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Debug|x86.ActiveCfg = Debug|x86
Expand All @@ -1481,14 +1503,14 @@ Global
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Release|x64.Build.0 = Release|x64
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Release|x86.ActiveCfg = Release|x86
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Release|x86.Build.0 = Release|x86
121D8C62-4867-4BF7-A719-7E548316A6F2.Debug|x64.Build.0 = Debug|Any CPU
121D8C62-4867-4BF7-A719-7E548316A6F2.Debug|x64.ActiveCfg = Debug|Any CPU
121D8C62-4867-4BF7-A719-7E548316A6F2.Debug|x86.Build.0 = Debug|Any CPU
121D8C62-4867-4BF7-A719-7E548316A6F2.Debug|x86.ActiveCfg = Debug|Any CPU
121D8C62-4867-4BF7-A719-7E548316A6F2.Release|x64.Build.0 = Release|Any CPU
121D8C62-4867-4BF7-A719-7E548316A6F2.Release|x64.ActiveCfg = Release|Any CPU
121D8C62-4867-4BF7-A719-7E548316A6F2.Release|x86.Build.0 = Release|Any CPU
121D8C62-4867-4BF7-A719-7E548316A6F2.Release|x86.ActiveCfg = Release|Any CPU
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Debug|x64.ActiveCfg = Debug|x64
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Debug|x64.Build.0 = Debug|x64
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Debug|x86.ActiveCfg = Debug|x86
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Debug|x86.Build.0 = Debug|x86
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Release|x64.ActiveCfg = Release|x64
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Release|x64.Build.0 = Release|x64
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Release|x86.ActiveCfg = Release|x86
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down Expand Up @@ -1583,6 +1605,7 @@ Global
{2F3CCFD4-F511-4924-B69E-1C213A67A860} = {57C62A88-1341-4E76-8B5B-6585921EEC8C}
{42C89BB7-54C6-4CFD-BB3A-662A15B8542F} = {57C62A88-1341-4E76-8B5B-6585921EEC8C}
{6D3FF79B-FD8F-4F7E-B9A4-57DAB4980722} = {57C62A88-1341-4E76-8B5B-6585921EEC8C}
{66841413-5FB8-4E5E-ABF7-DBA3F09A9BF7} = {57C62A88-1341-4E76-8B5B-6585921EEC8C}
{D8586FB0-058B-4AC8-A493-FF5CAE2B2957} = {42C89BB7-54C6-4CFD-BB3A-662A15B8542F}
{06DAF05E-96D9-43C6-842E-F5148FE4CE20} = {42C89BB7-54C6-4CFD-BB3A-662A15B8542F}
{A92ED5A1-B981-446E-A512-1F1B1C475905} = {42C89BB7-54C6-4CFD-BB3A-662A15B8542F}
Expand All @@ -1607,7 +1630,7 @@ Global
{1D3C9FE9-8B35-4BB6-9095-2ADFC55C8127} = {87633BEF-CB90-4993-AD64-82570BACF15D}
{BB1D590D-33E5-4DB9-BE49-CD75B8229F81} = {87633BEF-CB90-4993-AD64-82570BACF15D}
{C42E94C6-BA69-4825-A121-7D437E1B77EC} = {87633BEF-CB90-4993-AD64-82570BACF15D}
121D8C62-4867-4BF7-A719-7E548316A6F2 = {87633BEF-CB90-4993-AD64-82570BACF15D}
{EB3199A0-9FB6-4661-A72F-7A5CB9F55F7D} = {87633BEF-CB90-4993-AD64-82570BACF15D}
{A0D0DAD6-8BF6-49A1-ADEF-A3094DCCABE0} = {4A515F73-3F85-42DD-9E13-073DF169CE56}
{446CAEDB-4D5D-406E-8A36-FF32976949C8} = {4A515F73-3F85-42DD-9E13-073DF169CE56}
{BC992175-DF25-4121-95E2-E01D304F3EF1} = {4A515F73-3F85-42DD-9E13-073DF169CE56}
Expand Down Expand Up @@ -1654,9 +1677,11 @@ Global
{047C490B-5AA5-4111-B9F0-E9A6C0AC0E9C} = {E4667475-E8F6-4B8E-BD0D-D81AA7965079}
{5D5B0EDE-459F-49DF-891A-D1F36C2260BC} = {E4667475-E8F6-4B8E-BD0D-D81AA7965079}
{41E5E959-4E31-4BD3-BA33-CB01F71A2780} = {E4667475-E8F6-4B8E-BD0D-D81AA7965079}
{208A7E0A-6CDC-44F9-B482-1104FDE1354B} = {E4667475-E8F6-4B8E-BD0D-D81AA7965079}
{639A1C44-DA07-4F08-8A90-8B8845515BF4} = {047C490B-5AA5-4111-B9F0-E9A6C0AC0E9C}
{8B9D2C28-4394-4C86-A14C-B0021EC29089} = {5D5B0EDE-459F-49DF-891A-D1F36C2260BC}
{E0C5B55A-37EA-48D6-95B9-5EEF07C4AD8E} = {41E5E959-4E31-4BD3-BA33-CB01F71A2780}
{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0} = {79F358A1-1BB1-46AF-B9A0-C75B333CF873}
{E051BB88-5211-4EF7-962B-59657D171297} = {208A7E0A-6CDC-44F9-B482-1104FDE1354B}
EndGlobalSection
EndGlobal
8 changes: 8 additions & 0 deletions vvvv45/addonpack/src/AddonpackCPP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<Project>{6AD35106-187B-4A3A-A801-E665CD12E020}</Project>
<Name>Core %28core\Core%29</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\common\src\core\UtilsIL\UtilsIL.csproj">
<Project>{93cdb07f-0bb6-4891-b793-9c02114a88ae}</Project>
<Name>UtilsIL</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\core\Hosting\Hosting.csproj">
<Project>{F9A754A6-EEA5-4761-9446-C2AAF9CF8B31}</Project>
<Name>Hosting</Name>
Expand Down Expand Up @@ -47,6 +51,10 @@
<Project>{E0C5B55A-37EA-48D6-95B9-5EEF07C4AD8E}</Project>
<Name>Leap</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\nodes\plugins\File\FileNodes\FileNodes.csproj">
<Project>{e051bb88-5211-4ef7-962b-59657d171297}</Project>
<Name>FileNodes</Name>
</ProjectReference>
<ProjectReference Include="..\..\src\nodes\plugins\Mesh\ColladaLoader\PluginColladaLoader.csproj">
<Project>{8B9D2C28-4394-4C86-A14C-B0021EC29089}</Project>
<Name>PluginColladaLoader</Name>
Expand Down
32 changes: 23 additions & 9 deletions vvvv45/addonpack/src/AddonpackCPP.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "editors", "editors", "{B013
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeEditor", "..\..\src\nodes\editors\CodeEditor\CodeEditor.csproj", "{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "File", "File", "{A79DB1A2-3989-488F-A953-B692984F8A39}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileNodes", "..\..\src\nodes\plugins\File\FileNodes\FileNodes.csproj", "{E051BB88-5211-4EF7-962B-59657D171297}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{A1F7F26F-D9CC-4D36-B27D-8059C2C51B0D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
Expand Down Expand Up @@ -98,6 +102,14 @@ Global
{C3773330-81FA-4253-823E-1BDE1529AA99}.Release|x64.Build.0 = Release|x64
{C3773330-81FA-4253-823E-1BDE1529AA99}.Release|x86.ActiveCfg = Release|x86
{C3773330-81FA-4253-823E-1BDE1529AA99}.Release|x86.Build.0 = Release|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x64.ActiveCfg = Debug|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x64.Build.0 = Debug|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x86.ActiveCfg = Debug|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x86.Build.0 = Debug|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x64.ActiveCfg = Release|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x64.Build.0 = Release|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x86.ActiveCfg = Release|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x86.Build.0 = Release|x86
{87863121-C124-4585-B3BB-7706F03ECC64}.Debug|x64.ActiveCfg = Debug|x64
{87863121-C124-4585-B3BB-7706F03ECC64}.Debug|x64.Build.0 = Debug|x64
{87863121-C124-4585-B3BB-7706F03ECC64}.Debug|x86.ActiveCfg = Debug|x86
Expand Down Expand Up @@ -182,14 +194,14 @@ Global
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Release|x64.Build.0 = Release|x64
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Release|x86.ActiveCfg = Release|x86
{AA8072CA-3343-4199-AC22-62B9E352BAE9}.Release|x86.Build.0 = Release|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x64.ActiveCfg = Debug|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x64.Build.0 = Debug|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x86.ActiveCfg = Debug|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Debug|x86.Build.0 = Debug|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x64.ActiveCfg = Release|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x64.Build.0 = Release|x64
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x86.ActiveCfg = Release|x86
{93CDB07F-0BB6-4891-B793-9C02114A88AE}.Release|x86.Build.0 = Release|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x64.ActiveCfg = Debug|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x64.Build.0 = Debug|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x86.ActiveCfg = Debug|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Debug|x86.Build.0 = Debug|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x64.ActiveCfg = Release|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x64.Build.0 = Release|x64
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x86.ActiveCfg = Release|x86
{E051BB88-5211-4EF7-962B-59657D171297}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -199,8 +211,8 @@ Global
{F9A754A6-EEA5-4761-9446-C2AAF9CF8B31} = {704B6D46-8445-4315-8128-F331143A113E}
{837C740A-485C-424C-8C38-086ED3DC73CB} = {704B6D46-8445-4315-8128-F331143A113E}
{C3773330-81FA-4253-823E-1BDE1529AA99} = {704B6D46-8445-4315-8128-F331143A113E}
{87863121-C124-4585-B3BB-7706F03ECC64} = {704B6D46-8445-4315-8128-F331143A113E}
{93CDB07F-0BB6-4891-B793-9C02114A88AE} = {704B6D46-8445-4315-8128-F331143A113E}
{87863121-C124-4585-B3BB-7706F03ECC64} = {704B6D46-8445-4315-8128-F331143A113E}
{304E1C6A-585F-4748-8E3B-33558E35B0D4} = {7FE983D0-4392-451C-9BAE-2CA9036FAB04}
{98936436-EA28-437E-A2A4-CC7CAA532658} = {7FE983D0-4392-451C-9BAE-2CA9036FAB04}
{CB55C63D-8CB8-4B85-950C-CAA7F1264A28} = {95C0B922-0555-4DDC-B452-6FADAAB6B024}
Expand All @@ -210,9 +222,11 @@ Global
{A1353881-1970-44FC-987D-F9EEF34CA33A} = {AA48A0E4-20B0-4767-AF4E-65E280A3FA83}
{093885CE-C5EE-48AD-8380-C277BBBF7D3C} = {AA48A0E4-20B0-4767-AF4E-65E280A3FA83}
{E64C1D78-2366-4257-9E5C-0D59EC100E0F} = {AA48A0E4-20B0-4767-AF4E-65E280A3FA83}
{A79DB1A2-3989-488F-A953-B692984F8A39} = {AA48A0E4-20B0-4767-AF4E-65E280A3FA83}
{639A1C44-DA07-4F08-8A90-8B8845515BF4} = {A1353881-1970-44FC-987D-F9EEF34CA33A}
{8B9D2C28-4394-4C86-A14C-B0021EC29089} = {093885CE-C5EE-48AD-8380-C277BBBF7D3C}
{E0C5B55A-37EA-48D6-95B9-5EEF07C4AD8E} = {E64C1D78-2366-4257-9E5C-0D59EC100E0F}
{A63D2EA4-D87C-459B-B57F-19A76A7ADAF0} = {B013DC45-261B-4215-96F4-B609988D97D2}
{E051BB88-5211-4EF7-962B-59657D171297} = {A79DB1A2-3989-488F-A953-B692984F8A39}
EndGlobalSection
EndGlobal
2 changes: 1 addition & 1 deletion vvvv45/addonpack/src/nodes/plugins/2d/Rope2d/Rope2d.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\..\common\src\core\Core\Core.csproj">
<Project>{6AD35106-187B-4A3A-A801-E665CD12E020}</Project>
<Name>Core</Name>
<Name>Core %28core\Core%29</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\..\..\common\src\core\Utils\Utils.csproj">
<Project>{C3773330-81FA-4253-823E-1BDE1529AA99}</Project>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ItemGroup>
<ProjectReference Include="..\..\..\..\..\..\..\common\src\core\Core\Core.csproj">
<Project>{6AD35106-187B-4A3A-A801-E665CD12E020}</Project>
<Name>Core</Name>
<Name>Core %28core\Core%29</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\..\..\..\..\common\src\core\Utils\Utils.csproj">
<Project>{C3773330-81FA-4253-823E-1BDE1529AA99}</Project>
Expand Down
31 changes: 31 additions & 0 deletions vvvv45/addonpack/src/nodes/plugins/Network/Syslog/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
#region Using directives

using System;
using System.Reflection;
using System.Runtime.InteropServices;

#endregion

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("DemoPlugin")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("DemoPlugin")]
[assembly: AssemblyCopyright("Copyright 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]

// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.*")]
Loading

0 comments on commit f1f7925

Please sign in to comment.