diff --git a/App.config b/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Application.xaml b/Application.xaml new file mode 100644 index 0000000..ab62751 --- /dev/null +++ b/Application.xaml @@ -0,0 +1,12 @@ + + + + + + diff --git a/Application.xaml.vb b/Application.xaml.vb new file mode 100644 index 0000000..084cbe9 --- /dev/null +++ b/Application.xaml.vb @@ -0,0 +1,6 @@ +Class Application + + ' Application-level events, such as Startup, Exit, and DispatcherUnhandledException + ' can be handled in this file. + +End Class diff --git a/CrQ32.ico b/CrQ32.ico new file mode 100644 index 0000000..81931bb Binary files /dev/null and b/CrQ32.ico differ diff --git a/Creativity Tools Render Manager.sln b/Creativity Tools Render Manager.sln new file mode 100644 index 0000000..c374650 --- /dev/null +++ b/Creativity Tools Render Manager.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29102.190 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Creativity Tools Render Manager", "Creativity Tools Render Manager.vbproj", "{A226A4DF-2923-4A61-B0E1-E05AF619A68A}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A226A4DF-2923-4A61-B0E1-E05AF619A68A}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {33969367-EE87-4905-B68C-75D7AA13AAB7} + EndGlobalSection +EndGlobal diff --git a/Creativity Tools Render Manager.vbproj b/Creativity Tools Render Manager.vbproj new file mode 100644 index 0000000..20763df --- /dev/null +++ b/Creativity Tools Render Manager.vbproj @@ -0,0 +1,204 @@ + + + + Debug + AnyCPU + {A226A4DF-2923-4A61-B0E1-E05AF619A68A} + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F} + WinExe + cr_RenderQ + RenderQ + v4.7.2 + Custom + true + true + false + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + https://site.creativityfilms.gr/tools + https://site.creativityfilms.gr/tools + RenderQ + Thomas Doukinitsas + Creativity Tools + 1 + 1.0.1.%2a + false + true + true + false + + + AnyCPU + true + full + true + true + true + bin\Debug\ + RenderQ.xml + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314 + + + AnyCPU + pdbonly + false + false + true + false + true + bin\Release\ + RenderQ.xml + 41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314 + + + On + + + Binary + + + Off + + + On + + + CrQ32.ico + + + true + + + LocalIntranet + + + true + + + My Project\app.manifest + + + E535A4085FAF6E6FBF6C2A53B1D44BA1FBE35506 + + + Creativity Tools Render Manager_TemporaryKey.pfx + + + + packages\DotNetZip.1.13.7\lib\net40\DotNetZip.dll + + + packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll + + + + + + + + + + 4.0 + + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + Application.xaml + Code + + + MainWindow.xaml + Code + + + + + + + + + + + + + + + + + + + + + + + + Code + + + Microsoft.VisualBasic.WPF.MyExtension + 1.0.0.0 + + + True + True + Resources.resx + + + True + Settings.settings + True + + + VbMyResourcesResXFileCodeGenerator + Resources.Designer.vb + My.Resources + + + + + + SettingsSingleFileGenerator + Settings.Designer.vb + + + + + + + + + + + + False + Microsoft .NET Framework 4.7.2 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + \ No newline at end of file diff --git a/MainWindow.xaml b/MainWindow.xaml new file mode 100644 index 0000000..e42c390 --- /dev/null +++ b/MainWindow.xaml @@ -0,0 +1,34 @@ + + + +