|
38 | 38 | <DebugSymbols>true</DebugSymbols> |
39 | 39 | <DebugType>full</DebugType> |
40 | 40 | <Optimize>false</Optimize> |
41 | | - <OutputPath>bin\</OutputPath> |
| 41 | + <OutputPath>bin\Debug\</OutputPath> |
42 | 42 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
43 | 43 | <ErrorReport>prompt</ErrorReport> |
44 | 44 | <WarningLevel>4</WarningLevel> |
|
48 | 48 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
49 | 49 | <DebugType>pdbonly</DebugType> |
50 | 50 | <Optimize>true</Optimize> |
51 | | - <OutputPath>bin\</OutputPath> |
| 51 | + <OutputPath>bin\Release\</OutputPath> |
52 | 52 | <DefineConstants>TRACE</DefineConstants> |
53 | 53 | <ErrorReport>prompt</ErrorReport> |
54 | 54 | <WarningLevel>4</WarningLevel> |
|
203 | 203 | <Compile Include="Controllers\IOCController.cs" /> |
204 | 204 | <Compile Include="Controllers\TemplatesController.cs" /> |
205 | 205 | <Compile Include="Controllers\TimeMetersController.cs" /> |
| 206 | + <Compile Include="Controllers\ViewEngineLocationsController.cs" /> |
206 | 207 | <Compile Include="Core\DeveloperMenuProvider.cs" /> |
207 | 208 | <Compile Include="Models\AssembliesModel.cs" /> |
208 | 209 | <Compile Include="Models\RouteModel.cs" /> |
|
211 | 212 | <Compile Include="Models\IOCModel.cs" /> |
212 | 213 | <Compile Include="Models\LoggerSettings.cs" /> |
213 | 214 | <Compile Include="Models\LogSettingsAndEvents.cs" /> |
| 215 | + <Compile Include="Models\ViewEngineLocationsModel.cs" /> |
214 | 216 | <Compile Include="Properties\AssemblyInfo.cs" /> |
215 | 217 | <Compile Include="Core\RollingMemoryAppender.cs" /> |
216 | 218 | </ItemGroup> |
217 | 219 | <ItemGroup> |
218 | | - <None Include="Views\ContentTypeAnalyzer\Index.aspx"> |
| 220 | + <Content Include="modules\_protected\EPiServer.DeveloperTools\EPiServer.DeveloperTools.zip" /> |
| 221 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\ContentTypeAnalyzer\Index.aspx" /> |
| 222 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\Routes\Index.aspx" /> |
| 223 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\RemoteEvent\Index.aspx"> |
219 | 224 | <SubType>ASPXCodeBehind</SubType> |
220 | 225 | </None> |
221 | | - <None Include="Views\Routes\Index.aspx" /> |
222 | | - <None Include="Views\RemoteEvent\Index.aspx"> |
| 226 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\IOC\Index.aspx"> |
223 | 227 | <SubType>ASPXCodeBehind</SubType> |
224 | 228 | </None> |
225 | | - <None Include="Views\IOC\Index.aspx" /> |
226 | | - <None Include="Views\LoadedAssemblies\Index.aspx" /> |
227 | | - <None Include="Views\LogViewer\Show.aspx"> |
| 229 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\LoadedAssemblies\Index.aspx"> |
228 | 230 | <SubType>ASPXCodeBehind</SubType> |
229 | 231 | </None> |
230 | | - <None Include="Views\MemoryDump\Index.aspx" /> |
231 | | - <None Include="Views\RevertToDefault\Index.aspx" /> |
232 | | - <None Include="Views\Templates\Index.aspx" /> |
233 | | - <None Include="Views\TimeMeters\Index.aspx" /> |
234 | | - <None Include="Views\Web.config" /> |
| 232 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\LogViewer\Show.aspx"> |
| 233 | + <SubType>ASPXCodeBehind</SubType> |
| 234 | + </None> |
| 235 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\MemoryDump\Index.aspx" /> |
| 236 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\RevertToDefault\Index.aspx" /> |
| 237 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\Templates\Index.aspx"> |
| 238 | + <SubType>ASPXCodeBehind</SubType> |
| 239 | + </None> |
| 240 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\TimeMeters\Index.aspx" /> |
| 241 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\ViewEngineLocations\Index.aspx"> |
| 242 | + <SubType>ASPXCodeBehind</SubType> |
| 243 | + </None> |
| 244 | + <Content Include="modules\_protected\EPiServer.DeveloperTools\Web.config" /> |
235 | 245 | </ItemGroup> |
236 | 246 | <ItemGroup /> |
237 | 247 | <ItemGroup> |
|
241 | 251 | <Content Include="packages.config"> |
242 | 252 | <SubType>Designer</SubType> |
243 | 253 | </Content> |
244 | | - <None Include="Views\Shared\DeveloperTools.Master" /> |
| 254 | + <None Include="modules\_protected\EPiServer.DeveloperTools\Views\Shared\DeveloperTools.Master" /> |
245 | 255 | <None Include="Web.config" /> |
246 | | - <None Include="module.config" /> |
| 256 | + <Content Include="modules\_protected\EPiServer.DeveloperTools\module.config" /> |
247 | 257 | <Content Include="web.config.transform" /> |
248 | 258 | </ItemGroup> |
249 | 259 | <PropertyGroup> |
250 | 260 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
251 | 261 | <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
252 | 262 | </PropertyGroup> |
| 263 | + <PropertyGroup> |
| 264 | + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> |
| 265 | + </PropertyGroup> |
253 | 266 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
254 | 267 | <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
255 | 268 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
|
260 | 273 | <Target Name="AfterBuild" DependsOnTargets="CreateAddOnPackage"> |
261 | 274 | </Target> |
262 | 275 | <Target Name="CreateAddOnPackage"> |
263 | | - <Exec Command="..\.nuget\nuget.exe pack DeveloperTools.nuspec -OutputDirectory $(OutputPath)" /> |
| 276 | + <Exec Command="..\.nuget\nuget.exe pack DeveloperTools.csproj -Properties Configuration=Release -OutputDirectory ..\.nuget" /> |
264 | 277 | </Target> |
265 | 278 | <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'"> |
266 | 279 | <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" /> |
|
0 commit comments