Adds ~/App_Plugins/Packages folder to be created in build script

This commit is contained in:
Shannon Deminick
2012-10-01 23:10:27 +05:00
parent 5c20f4f6ec
commit be5076783f
+3 -1
View File
@@ -46,7 +46,9 @@
</PropertyGroup>
<ItemGroup>
<SystemFolders Include="$(WebAppFolder)App_Code" />
<SystemFolders Include="$(WebAppFolder)App_Plugins" />
<SystemFolders Include="$(WebAppFolder)App_Plugins\Packages" />
<SystemFolders Include="$(WebAppFolder)App_Code" />
<SystemFolders Include="$(WebAppFolder)App_Data" />
<SystemFolders Include="$(WebAppFolder)media" />
<SystemFolders Include="$(WebAppFolder)masterpages" />