AipGateway.Web.csproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.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>{2B34F4ED-3CE5-41B4-A6CC-417CAAD9F0E9}</ProjectGuid>
  12. <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  13. <OutputType>Library</OutputType>
  14. <AppDesignerFolder>Properties</AppDesignerFolder>
  15. <RootNamespace>AipGateway.Web</RootNamespace>
  16. <AssemblyName>AipGateway.Web</AssemblyName>
  17. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  18. <MvcBuildViews>false</MvcBuildViews>
  19. <UseIISExpress>true</UseIISExpress>
  20. <Use64BitIISExpress />
  21. <IISExpressSSLPort>44301</IISExpressSSLPort>
  22. <IISExpressAnonymousAuthentication />
  23. <IISExpressWindowsAuthentication />
  24. <IISExpressUseClassicPipelineMode />
  25. <UseGlobalApplicationHostFile />
  26. <NuGetPackageImportStamp>
  27. </NuGetPackageImportStamp>
  28. <TargetFrameworkProfile />
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  31. <DebugSymbols>true</DebugSymbols>
  32. <DebugType>full</DebugType>
  33. <Optimize>false</Optimize>
  34. <OutputPath>bin\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. <Prefer32Bit>false</Prefer32Bit>
  39. </PropertyGroup>
  40. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  41. <DebugSymbols>true</DebugSymbols>
  42. <DebugType>pdbonly</DebugType>
  43. <Optimize>true</Optimize>
  44. <OutputPath>bin\</OutputPath>
  45. <DefineConstants>TRACE</DefineConstants>
  46. <ErrorReport>prompt</ErrorReport>
  47. <WarningLevel>4</WarningLevel>
  48. <Prefer32Bit>false</Prefer32Bit>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="Microsoft.Extensions.Configuration, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  56. <HintPath>..\packages\Microsoft.Extensions.Configuration.8.0.0\lib\net462\Microsoft.Extensions.Configuration.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Microsoft.Extensions.Configuration.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Microsoft.Extensions.Configuration.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Microsoft.Extensions.Configuration.FileExtensions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  62. <HintPath>..\packages\Microsoft.Extensions.Configuration.FileExtensions.8.0.0\lib\net462\Microsoft.Extensions.Configuration.FileExtensions.dll</HintPath>
  63. </Reference>
  64. <Reference Include="Microsoft.Extensions.Configuration.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  65. <HintPath>..\packages\Microsoft.Extensions.Configuration.Json.8.0.0\lib\net462\Microsoft.Extensions.Configuration.Json.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Microsoft.Extensions.FileProviders.Abstractions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Microsoft.Extensions.FileProviders.Abstractions.8.0.0\lib\net462\Microsoft.Extensions.FileProviders.Abstractions.dll</HintPath>
  69. </Reference>
  70. <Reference Include="Microsoft.Extensions.FileProviders.Physical, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  71. <HintPath>..\packages\Microsoft.Extensions.FileProviders.Physical.8.0.0\lib\net462\Microsoft.Extensions.FileProviders.Physical.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Microsoft.Extensions.FileSystemGlobbing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  74. <HintPath>..\packages\Microsoft.Extensions.FileSystemGlobbing.8.0.0\lib\net462\Microsoft.Extensions.FileSystemGlobbing.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Microsoft.Extensions.Primitives, Version=8.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  77. <HintPath>..\packages\Microsoft.Extensions.Primitives.8.0.0\lib\net462\Microsoft.Extensions.Primitives.dll</HintPath>
  78. </Reference>
  79. <Reference Include="System" />
  80. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  81. <HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  82. </Reference>
  83. <Reference Include="System.Configuration.ConfigurationManager, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  84. <HintPath>..\packages\System.Configuration.ConfigurationManager.8.0.0\lib\net462\System.Configuration.ConfigurationManager.dll</HintPath>
  85. </Reference>
  86. <Reference Include="System.Data" />
  87. <Reference Include="System.Data.DataSetExtensions" />
  88. <Reference Include="System.Drawing" />
  89. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  90. <HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  91. </Reference>
  92. <Reference Include="System.Numerics" />
  93. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  94. <HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  97. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  100. <HintPath>..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  101. </Reference>
  102. <Reference Include="System.Text.Json, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  103. <HintPath>..\packages\System.Text.Json.8.0.0\lib\net462\System.Text.Json.dll</HintPath>
  104. </Reference>
  105. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  106. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  107. </Reference>
  108. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  109. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  110. </Reference>
  111. <Reference Include="System.Web.DynamicData" />
  112. <Reference Include="System.Web.Entity" />
  113. <Reference Include="System.Web.ApplicationServices" />
  114. <Reference Include="System.ComponentModel.DataAnnotations" />
  115. <Reference Include="System.Web" />
  116. <Reference Include="System.Web.Abstractions" />
  117. <Reference Include="System.Web.Extensions" />
  118. <Reference Include="System.Web.Routing" />
  119. <Reference Include="System.Xml" />
  120. <Reference Include="System.Configuration" />
  121. <Reference Include="System.Runtime.Serialization" />
  122. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  123. <Private>True</Private>
  124. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  125. </Reference>
  126. <Reference Include="Newtonsoft.Json">
  127. <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  128. </Reference>
  129. <Reference Include="System.Net.Http">
  130. </Reference>
  131. <Reference Include="System.Net.Http.Formatting, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  132. <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.7\lib\net45\System.Net.Http.Formatting.dll</HintPath>
  133. </Reference>
  134. <Reference Include="System.Net.Http.WebRequest">
  135. </Reference>
  136. <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  137. <Private>True</Private>
  138. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
  139. </Reference>
  140. <Reference Include="System.Web.Http, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  141. <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.7\lib\net45\System.Web.Http.dll</HintPath>
  142. </Reference>
  143. <Reference Include="System.Web.Http.WebHost, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  144. <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.7\lib\net45\System.Web.Http.WebHost.dll</HintPath>
  145. </Reference>
  146. <Reference Include="System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  147. <Private>True</Private>
  148. <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
  149. </Reference>
  150. <Reference Include="System.Web.Optimization">
  151. <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
  152. </Reference>
  153. <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  154. <Private>True</Private>
  155. <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
  156. </Reference>
  157. <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  158. <Private>True</Private>
  159. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
  160. </Reference>
  161. <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  162. <Private>True</Private>
  163. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
  164. </Reference>
  165. <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  166. <Private>True</Private>
  167. <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
  168. </Reference>
  169. <Reference Include="System.Xml.Linq" />
  170. <Reference Include="WebGrease">
  171. <Private>True</Private>
  172. <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
  173. </Reference>
  174. <Reference Include="Antlr3.Runtime">
  175. <Private>True</Private>
  176. <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
  177. </Reference>
  178. </ItemGroup>
  179. <ItemGroup>
  180. <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform">
  181. <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
  182. </Reference>
  183. </ItemGroup>
  184. <ItemGroup>
  185. <Compile Include="App_Start\BundleConfig.cs" />
  186. <Compile Include="App_Start\FilterConfig.cs" />
  187. <Compile Include="App_Start\RouteConfig.cs" />
  188. <Compile Include="App_Start\WebApiConfig.cs" />
  189. <Compile Include="Controllers\DownloadController.cs" />
  190. <Compile Include="Controllers\HomeController.cs" />
  191. <Compile Include="Controllers\UploadController.cs" />
  192. <Compile Include="Controllers\ValuesController.cs" />
  193. <Compile Include="Global.asax.cs">
  194. <DependentUpon>Global.asax</DependentUpon>
  195. </Compile>
  196. <Compile Include="Models\NormalResponse.cs" />
  197. <Compile Include="Models\DownloadRequest.cs" />
  198. <Compile Include="Models\ErrorResponse.cs" />
  199. <Compile Include="Models\UploadRequest.cs" />
  200. <Compile Include="Properties\AssemblyInfo.cs" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <Content Include="Content\bootstrap-theme.css" />
  204. <Content Include="Content\bootstrap-theme.min.css" />
  205. <Content Include="Content\bootstrap.css" />
  206. <Content Include="Content\bootstrap.min.css" />
  207. <Content Include="favicon.ico" />
  208. <Content Include="fonts\glyphicons-halflings-regular.svg" />
  209. <Content Include="Global.asax" />
  210. <Content Include="Scripts\bootstrap.js" />
  211. <Content Include="Scripts\bootstrap.min.js" />
  212. <None Include="Scripts\jquery-3.4.1.intellisense.js" />
  213. <Content Include="Scripts\jquery-3.4.1.js" />
  214. <Content Include="Scripts\jquery-3.4.1.min.js" />
  215. <Content Include="Scripts\jquery-3.4.1.slim.js" />
  216. <Content Include="Scripts\jquery-3.4.1.slim.min.js" />
  217. <Content Include="Scripts\modernizr-2.8.3.js" />
  218. <Content Include="Web.config" />
  219. <Content Include="Web.Debug.config">
  220. <DependentUpon>Web.config</DependentUpon>
  221. </Content>
  222. <Content Include="Web.Release.config">
  223. <DependentUpon>Web.config</DependentUpon>
  224. </Content>
  225. <Content Include="Content\Site.css" />
  226. <Content Include="Views\Web.config" />
  227. <Content Include="Views\_ViewStart.cshtml" />
  228. <Content Include="Views\Home\Index.cshtml" />
  229. <Content Include="Views\Shared\Error.cshtml" />
  230. <Content Include="Views\Shared\_Layout.cshtml" />
  231. </ItemGroup>
  232. <ItemGroup>
  233. <Folder Include="App_Data\" />
  234. </ItemGroup>
  235. <ItemGroup>
  236. <Content Include="fonts\glyphicons-halflings-regular.woff2" />
  237. </ItemGroup>
  238. <ItemGroup>
  239. <Content Include="fonts\glyphicons-halflings-regular.woff" />
  240. </ItemGroup>
  241. <ItemGroup>
  242. <Content Include="fonts\glyphicons-halflings-regular.ttf" />
  243. </ItemGroup>
  244. <ItemGroup>
  245. <Content Include="fonts\glyphicons-halflings-regular.eot" />
  246. </ItemGroup>
  247. <ItemGroup>
  248. <Content Include="Content\bootstrap.min.css.map" />
  249. </ItemGroup>
  250. <ItemGroup>
  251. <Content Include="Content\bootstrap.css.map" />
  252. </ItemGroup>
  253. <ItemGroup>
  254. <Content Include="Content\bootstrap-theme.min.css.map" />
  255. </ItemGroup>
  256. <ItemGroup>
  257. <Content Include="Content\bootstrap-theme.css.map" />
  258. </ItemGroup>
  259. <ItemGroup>
  260. <None Include="packages.config" />
  261. <Content Include="Scripts\jquery-3.4.1.slim.min.map" />
  262. <Content Include="Scripts\jquery-3.4.1.min.map" />
  263. </ItemGroup>
  264. <ItemGroup>
  265. <ProjectReference Include="..\AipGateway.AIP\AipGateway.AIP.csproj">
  266. <Project>{a783fdc9-3028-464b-911b-c0350345c9b3}</Project>
  267. <Name>AipGateway.AIP</Name>
  268. </ProjectReference>
  269. <ProjectReference Include="..\AipGateway.Common\AipGateway.Common.csproj">
  270. <Project>{28fd1900-363e-43ea-ab44-0850915ac588}</Project>
  271. <Name>AipGateway.Common</Name>
  272. </ProjectReference>
  273. <ProjectReference Include="..\AipGateway.DRM\AipGateway.DRM.csproj">
  274. <Project>{db5a7bd0-6fec-42ab-a993-f700c0febbd5}</Project>
  275. <Name>AipGateway.DRM</Name>
  276. </ProjectReference>
  277. <ProjectReference Include="..\AipGateway.Log\AipGateway.Log.csproj">
  278. <Project>{596ae790-42a6-417f-b1a4-c69bc9ca931d}</Project>
  279. <Name>AipGateway.Log</Name>
  280. </ProjectReference>
  281. </ItemGroup>
  282. <PropertyGroup>
  283. <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
  284. <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
  285. </PropertyGroup>
  286. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  287. <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
  288. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
  289. <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
  290. <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
  291. </Target>
  292. <ProjectExtensions>
  293. <VisualStudio>
  294. <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
  295. <WebProjectProperties>
  296. <UseIIS>True</UseIIS>
  297. <AutoAssignPort>True</AutoAssignPort>
  298. <DevelopmentServerPort>52350</DevelopmentServerPort>
  299. <DevelopmentServerVPath>/</DevelopmentServerVPath>
  300. <IISUrl>https://localhost:44301/</IISUrl>
  301. <NTLMAuthentication>False</NTLMAuthentication>
  302. <UseCustomServer>False</UseCustomServer>
  303. <CustomServerUrl>
  304. </CustomServerUrl>
  305. <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
  306. </WebProjectProperties>
  307. </FlavorProperties>
  308. </VisualStudio>
  309. </ProjectExtensions>
  310. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  311. <PropertyGroup>
  312. <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
  313. </PropertyGroup>
  314. <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
  315. </Target>
  316. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  317. Other similar extension points exist, see Microsoft.Common.targets.
  318. <Target Name="BeforeBuild">
  319. </Target>
  320. <Target Name="AfterBuild">
  321. </Target> -->
  322. </Project>