diff --git a/Build/Packaging.targets b/Build/Packaging.targets index 2c0d6b9cbca39eb9864cd589ef5fdc1f42c69db5..13c8e3fd373780a4ffad857bee8390a930acf66f 100644 --- a/Build/Packaging.targets +++ b/Build/Packaging.targets @@ -111,7 +111,7 @@ <CurrentDate>$([System.DateTime]::Now.ToString(yyy_MM_dd))</CurrentDate> </PropertyGroup> <Message Text="Creating ZIP, CurrentDate: $(CurrentDate)"/> - <Zip OutputFilename="$(OutputPath)$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version).zip" Files="@(ZipFiles)" SourcePath="$(OutputPath)" DestinationPath="$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version)\"/> + <Zip OutputFilename="$(SolutionDir)$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version).zip" Files="@(ZipFiles)" SourcePath="$(OutputPath)" DestinationPath="$(CurrentDate)-VECTO-%(VectoAssemblyIdentities.Version)\"/> </Target> <Target Name="CleanVectoDeploy" Condition="$(Configuration) == 'Deploy'"> diff --git a/VECTO.sln b/VECTO.sln index 7a6afcab40e8bfa1bd9ffbc4ac820f2049b93d7d..aff9d4f9bbbff58d334a8abe4415cf6d6639f3c4 100644 --- a/VECTO.sln +++ b/VECTO.sln @@ -451,8 +451,8 @@ Global {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.DebugTUG|Any CPU.Build.0 = Debug|Any CPU {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.DebugTUG|x64.ActiveCfg = Debug|Any CPU {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.DebugTUG|x86.ActiveCfg = Debug|Any CPU - {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.ActiveCfg = Release|Any CPU - {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.Build.0 = Release|Any CPU + {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.ActiveCfg = Deploy|Any CPU + {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|Any CPU.Build.0 = Deploy|Any CPU {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|x64.ActiveCfg = Debug|Any CPU {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Deploy|x86.ActiveCfg = Debug|Any CPU {512C2CD1-E5BE-4F6B-943B-2BFA7E0CBD64}.Release|Any CPU.ActiveCfg = Release|Any CPU