OSS인증 - 팀장 : 서영민 - 팀원 : 김현, 박상진, 박승영, 윤동수, 김성미
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

300 lines
17 KiB

4 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProductVersion>
  9. </ProductVersion>
  10. <SchemaVersion>2.0</SchemaVersion>
  11. <ProjectGuid>{8F118DDC-3435-475F-81A1-F7FD266F758A}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>RegistrationForm</RootNamespace>
  16. <AssemblyName>RegistrationForm</AssemblyName>
  17. <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
  18. <MvcBuildViews>false</MvcBuildViews>
  19. <UseIISExpress>true</UseIISExpress>
  20. <Use64BitIISExpress />
  21. <IISExpressSSLPort>44364</IISExpressSSLPort>
  22. <IISExpressAnonymousAuthentication />
  23. <IISExpressWindowsAuthentication />
  24. <IISExpressUseClassicPipelineMode />
  25. <UseGlobalApplicationHostFile />
  26. <NuGetPackageImportStamp>
  27. </NuGetPackageImportStamp>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  30. <DebugSymbols>true</DebugSymbols>
  31. <DebugType>full</DebugType>
  32. <Optimize>false</Optimize>
  33. <OutputPath>bin\</OutputPath>
  34. <DefineConstants>DEBUG;TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  39. <DebugSymbols>true</DebugSymbols>
  40. <DebugType>pdbonly</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  49. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
  50. </Reference>
  51. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  52. <HintPath>packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  55. <HintPath>packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  56. </Reference>
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Data.Entity" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="System.Runtime.Serialization" />
  66. <Reference Include="System.Security" />
  67. <Reference Include="System.Web.DynamicData" />
  68. <Reference Include="System.Web.Entity" />
  69. <Reference Include="System.Web.ApplicationServices" />
  70. <Reference Include="System.ComponentModel.DataAnnotations" />
  71. <Reference Include="System.Core" />
  72. <Reference Include="System.Data.DataSetExtensions" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Web" />
  75. <Reference Include="System.Web.Extensions" />
  76. <Reference Include="System.Web.Abstractions" />
  77. <Reference Include="System.Web.Routing" />
  78. <Reference Include="System.Xml" />
  79. <Reference Include="System.Configuration" />
  80. <Reference Include="System.Web.Services" />
  81. <Reference Include="System.EnterpriseServices" />
  82. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  83. <Private>True</Private>
  84. <HintPath>packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Net.Http">
  87. </Reference>
  88. <Reference Include="System.Net.Http.WebRequest">
  89. </Reference>
  90. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  91. <Private>True</Private>
  92. <HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  95. <Private>True</Private>
  96. <HintPath>packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Web.Optimization">
  99. <HintPath>packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  102. <Private>True</Private>
  103. <HintPath>packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  106. <Private>True</Private>
  107. <HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  108. </Reference>
  109. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  110. <Private>True</Private>
  111. <HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  112. </Reference>
  113. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  114. <Private>True</Private>
  115. <HintPath>packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  116. </Reference>
  117. <Reference Include="WebGrease">
  118. <Private>True</Private>
  119. <HintPath>packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  120. </Reference>
  121. <Reference Include="Antlr3.Runtime">
  122. <Private>True</Private>
  123. <HintPath>packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  124. </Reference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Compile Include="App_Start\BundleConfig.cs" />
  128. <Compile Include="App_Start\FilterConfig.cs" />
  129. <Compile Include="App_Start\RouteConfig.cs" />
  130. <Compile Include="Controllers\HomeController.cs" />
  131. <Compile Include="Global.asax.cs">
  132. <DependentUpon>Global.asax</DependentUpon>
  133. </Compile>
  134. <Compile Include="Models\EmployerListModel.Context.cs">
  135. <AutoGen>True</AutoGen>
  136. <DesignTime>True</DesignTime>
  137. <DependentUpon>EmployerListModel.Context.tt</DependentUpon>
  138. </Compile>
  139. <Compile Include="Models\EmployerListModel.cs">
  140. <AutoGen>True</AutoGen>
  141. <DesignTime>True</DesignTime>
  142. <DependentUpon>EmployerListModel.tt</DependentUpon>
  143. </Compile>
  144. <Compile Include="Models\EmployerListModel.Designer.cs">
  145. <AutoGen>True</AutoGen>
  146. <DesignTime>True</DesignTime>
  147. <DependentUpon>EmployerListModel.edmx</DependentUpon>
  148. </Compile>
  149. <Compile Include="Models\Employ_Table.cs">
  150. <DependentUpon>EmployerListModel.tt</DependentUpon>
  151. </Compile>
  152. <Compile Include="Properties\AssemblyInfo.cs" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <Content Include="Content\bootstrap-grid.css" />
  156. <Content Include="Content\bootstrap-grid.min.css" />
  157. <Content Include="Content\bootstrap-grid.rtl.css" />
  158. <Content Include="Content\bootstrap-grid.rtl.min.css" />
  159. <Content Include="Content\bootstrap-reboot.css" />
  160. <Content Include="Content\bootstrap-reboot.min.css" />
  161. <Content Include="Content\bootstrap-reboot.rtl.css" />
  162. <Content Include="Content\bootstrap-reboot.rtl.min.css" />
  163. <Content Include="Content\bootstrap-utilities.css" />
  164. <Content Include="Content\bootstrap-utilities.min.css" />
  165. <Content Include="Content\bootstrap-utilities.rtl.css" />
  166. <Content Include="Content\bootstrap-utilities.rtl.min.css" />
  167. <Content Include="Content\bootstrap.css" />
  168. <Content Include="Content\bootstrap.min.css" />
  169. <Content Include="Content\bootstrap.rtl.css" />
  170. <Content Include="Content\bootstrap.rtl.min.css" />
  171. <Content Include="favicon.ico" />
  172. <Content Include="Global.asax" />
  173. <Content Include="Content\Site.css" />
  174. <Content Include="Models\EmployerListModel.Context.tt">
  175. <Generator>TextTemplatingFileGenerator</Generator>
  176. <LastGenOutput>EmployerListModel.Context.cs</LastGenOutput>
  177. <DependentUpon>EmployerListModel.edmx</DependentUpon>
  178. </Content>
  179. <Content Include="Models\EmployerListModel.tt">
  180. <Generator>TextTemplatingFileGenerator</Generator>
  181. <DependentUpon>EmployerListModel.edmx</DependentUpon>
  182. <LastGenOutput>EmployerListModel.cs</LastGenOutput>
  183. </Content>
  184. <Content Include="Scripts\bootstrap.bundle.js" />
  185. <Content Include="Scripts\bootstrap.bundle.min.js" />
  186. <Content Include="Scripts\bootstrap.esm.js" />
  187. <Content Include="Scripts\bootstrap.esm.min.js" />
  188. <Content Include="Scripts\bootstrap.js" />
  189. <Content Include="Scripts\bootstrap.min.js" />
  190. <EntityDeploy Include="Models\EmployerListModel.edmx">
  191. <Generator>EntityModelCodeGenerator</Generator>
  192. <LastGenOutput>EmployerListModel.Designer.cs</LastGenOutput>
  193. </EntityDeploy>
  194. <Content Include="Models\EmployerListModel.edmx.diagram">
  195. <DependentUpon>EmployerListModel.edmx</DependentUpon>
  196. </Content>
  197. <None Include="Scripts\jquery-3.6.0.intellisense.js" />
  198. <Content Include="Scripts\jquery-3.6.0.js" />
  199. <Content Include="Scripts\jquery-3.6.0.min.js" />
  200. <Content Include="Scripts\jquery-3.6.0.slim.js" />
  201. <Content Include="Scripts\jquery-3.6.0.slim.min.js" />
  202. <None Include="Scripts\jquery.validate-vsdoc.js" />
  203. <Content Include="Scripts\jquery.validate.js" />
  204. <Content Include="Scripts\jquery.validate.min.js" />
  205. <Content Include="Scripts\jquery.validate.unobtrusive.js" />
  206. <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
  207. <Content Include="Scripts\modernizr-2.8.3.js" />
  208. <Content Include="Web.config" />
  209. <Content Include="Web.Debug.config">
  210. <DependentUpon>Web.config</DependentUpon>
  211. </Content>
  212. <Content Include="Web.Release.config">
  213. <DependentUpon>Web.config</DependentUpon>
  214. </Content>
  215. <Content Include="Views\Web.config" />
  216. <Content Include="Views\_ViewStart.cshtml" />
  217. <Content Include="Views\Shared\Error.cshtml" />
  218. <Content Include="Views\Shared\_Layout.cshtml" />
  219. <Content Include="Views\Home\Index.cshtml" />
  220. <Content Include="Views\Home\Main.cshtml" />
  221. <Content Include="Views\Home\Login.cshtml" />
  222. <Content Include="Views\Home\UserDashBoard.cshtml" />
  223. </ItemGroup>
  224. <ItemGroup>
  225. <Folder Include="App_Data\" />
  226. </ItemGroup>
  227. <ItemGroup>
  228. <Content Include="Content\bootstrap.rtl.min.css.map" />
  229. <Content Include="Content\bootstrap.rtl.css.map" />
  230. <Content Include="Content\bootstrap.min.css.map" />
  231. <Content Include="Content\bootstrap.css.map" />
  232. <Content Include="Content\bootstrap-utilities.rtl.min.css.map" />
  233. <Content Include="Content\bootstrap-utilities.rtl.css.map" />
  234. <Content Include="Content\bootstrap-utilities.min.css.map" />
  235. <Content Include="Content\bootstrap-utilities.css.map" />
  236. <Content Include="Content\bootstrap-reboot.rtl.min.css.map" />
  237. <Content Include="Content\bootstrap-reboot.rtl.css.map" />
  238. <Content Include="Content\bootstrap-reboot.min.css.map" />
  239. <Content Include="Content\bootstrap-reboot.css.map" />
  240. <Content Include="Content\bootstrap-grid.rtl.min.css.map" />
  241. <Content Include="Content\bootstrap-grid.rtl.css.map" />
  242. <Content Include="Content\bootstrap-grid.min.css.map" />
  243. <Content Include="Content\bootstrap-grid.css.map" />
  244. <None Include="packages.config" />
  245. <Content Include="Scripts\bootstrap.min.js.map" />
  246. <Content Include="Scripts\bootstrap.js.map" />
  247. <Content Include="Scripts\bootstrap.esm.min.js.map" />
  248. <Content Include="Scripts\bootstrap.esm.js.map" />
  249. <Content Include="Scripts\bootstrap.bundle.min.js.map" />
  250. <Content Include="Scripts\bootstrap.bundle.js.map" />
  251. <Content Include="Scripts\jquery-3.6.0.slim.min.map" />
  252. <Content Include="Scripts\jquery-3.6.0.min.map" />
  253. </ItemGroup>
  254. <ItemGroup>
  255. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  256. </ItemGroup>
  257. <PropertyGroup>
  258. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  259. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  260. </PropertyGroup>
  261. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  262. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  263. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  264. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  265. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  266. </Target>
  267. <ProjectExtensions>
  268. <VisualStudio>
  269. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  270. <WebProjectProperties>
  271. <UseIIS>True</UseIIS>
  272. <AutoAssignPort>True</AutoAssignPort>
  273. <DevelopmentServerPort>49810</DevelopmentServerPort>
  274. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  275. <IISUrl>https://localhost:44364/</IISUrl>
  276. <NTLMAuthentication>False</NTLMAuthentication>
  277. <UseCustomServer>False</UseCustomServer>
  278. <CustomServerUrl>
  279. </CustomServerUrl>
  280. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  281. </WebProjectProperties>
  282. </FlavorProperties>
  283. </VisualStudio>
  284. </ProjectExtensions>
  285. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  286. <PropertyGroup>
  287. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  288. </PropertyGroup>
  289. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
  290. <Error Condition="!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
  291. <Error Condition="!Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
  292. </Target>
  293. <Import Project="packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
  294. <Import Project="packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets" Condition="Exists('packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" />
  295. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  296. Other similar extension points exist, see Microsoft.Common.targets.
  297. <Target Name="BeforeBuild">
  298. </Target>
  299. <Target Name="AfterBuild">
  300. </Target> -->
  301. </Project>