diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..57ff081 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Img2Ffu"] + path = Img2Ffu + url = https://github.com/WOA-Project/Img2Ffu diff --git a/Ffu2Vhdx.sln b/Ffu2Vhdx.sln index cc05397..e7f4ed8 100644 --- a/Ffu2Vhdx.sln +++ b/Ffu2Vhdx.sln @@ -4,7 +4,7 @@ VisualStudioVersion = 17.7.33927.210 MinimumVisualStudioVersion = 10.0.40219.1 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Ffu2Vhdx", "Ffu2Vhdx\Ffu2Vhdx.csproj", "{6BB88918-A58C-4510-A99F-AA22C7D5BD55}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Img2Ffu.Library", "Img2Ffu.Library\Img2Ffu.Library.csproj", "{97E58534-9D04-4E73-9243-50AA143A1DA6}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Img2Ffu.Library", "Img2Ffu\Img2Ffu.Library\Img2Ffu.Library.csproj", "{97E58534-9D04-4E73-9243-50AA143A1DA6}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Ffu2Vhdx/Ffu2Vhdx.csproj b/Ffu2Vhdx/Ffu2Vhdx.csproj index 1559f11..ad82020 100644 --- a/Ffu2Vhdx/Ffu2Vhdx.csproj +++ b/Ffu2Vhdx/Ffu2Vhdx.csproj @@ -9,7 +9,7 @@ - + diff --git a/Img2Ffu b/Img2Ffu new file mode 160000 index 0000000..67f01d0 --- /dev/null +++ b/Img2Ffu @@ -0,0 +1 @@ +Subproject commit 67f01d05b7e7d57f4d939d4d73e5f8f9b68b954b