1+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >
7+ </ProductVersion >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <ProjectGuid >{7E8DCDC0-7C0E-47C5-B576-2CC2725B4384}</ProjectGuid >
10+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
11+ <OutputType >Library</OutputType >
12+ <AppDesignerFolder >Properties</AppDesignerFolder >
13+ <RootNamespace >asp.net_test</RootNamespace >
14+ <AssemblyName >asp.net_test</AssemblyName >
15+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
16+ <UseIISExpress >true</UseIISExpress >
17+ <Use64BitIISExpress />
18+ <IISExpressSSLPort >44303</IISExpressSSLPort >
19+ <IISExpressAnonymousAuthentication />
20+ <IISExpressWindowsAuthentication />
21+ <IISExpressUseClassicPipelineMode />
22+ <UseGlobalApplicationHostFile />
23+ <NuGetPackageImportStamp >
24+ </NuGetPackageImportStamp >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27+ <DebugSymbols >true</DebugSymbols >
28+ <DebugType >full</DebugType >
29+ <Optimize >false</Optimize >
30+ <OutputPath >bin\</OutputPath >
31+ <DefineConstants >DEBUG;TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
36+ <DebugType >pdbonly</DebugType >
37+ <Optimize >true</Optimize >
38+ <OutputPath >bin\</OutputPath >
39+ <DefineConstants >TRACE</DefineConstants >
40+ <ErrorReport >prompt</ErrorReport >
41+ <WarningLevel >4</WarningLevel >
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" Dynamsoft.BarcodeReader, Version=9.6.40.0220, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\Dynamsoft.BarcodeReader.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" DynamsoftCommon, Version=1.1.0.0, Culture=neutral, PublicKeyToken=ad0967c36e09320a, processorArchitecture=MSIL" >
48+ <HintPath >..\packages\Dynamsoft.DotNet.Barcode.9.6.40\lib\net40\DynamsoftCommon.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" Microsoft.CSharp" />
51+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\Newtonsoft.Json.13.0.2\lib\net40\Newtonsoft.Json.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" System.Web.DynamicData" />
55+ <Reference Include =" System.Web.Entity" />
56+ <Reference Include =" System.Web.ApplicationServices" />
57+ <Reference Include =" System.ComponentModel.DataAnnotations" />
58+ <Reference Include =" System" />
59+ <Reference Include =" System.Data" />
60+ <Reference Include =" System.Core" />
61+ <Reference Include =" System.Data.DataSetExtensions" />
62+ <Reference Include =" System.Web.Extensions" />
63+ <Reference Include =" System.Xml.Linq" />
64+ <Reference Include =" System.Drawing" />
65+ <Reference Include =" System.Web" />
66+ <Reference Include =" System.Xml" />
67+ <Reference Include =" System.Configuration" />
68+ <Reference Include =" System.Web.Services" />
69+ <Reference Include =" System.EnterpriseServices" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <Content Include =" ReadBarcode.ashx" />
73+ <None Include =" packages.config" />
74+ <None Include =" Web.Debug.config" >
75+ <DependentUpon >Web.config</DependentUpon >
76+ </None >
77+ <None Include =" Web.Release.config" >
78+ <DependentUpon >Web.config</DependentUpon >
79+ </None >
80+ </ItemGroup >
81+ <ItemGroup >
82+ <Content Include =" Global.asax" />
83+ <Content Include =" index.html" />
84+ <Content Include =" Web.config" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <Compile Include =" Global.asax.cs" >
88+ <DependentUpon >Global.asax</DependentUpon >
89+ </Compile >
90+ <Compile Include =" Properties\AssemblyInfo.cs" />
91+ <Compile Include =" ReadBarcode.ashx.cs" >
92+ <DependentUpon >ReadBarcode.ashx</DependentUpon >
93+ </Compile >
94+ </ItemGroup >
95+ <PropertyGroup >
96+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
97+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
98+ </PropertyGroup >
99+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
100+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
101+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
102+ <ProjectExtensions >
103+ <VisualStudio >
104+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
105+ <WebProjectProperties >
106+ <UseIIS >True</UseIIS >
107+ <AutoAssignPort >True</AutoAssignPort >
108+ <DevelopmentServerPort >51847</DevelopmentServerPort >
109+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
110+ <IISUrl >https://localhost:44303/</IISUrl >
111+ <NTLMAuthentication >False</NTLMAuthentication >
112+ <UseCustomServer >False</UseCustomServer >
113+ <CustomServerUrl >
114+ </CustomServerUrl >
115+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
116+ </WebProjectProperties >
117+ </FlavorProperties >
118+ </VisualStudio >
119+ </ProjectExtensions >
120+ <Import Project =" ..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets" Condition =" Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" />
121+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
122+ <PropertyGroup >
123+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
124+ </PropertyGroup >
125+ <Error Condition =" !Exists('..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Dynamsoft.DotNet.Barcode.9.6.40\build\Dynamsoft.DotNet.Barcode.targets'))" />
126+ </Target >
127+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128+ Other similar extension points exist, see Microsoft.Common.targets.
129+ <Target Name="BeforeBuild">
130+ </Target>
131+ <Target Name="AfterBuild">
132+ </Target>
133+ -->
134+ </Project >
0 commit comments