diff --git a/SicAutoGE.sln b/SicAutoGE.sln index 57221c5d..fef31249 100644 --- a/SicAutoGE.sln +++ b/SicAutoGE.sln @@ -30,6 +30,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Misc", "Misc", "{BA4BE7C7-6 gitversion.yml = gitversion.yml EndProjectSection EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SyncCommLib", "SyncCommLib\SyncCommLib.csproj", "{B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -98,10 +100,24 @@ Global {424E9610-FA50-49CD-B5BE-BAF256DBF327}.Release|Any CPU.Build.0 = Release|Any CPU {424E9610-FA50-49CD-B5BE-BAF256DBF327}.Release|x86.ActiveCfg = Release|Any CPU {424E9610-FA50-49CD-B5BE-BAF256DBF327}.Release|x86.Build.0 = Release|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.Debug|x86.ActiveCfg = Debug|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.Debug|x86.Build.0 = Debug|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.DebugWithoutCopyFiles|Any CPU.ActiveCfg = Debug|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.DebugWithoutCopyFiles|Any CPU.Build.0 = Debug|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.DebugWithoutCopyFiles|x86.ActiveCfg = Debug|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.DebugWithoutCopyFiles|x86.Build.0 = Debug|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.Release|Any CPU.Build.0 = Release|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.Release|x86.ActiveCfg = Release|Any CPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D} = {BA4BE7C7-6B23-4D4C-B0A2-36D2958E3671} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {49F07864-CB9F-43CB-97F1-FED8C84760FE} EndGlobalSection diff --git a/SyncCommLib/App.config b/SyncCommLib/App.config new file mode 100644 index 00000000..193aecc6 --- /dev/null +++ b/SyncCommLib/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/SyncCommLib/Program.cs b/SyncCommLib/Program.cs new file mode 100644 index 00000000..84d2e4c6 --- /dev/null +++ b/SyncCommLib/Program.cs @@ -0,0 +1,15 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace SyncCommLib +{ + internal class Program + { + static void Main(string[] args) + { + } + } +} diff --git a/SyncCommLib/Properties/AssemblyInfo.cs b/SyncCommLib/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..9458f9f8 --- /dev/null +++ b/SyncCommLib/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// 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("SyncCommLib")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("SyncCommLib")] +[assembly: AssemblyCopyright("Copyright © 2024")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("b1e862cb-ac51-45b4-9a6f-3a55b16d9c2d")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/SyncCommLib/Properties/SyncCommLib.targets b/SyncCommLib/Properties/SyncCommLib.targets new file mode 100644 index 00000000..b6ae7e56 --- /dev/null +++ b/SyncCommLib/Properties/SyncCommLib.targets @@ -0,0 +1,15 @@ + + + + + + + + + + \ No newline at end of file diff --git a/SyncCommLib/SyncCommLib.csproj b/SyncCommLib/SyncCommLib.csproj new file mode 100644 index 00000000..28f5a804 --- /dev/null +++ b/SyncCommLib/SyncCommLib.csproj @@ -0,0 +1,59 @@ + + + + + Debug + AnyCPU + {B1E862CB-AC51-45B4-9A6F-3A55B16D9C2D} + Exe + SyncCommLib + SyncCommLib + v4.8 + 512 + true + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/SyncCommLib/config.json b/SyncCommLib/config.json new file mode 100644 index 00000000..76b1b237 --- /dev/null +++ b/SyncCommLib/config.json @@ -0,0 +1,9 @@ +{ + "source_directory": "../../Sic.Framework/Output/MECF.Framework", + "destination_directory": "../ThirdParty/MECF.Framework", + "ignore": [ + "_gsdata_", + "*.xml", + "*.pdb" + ] +} diff --git a/SyncCommLib/sync_directories.exe b/SyncCommLib/sync_directories.exe new file mode 100644 index 00000000..9cbf9937 Binary files /dev/null and b/SyncCommLib/sync_directories.exe differ