diff --git a/source/Cosmos.Build.Tasks/build/Cosmos.Build.targets b/source/Cosmos.Build.Tasks/build/Cosmos.Build.targets index ae87bd8da..3d9621189 100644 --- a/source/Cosmos.Build.Tasks/build/Cosmos.Build.targets +++ b/source/Cosmos.Build.Tasks/build/Cosmos.Build.targets @@ -61,6 +61,14 @@ $(CosmosToolsPath)Cosmos.Build.Tasks.dll + + + + + + + + @@ -274,6 +282,7 @@ <_IsoFile Include="$(SyslinuxPath)com32\lib\libcom32.c32" /> <_IsoFile Include="$(SyslinuxPath)com32\mboot\mboot.c32" /> <_IsoFile Include="$(BinFile)" /> + <_IsoFile Include="@(ContentToDeploy)" /> diff --git a/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets b/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets index 68744502a..f5407a84a 100644 --- a/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets +++ b/source/Cosmos.VS.ProjectSystem/BuildSystem/Cosmos.DesignTime.targets @@ -15,6 +15,9 @@ + + File;BrowseObject + Project diff --git a/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/Content.xaml b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/Content.xaml new file mode 100644 index 000000000..8677e5206 --- /dev/null +++ b/source/Cosmos.VS.ProjectSystem/BuildSystem/Rules/Content.xaml @@ -0,0 +1,13 @@ + + + + + + diff --git a/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj b/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj index b01c5b298..3577ab1ed 100644 --- a/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj +++ b/source/Cosmos.VS.ProjectSystem/Cosmos.VS.ProjectSystem.csproj @@ -30,6 +30,7 @@ +