2026-06-18 10:55:06 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-06-27 01:45:38 +02:00
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2017-04-03 13:07:06 +02:00
|
|
|
<PropertyGroup>
|
2023-03-03 21:54:36 +01:00
|
|
|
<UseIISExpress>false</UseIISExpress>
|
2025-09-09 00:44:55 +02:00
|
|
|
<Use64BitIISExpress>true</Use64BitIISExpress>
|
2018-01-29 12:57:10 +01:00
|
|
|
<IISExpressSSLPort />
|
|
|
|
|
<IISExpressAnonymousAuthentication />
|
|
|
|
|
<IISExpressWindowsAuthentication />
|
|
|
|
|
<IISExpressUseClassicPipelineMode />
|
|
|
|
|
<UseGlobalApplicationHostFile />
|
2025-09-09 10:27:54 +02:00
|
|
|
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
|
2025-06-11 22:56:25 +02:00
|
|
|
<ProjectView>ProjectFiles</ProjectView>
|
2020-08-17 16:52:25 +02:00
|
|
|
<WebStackScaffolding_ViewDialogWidth>600</WebStackScaffolding_ViewDialogWidth>
|
|
|
|
|
<Controller_SelectedScaffolderID>MvcControllerEmptyScaffolder</Controller_SelectedScaffolderID>
|
2021-08-19 17:22:04 +02:00
|
|
|
<Controller_SelectedScaffolderCategoryPath>root/Common/MVC/Controller</Controller_SelectedScaffolderCategoryPath>
|
2020-08-17 16:52:25 +02:00
|
|
|
<WebStackScaffolding_ControllerDialogWidth>600</WebStackScaffolding_ControllerDialogWidth>
|
2021-10-13 16:00:33 +02:00
|
|
|
<WebStackScaffolding_IsLayoutPageSelected>False</WebStackScaffolding_IsLayoutPageSelected>
|
2026-01-28 17:21:08 +01:00
|
|
|
<WebStackScaffolding_IsPartialViewSelected>True</WebStackScaffolding_IsPartialViewSelected>
|
2020-08-17 16:52:25 +02:00
|
|
|
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>False</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
|
2021-10-13 16:00:33 +02:00
|
|
|
<WebStackScaffolding_LayoutPageFile>
|
|
|
|
|
</WebStackScaffolding_LayoutPageFile>
|
2020-08-17 16:52:25 +02:00
|
|
|
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
|
2021-08-19 17:22:04 +02:00
|
|
|
<View_SelectedScaffolderID>MvcViewScaffolder</View_SelectedScaffolderID>
|
|
|
|
|
<View_SelectedScaffolderCategoryPath>root/Common/MVC/View</View_SelectedScaffolderCategoryPath>
|
2023-03-14 16:12:52 +01:00
|
|
|
<ToolsVersionPromptShown>3.7</ToolsVersionPromptShown>
|
2017-04-03 13:07:06 +02:00
|
|
|
</PropertyGroup>
|
2016-06-27 01:45:38 +02:00
|
|
|
<ProjectExtensions>
|
|
|
|
|
<VisualStudio>
|
|
|
|
|
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
|
|
|
<WebProjectProperties>
|
2026-06-29 13:45:15 +02:00
|
|
|
<StartPageUrl>Views/Main/Main.cshtml</StartPageUrl>
|
2023-04-24 19:22:09 +02:00
|
|
|
<StartAction>CurrentPage</StartAction>
|
2016-06-27 01:45:38 +02:00
|
|
|
<AspNetDebugging>True</AspNetDebugging>
|
|
|
|
|
<SilverlightDebugging>False</SilverlightDebugging>
|
|
|
|
|
<NativeDebugging>False</NativeDebugging>
|
|
|
|
|
<SQLDebugging>False</SQLDebugging>
|
2025-12-01 13:19:53 +01:00
|
|
|
<ExternalProgram>
|
|
|
|
|
</ExternalProgram>
|
|
|
|
|
<StartExternalURL>
|
|
|
|
|
</StartExternalURL>
|
|
|
|
|
<StartCmdLineArguments>
|
|
|
|
|
</StartCmdLineArguments>
|
|
|
|
|
<StartWorkingDirectory>
|
|
|
|
|
</StartWorkingDirectory>
|
2023-01-17 00:12:33 +01:00
|
|
|
<EnableENC>True</EnableENC>
|
|
|
|
|
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
|
2016-06-27 01:45:38 +02:00
|
|
|
</WebProjectProperties>
|
|
|
|
|
</FlavorProperties>
|
|
|
|
|
</VisualStudio>
|
|
|
|
|
</ProjectExtensions>
|
|
|
|
|
</Project>
|