CD67.ModeleMVC.MVC.csproj 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>
  8. </ProductVersion>
  9. <SchemaVersion>2.0</SchemaVersion>
  10. <ProjectGuid>{578D7B80-A578-4971-A350-14C699502A47}</ProjectGuid>
  11. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  12. <OutputType>Library</OutputType>
  13. <AppDesignerFolder>Properties</AppDesignerFolder>
  14. <RootNamespace>CD67.ModeleMVC.MVC</RootNamespace>
  15. <AssemblyName>CD67.ModeleMVC.MVC</AssemblyName>
  16. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  17. <MvcBuildViews>false</MvcBuildViews>
  18. <UseIISExpress>true</UseIISExpress>
  19. <IISExpressSSLPort />
  20. <IISExpressAnonymousAuthentication />
  21. <IISExpressWindowsAuthentication />
  22. <IISExpressUseClassicPipelineMode />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  44. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  45. <Private>True</Private>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  51. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System.Web.DynamicData" />
  55. <Reference Include="System.Web.Entity" />
  56. <Reference Include="System.Web.ApplicationServices" />
  57. <Reference Include="System.ComponentModel.DataAnnotations" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Data.DataSetExtensions" />
  60. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  62. <Private>True</Private>
  63. </Reference>
  64. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  78. <Private>True</Private>
  79. </Reference>
  80. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  86. <Private>True</Private>
  87. </Reference>
  88. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  89. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  90. <Private>True</Private>
  91. </Reference>
  92. <Reference Include="System.Xml.Linq" />
  93. <Reference Include="System.Web" />
  94. <Reference Include="System.Web.Extensions" />
  95. <Reference Include="System.Web.Abstractions" />
  96. <Reference Include="System.Web.Routing" />
  97. <Reference Include="System.Xml" />
  98. <Reference Include="System.Configuration" />
  99. <Reference Include="System.Web.Services" />
  100. <Reference Include="System.EnterpriseServices" />
  101. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <Private>True</Private>
  103. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Net.Http">
  106. </Reference>
  107. <Reference Include="System.Net.Http.WebRequest">
  108. </Reference>
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="Global.asax.cs">
  112. <DependentUpon>Global.asax</DependentUpon>
  113. </Compile>
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Compile Include="App_Start\FilterConfig.cs" />
  118. <Compile Include="App_Start\RouteConfig.cs" />
  119. <Compile Include="App_Start\WebApiConfig.cs" />
  120. <Content Include="Global.asax" />
  121. <Content Include="Web.config">
  122. <SubType>Designer</SubType>
  123. </Content>
  124. <Content Include="Web.Debug.config">
  125. <DependentUpon>Web.config</DependentUpon>
  126. </Content>
  127. <Content Include="Web.Release.config">
  128. <DependentUpon>Web.config</DependentUpon>
  129. </Content>
  130. <Content Include="Views\Web.config" />
  131. <Content Include="Web_config.txt" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Folder Include="App_Data\" />
  135. <Folder Include="Controllers\" />
  136. <Folder Include="Models\" />
  137. </ItemGroup>
  138. <ItemGroup>
  139. <Content Include="packages.config" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <ProjectReference Include="..\CD67.ModeleMVC.Entity\CD67.ModeleMVC.Entity.csproj">
  143. <Project>{5bdb34b4-4387-4af7-b388-37d4907dde39}</Project>
  144. <Name>CD67.ModeleMVC.Entity</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\CD67.ModeleMVC.Factory\CD67.ModeleMVC.Factory.csproj">
  147. <Project>{6b7ef24a-1af8-44fb-a290-e42f01ff8812}</Project>
  148. <Name>CD67.ModeleMVC.Factory</Name>
  149. </ProjectReference>
  150. </ItemGroup>
  151. <PropertyGroup>
  152. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  153. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  154. </PropertyGroup>
  155. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  156. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  157. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  158. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  159. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  160. </Target>
  161. <ProjectExtensions>
  162. <VisualStudio>
  163. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  164. <WebProjectProperties>
  165. <UseIIS>True</UseIIS>
  166. <AutoAssignPort>True</AutoAssignPort>
  167. <DevelopmentServerPort>54846</DevelopmentServerPort>
  168. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  169. <IISUrl>http://localhost:54846/</IISUrl>
  170. <NTLMAuthentication>False</NTLMAuthentication>
  171. <UseCustomServer>False</UseCustomServer>
  172. <CustomServerUrl>
  173. </CustomServerUrl>
  174. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  175. </WebProjectProperties>
  176. </FlavorProperties>
  177. </VisualStudio>
  178. </ProjectExtensions>
  179. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  180. Other similar extension points exist, see Microsoft.Common.targets.
  181. <Target Name="BeforeBuild">
  182. </Target>
  183. <Target Name="AfterBuild">
  184. </Target> -->
  185. </Project>