markus / ConvertService / ServiceBase / UploadFonts / UploadFonts.csproj @ 950e6b84
이력 | 보기 | 이력해설 | 다운로드 (13.8 KB)
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="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\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>{31742077-E930-49FC-A859-F71109B643A1}</ProjectGuid> |
12 |
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
13 |
<OutputType>Library</OutputType> |
14 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
15 |
<RootNamespace>UploadFonts</RootNamespace> |
16 |
<AssemblyName>UploadFonts</AssemblyName> |
17 |
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
18 |
<UseIISExpress>true</UseIISExpress> |
19 |
<Use64BitIISExpress /> |
20 |
<IISExpressSSLPort>44330</IISExpressSSLPort> |
21 |
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication> |
22 |
<IISExpressWindowsAuthentication>enabled</IISExpressWindowsAuthentication> |
23 |
<IISExpressUseClassicPipelineMode /> |
24 |
<UseGlobalApplicationHostFile /> |
25 |
<NuGetPackageImportStamp> |
26 |
</NuGetPackageImportStamp> |
27 |
</PropertyGroup> |
28 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
29 |
<DebugSymbols>true</DebugSymbols> |
30 |
<DebugType>full</DebugType> |
31 |
<Optimize>false</Optimize> |
32 |
<OutputPath>bin\</OutputPath> |
33 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
34 |
<ErrorReport>prompt</ErrorReport> |
35 |
<WarningLevel>4</WarningLevel> |
36 |
</PropertyGroup> |
37 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
38 |
<DebugSymbols>true</DebugSymbols> |
39 |
<DebugType>pdbonly</DebugType> |
40 |
<Optimize>true</Optimize> |
41 |
<OutputPath>bin\</OutputPath> |
42 |
<DefineConstants>TRACE</DefineConstants> |
43 |
<ErrorReport>prompt</ErrorReport> |
44 |
<WarningLevel>4</WarningLevel> |
45 |
</PropertyGroup> |
46 |
<ItemGroup> |
47 |
<Reference Include="Microsoft.CSharp" /> |
48 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
49 |
<Reference Include="System" /> |
50 |
<Reference Include="System.Data" /> |
51 |
<Reference Include="System.Core" /> |
52 |
<Reference Include="System.Data.DataSetExtensions" /> |
53 |
<Reference Include="System.Web.Extensions" /> |
54 |
<Reference Include="System.Xml.Linq" /> |
55 |
<Reference Include="System.Drawing" /> |
56 |
<Reference Include="System.Web" /> |
57 |
<Reference Include="System.Xml" /> |
58 |
<Reference Include="System.Configuration" /> |
59 |
<Reference Include="System.Web.Services" /> |
60 |
<Reference Include="System.EnterpriseServices" /> |
61 |
<Reference Include="System.Web.DynamicData" /> |
62 |
<Reference Include="System.Web.Entity" /> |
63 |
<Reference Include="System.Web.ApplicationServices" /> |
64 |
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
65 |
<Private>True</Private> |
66 |
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
67 |
</Reference> |
68 |
<Reference Include="AspNet.ScriptManager.bootstrap"> |
69 |
<HintPath>..\packages\AspNet.ScriptManager.bootstrap.3.4.1\lib\net45\AspNet.ScriptManager.bootstrap.dll</HintPath> |
70 |
</Reference> |
71 |
<Reference Include="AspNet.ScriptManager.jQuery"> |
72 |
<HintPath>..\packages\AspNet.ScriptManager.jQuery.3.4.1\lib\net45\AspNet.ScriptManager.jQuery.dll</HintPath> |
73 |
</Reference> |
74 |
<Reference Include="Microsoft.ScriptManager.MSAjax"> |
75 |
<HintPath>..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll</HintPath> |
76 |
</Reference> |
77 |
<Reference Include="Microsoft.ScriptManager.WebForms"> |
78 |
<HintPath>..\packages\Microsoft.AspNet.ScriptManager.WebForms.5.0.0\lib\net45\Microsoft.ScriptManager.WebForms.dll</HintPath> |
79 |
</Reference> |
80 |
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"> |
81 |
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath> |
82 |
</Reference> |
83 |
<Reference Include="Newtonsoft.Json"> |
84 |
<HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
85 |
</Reference> |
86 |
<Reference Include="WebGrease"> |
87 |
<Private>True</Private> |
88 |
<HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath> |
89 |
</Reference> |
90 |
<Reference Include="Antlr3.Runtime"> |
91 |
<Private>True</Private> |
92 |
<HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath> |
93 |
</Reference> |
94 |
<Reference Include="Microsoft.AspNet.Web.Optimization.WebForms"> |
95 |
<Private>True</Private> |
96 |
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll</HintPath> |
97 |
</Reference> |
98 |
<Reference Include="Microsoft.AspNet.FriendlyUrls"> |
99 |
<HintPath>..\packages\Microsoft.AspNet.FriendlyUrls.Core.1.0.2\lib\net45\Microsoft.AspNet.FriendlyUrls.dll</HintPath> |
100 |
</Reference> |
101 |
</ItemGroup> |
102 |
<ItemGroup> |
103 |
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform"> |
104 |
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath> |
105 |
</Reference> |
106 |
</ItemGroup> |
107 |
<ItemGroup> |
108 |
<Content Include="About.aspx" /> |
109 |
<Content Include="Contact.aspx" /> |
110 |
<Content Include="Content\bootstrap-theme.css" /> |
111 |
<Content Include="Content\bootstrap-theme.min.css" /> |
112 |
<Content Include="Content\bootstrap.css" /> |
113 |
<Content Include="Content\bootstrap.min.css" /> |
114 |
<Content Include="Content\Site.css" /> |
115 |
<Content Include="Default.aspx" /> |
116 |
<Content Include="favicon.ico" /> |
117 |
<Content Include="fonts\glyphicons-halflings-regular.svg" /> |
118 |
<Content Include="Global.asax" /> |
119 |
<Content Include="fonts\glyphicons-halflings-regular.woff2" /> |
120 |
<Content Include="fonts\glyphicons-halflings-regular.woff" /> |
121 |
<Content Include="fonts\glyphicons-halflings-regular.ttf" /> |
122 |
<Content Include="fonts\glyphicons-halflings-regular.eot" /> |
123 |
<Content Include="Content\bootstrap.min.css.map" /> |
124 |
<Content Include="Content\bootstrap.css.map" /> |
125 |
<Content Include="Content\bootstrap-theme.min.css.map" /> |
126 |
<Content Include="Content\bootstrap-theme.css.map" /> |
127 |
<None Include="Properties\Settings.settings"> |
128 |
<Generator>SettingsSingleFileGenerator</Generator> |
129 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
130 |
</None> |
131 |
<None Include="Scripts\jquery-3.4.1.intellisense.js" /> |
132 |
<Content Include="Scripts\bootstrap.js" /> |
133 |
<Content Include="Scripts\bootstrap.min.js" /> |
134 |
<Content Include="Scripts\jquery-3.4.1.js" /> |
135 |
<Content Include="Scripts\jquery-3.4.1.min.js" /> |
136 |
<Content Include="Scripts\jquery-3.4.1.slim.js" /> |
137 |
<Content Include="Scripts\jquery-3.4.1.slim.min.js" /> |
138 |
<Content Include="Scripts\modernizr-2.8.3.js" /> |
139 |
<Content Include="Scripts\WebForms\DetailsView.js" /> |
140 |
<Content Include="Scripts\WebForms\Focus.js" /> |
141 |
<Content Include="Scripts\WebForms\GridView.js" /> |
142 |
<Content Include="Scripts\WebForms\Menu.js" /> |
143 |
<Content Include="Scripts\WebForms\MenuStandards.js" /> |
144 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjax.js" /> |
145 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxApplicationServices.js" /> |
146 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxComponentModel.js" /> |
147 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxCore.js" /> |
148 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxGlobalization.js" /> |
149 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxHistory.js" /> |
150 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxNetwork.js" /> |
151 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxSerialization.js" /> |
152 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxTimer.js" /> |
153 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebForms.js" /> |
154 |
<Content Include="Scripts\WebForms\MSAjax\MicrosoftAjaxWebServices.js" /> |
155 |
<Content Include="Scripts\WebForms\SmartNav.js" /> |
156 |
<Content Include="Scripts\WebForms\TreeView.js" /> |
157 |
<Content Include="Scripts\WebForms\WebForms.js" /> |
158 |
<Content Include="Scripts\WebForms\WebParts.js" /> |
159 |
<Content Include="Scripts\WebForms\WebUIValidation.js" /> |
160 |
<Content Include="Site.Master" /> |
161 |
<Content Include="ViewSwitcher.ascx" /> |
162 |
<Content Include="Web.config" /> |
163 |
<Content Include="Bundle.config" /> |
164 |
<Content Include="Site.Mobile.Master" /> |
165 |
</ItemGroup> |
166 |
<ItemGroup> |
167 |
<Compile Include="App_Start\BundleConfig.cs" /> |
168 |
<Compile Include="About.aspx.cs"> |
169 |
<DependentUpon>About.aspx</DependentUpon> |
170 |
<SubType>ASPXCodeBehind</SubType> |
171 |
</Compile> |
172 |
<Compile Include="About.aspx.designer.cs"> |
173 |
<DependentUpon>About.aspx</DependentUpon> |
174 |
</Compile> |
175 |
<Compile Include="App_Start\RouteConfig.cs" /> |
176 |
<Compile Include="Contact.aspx.cs"> |
177 |
<DependentUpon>Contact.aspx</DependentUpon> |
178 |
<SubType>ASPXCodeBehind</SubType> |
179 |
</Compile> |
180 |
<Compile Include="Contact.aspx.designer.cs"> |
181 |
<DependentUpon>Contact.aspx</DependentUpon> |
182 |
</Compile> |
183 |
<Compile Include="Default.aspx.cs"> |
184 |
<DependentUpon>Default.aspx</DependentUpon> |
185 |
<SubType>ASPXCodeBehind</SubType> |
186 |
</Compile> |
187 |
<Compile Include="Default.aspx.designer.cs"> |
188 |
<DependentUpon>Default.aspx</DependentUpon> |
189 |
</Compile> |
190 |
<Compile Include="Global.asax.cs"> |
191 |
<DependentUpon>Global.asax</DependentUpon> |
192 |
</Compile> |
193 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
194 |
<Compile Include="Properties\Settings.Designer.cs"> |
195 |
<AutoGen>True</AutoGen> |
196 |
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
197 |
<DependentUpon>Settings.settings</DependentUpon> |
198 |
</Compile> |
199 |
<Compile Include="Site.Master.cs"> |
200 |
<DependentUpon>Site.Master</DependentUpon> |
201 |
<SubType>ASPXCodeBehind</SubType> |
202 |
</Compile> |
203 |
<Compile Include="Site.Master.designer.cs"> |
204 |
<DependentUpon>Site.Master</DependentUpon> |
205 |
</Compile> |
206 |
<Compile Include="Site.Mobile.Master.cs"> |
207 |
<DependentUpon>Site.Mobile.Master</DependentUpon> |
208 |
<SubType>ASPXCodeBehind</SubType> |
209 |
</Compile> |
210 |
<Compile Include="Site.Mobile.Master.designer.cs"> |
211 |
<DependentUpon>Site.Mobile.Master</DependentUpon> |
212 |
</Compile> |
213 |
<Compile Include="ViewSwitcher.ascx.cs"> |
214 |
<DependentUpon>ViewSwitcher.ascx</DependentUpon> |
215 |
<SubType>ASPXCodeBehind</SubType> |
216 |
</Compile> |
217 |
<Compile Include="ViewSwitcher.ascx.designer.cs"> |
218 |
<DependentUpon>ViewSwitcher.ascx</DependentUpon> |
219 |
</Compile> |
220 |
</ItemGroup> |
221 |
<ItemGroup> |
222 |
<Folder Include="App_Data\" /> |
223 |
</ItemGroup> |
224 |
<ItemGroup> |
225 |
<None Include="packages.config" /> |
226 |
<Content Include="Scripts\jquery-3.4.1.slim.min.map" /> |
227 |
<Content Include="Scripts\jquery-3.4.1.min.map" /> |
228 |
<None Include="Web.Debug.config"> |
229 |
<DependentUpon>Web.config</DependentUpon> |
230 |
</None> |
231 |
<None Include="Web.Release.config"> |
232 |
<DependentUpon>Web.config</DependentUpon> |
233 |
</None> |
234 |
</ItemGroup> |
235 |
<PropertyGroup> |
236 |
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
237 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
238 |
</PropertyGroup> |
239 |
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
240 |
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
241 |
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
242 |
<ProjectExtensions> |
243 |
<VisualStudio> |
244 |
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
245 |
<WebProjectProperties> |
246 |
<UseIIS>True</UseIIS> |
247 |
<AutoAssignPort>True</AutoAssignPort> |
248 |
<DevelopmentServerPort>61196</DevelopmentServerPort> |
249 |
<DevelopmentServerVPath>/</DevelopmentServerVPath> |
250 |
<IISUrl>https://localhost:44330/</IISUrl> |
251 |
<NTLMAuthentication>False</NTLMAuthentication> |
252 |
<UseCustomServer>False</UseCustomServer> |
253 |
<CustomServerUrl> |
254 |
</CustomServerUrl> |
255 |
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
256 |
</WebProjectProperties> |
257 |
</FlavorProperties> |
258 |
</VisualStudio> |
259 |
</ProjectExtensions> |
260 |
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
261 |
<PropertyGroup> |
262 |
<ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
263 |
</PropertyGroup> |
264 |
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" /> |
265 |
</Target> |
266 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
267 |
Other similar extension points exist, see Microsoft.Common.targets. |
268 |
<Target Name="BeforeBuild"> |
269 |
</Target> |
270 |
<Target Name="AfterBuild"> |
271 |
</Target> |
272 |
--> |
273 |
</Project> |