<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>false</DebugSymbols> <OutputPath>.\Web</OutputPath> <EnableUpdateable>false</EnableUpdateable> <UseMerge>true</UseMerge> <SingleAssemblyName>RCCMSWeb</SingleAssemblyName> <DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles> <DeleteAppDataFolder>true</DeleteAppDataFolder> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugSymbols>false</DebugSymbols> <OutputPath>.\Web</OutputPath> <EnableUpdateable>false</EnableUpdateable> <UseMerge>true</UseMerge> <SingleAssemblyName>RCCMSWeb</SingleAssemblyName> <DeleteAppCodeCompiledFiles>true</DeleteAppCodeCompiledFiles> <DeleteAppDataFolder>true</DeleteAppDataFolder> </PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WebDeployment\v9.0\Microsoft.WebDeployment.targets" /> <Import Project="$(MSBuildExtensionsPath)\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.WebDeployment.targets. <Target Name="BeforeBuild"> <Copy SourceFiles="$(SourceWebPhysicalPath)\PrintForms\**\*.*" DestinationFolder="$(OutputPath)" /> </Target> <Target Name="BeforeMerge"> </Target> <Target Name="AfterMerge"> </Target> --> <Target Name="AfterBuild"> <ItemGroup> <ZipFiles Include="$(OutputPath)\**\*.*" Exclude="*.zip" /> </ItemGroup> <Zip Files="@(ZipFiles)" WorkingDirectory="$(OutputPath)\" ZipFileName="..\RCCMSWeb.zip" ZipLevel="9" /> <Attrib Files="..\WinComponentsSetup\zip\RCCMSWeb.zip" Normal="true" /> <Delete Files="..\WinComponentsSetup\zip\RCCMSWeb.zip" Condition="Exists('..\WinComponentsSetup\zip\RCCMSWeb.zip')" /> <Move SourceFiles="..\RCCMSWeb.zip" DestinationFolder="..\WinComponentsSetup\zip" /> <Attrib Files="..\WinComponentsSetup\zip\RCCMSWeb.zip" ReadOnly="true" /> <RemoveDir Directories="$(OutputPath)" /> </Target>
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.