CD67.ModeleMVC.MVC.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Data" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Web.DynamicData" />
  63. <Reference Include="System.Web.Entity" />
  64. <Reference Include="System.Web.ApplicationServices" />
  65. <Reference Include="System.ComponentModel.DataAnnotations" />
  66. <Reference Include="System.Core" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
  70. <Private>True</Private>
  71. </Reference>
  72. <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  73. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
  74. <Private>True</Private>
  75. </Reference>
  76. <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  78. <Private>True</Private>
  79. </Reference>
  80. <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  81. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
  82. <Private>True</Private>
  83. </Reference>
  84. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  85. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
  86. <Private>True</Private>
  87. </Reference>
  88. <Reference Include="System.Web.WebPages, 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.dll</HintPath>
  90. <Private>True</Private>
  91. </Reference>
  92. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  93. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  94. <Private>True</Private>
  95. </Reference>
  96. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  97. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  98. <Private>True</Private>
  99. </Reference>
  100. <Reference Include="System.Xml.Linq" />
  101. <Reference Include="System.Web" />
  102. <Reference Include="System.Web.Extensions" />
  103. <Reference Include="System.Web.Abstractions" />
  104. <Reference Include="System.Web.Routing" />
  105. <Reference Include="System.Xml" />
  106. <Reference Include="System.Configuration" />
  107. <Reference Include="System.Web.Services" />
  108. <Reference Include="System.EnterpriseServices" />
  109. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  110. <Private>True</Private>
  111. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Net.Http">
  114. </Reference>
  115. <Reference Include="System.Net.Http.WebRequest">
  116. </Reference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="Global.asax.cs">
  120. <DependentUpon>Global.asax</DependentUpon>
  121. </Compile>
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Compile Include="App_Start\FilterConfig.cs" />
  126. <Compile Include="App_Start\RouteConfig.cs" />
  127. <Compile Include="App_Start\WebApiConfig.cs" />
  128. <Content Include="Content\bootstrap-theme.css" />
  129. <Content Include="Content\bootstrap-theme.min.css" />
  130. <Content Include="Content\bootstrap.css" />
  131. <Content Include="Content\bootstrap.min.css" />
  132. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  133. <Content Include="Global.asax" />
  134. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  135. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  136. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  137. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  138. <Content Include="Content\bootstrap-theme.min.css.map" />
  139. <Content Include="Content\bootstrap-theme.css.map" />
  140. <Content Include="Content\bootstrap.min.css.map" />
  141. <Content Include="Content\bootstrap.css.map" />
  142. <None Include="Scripts\jquery-1.9.1-vsdoc.js" />
  143. <Content Include="Scripts\bootstrap.js" />
  144. <Content Include="Scripts\bootstrap.min.js" />
  145. <Content Include="Scripts\jquery-1.9.1.js" />
  146. <Content Include="Scripts\jquery-1.9.1.min.js" />
  147. <Content Include="style\ModeleStyleSheet.css" />
  148. <Content Include="style\AppStyleSheet.css" />
  149. <Content Include="Web.config">
  150. <SubType>Designer</SubType>
  151. </Content>
  152. <Content Include="Web.Debug.config">
  153. <DependentUpon>Web.config</DependentUpon>
  154. </Content>
  155. <Content Include="Web.Release.config">
  156. <DependentUpon>Web.config</DependentUpon>
  157. </Content>
  158. <Content Include="Views\Web.config" />
  159. <Content Include="Web_config.txt" />
  160. <Content Include="Scripts\jquery-1.9.1.min.map" />
  161. <Content Include="Views\Shared\_AppLayout.cshtml" />
  162. <Content Include="Views\Shared\DisplayTemplates\YesNo.cshtml" />
  163. <Content Include="Views\Shared\EditorTemplates\YesNo.cshtml" />
  164. </ItemGroup>
  165. <ItemGroup>
  166. <Folder Include="App_Data\" />
  167. <Folder Include="Controllers\" />
  168. <Folder Include="Models\" />
  169. <Folder Include="style\images\" />
  170. </ItemGroup>
  171. <ItemGroup>
  172. <Content Include="packages.config" />
  173. </ItemGroup>
  174. <ItemGroup>
  175. <ProjectReference Include="..\CD67.ModeleMVC.Entity\CD67.ModeleMVC.Entity.csproj">
  176. <Project>{5bdb34b4-4387-4af7-b388-37d4907dde39}</Project>
  177. <Name>CD67.ModeleMVC.Entity</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\CD67.ModeleMVC.Factory\CD67.ModeleMVC.Factory.csproj">
  180. <Project>{6b7ef24a-1af8-44fb-a290-e42f01ff8812}</Project>
  181. <Name>CD67.ModeleMVC.Factory</Name>
  182. </ProjectReference>
  183. </ItemGroup>
  184. <PropertyGroup>
  185. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  186. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  187. </PropertyGroup>
  188. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  189. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  190. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  191. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  192. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  193. </Target>
  194. <ProjectExtensions>
  195. <VisualStudio>
  196. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  197. <WebProjectProperties>
  198. <UseIIS>True</UseIIS>
  199. <AutoAssignPort>True</AutoAssignPort>
  200. <DevelopmentServerPort>54846</DevelopmentServerPort>
  201. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  202. <IISUrl>http://localhost:54846/</IISUrl>
  203. <NTLMAuthentication>False</NTLMAuthentication>
  204. <UseCustomServer>False</UseCustomServer>
  205. <CustomServerUrl>
  206. </CustomServerUrl>
  207. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  208. </WebProjectProperties>
  209. </FlavorProperties>
  210. </VisualStudio>
  211. </ProjectExtensions>
  212. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  213. Other similar extension points exist, see Microsoft.Common.targets.
  214. <Target Name="BeforeBuild">
  215. </Target>
  216. <Target Name="AfterBuild">
  217. </Target> -->
  218. </Project>