CD67.ModeleMVC.MVC.csproj 14 KB

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