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+ <ProjectGuid >{BEC461CD-EB59-44F2-A1FF-8DD515D14B0F}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AzureMLRecoSampleApp</RootNamespace >
11+ <AssemblyName >AzureMLRecoSampleApp</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SccProjectName >SAK</SccProjectName >
15+ <SccLocalPath >SAK</SccLocalPath >
16+ <SccAuxPath >SAK</SccAuxPath >
17+ <SccProvider >SAK</SccProvider >
18+ <PublishUrl >publish\</PublishUrl >
19+ <Install >true</Install >
20+ <InstallFrom >Disk</InstallFrom >
21+ <UpdateEnabled >false</UpdateEnabled >
22+ <UpdateMode >Foreground</UpdateMode >
23+ <UpdateInterval >7</UpdateInterval >
24+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
25+ <UpdatePeriodically >false</UpdatePeriodically >
26+ <UpdateRequired >false</UpdateRequired >
27+ <MapFileExtensions >true</MapFileExtensions >
28+ <ApplicationRevision >0</ApplicationRevision >
29+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
30+ <IsWebBootstrapper >false</IsWebBootstrapper >
31+ <UseApplicationTrust >false</UseApplicationTrust >
32+ <BootstrapperEnabled >true</BootstrapperEnabled >
33+ </PropertyGroup >
34+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
35+ <PlatformTarget >AnyCPU</PlatformTarget >
36+ <DebugSymbols >true</DebugSymbols >
37+ <DebugType >full</DebugType >
38+ <Optimize >false</Optimize >
39+ <OutputPath >bin\Debug\</OutputPath >
40+ <DefineConstants >DEBUG;TRACE</DefineConstants >
41+ <ErrorReport >prompt</ErrorReport >
42+ <WarningLevel >4</WarningLevel >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
45+ <PlatformTarget >AnyCPU</PlatformTarget >
46+ <DebugType >pdbonly</DebugType >
47+ <Optimize >true</Optimize >
48+ <OutputPath >bin\Release\</OutputPath >
49+ <DefineConstants >TRACE</DefineConstants >
50+ <ErrorReport >prompt</ErrorReport >
51+ <WarningLevel >4</WarningLevel >
52+ </PropertyGroup >
53+ <ItemGroup >
54+ <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
55+ <HintPath >packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
56+ <Private >True</Private >
57+ </Reference >
58+ <Reference Include =" System" />
59+ <Reference Include =" System.Core" />
60+ <Reference Include =" System.Net.Http" />
61+ <Reference Include =" System.Runtime.Serialization" />
62+ <Reference Include =" System.ServiceModel" />
63+ <Reference Include =" System.Xml.Linq" />
64+ <Reference Include =" System.Data.DataSetExtensions" />
65+ <Reference Include =" Microsoft.CSharp" />
66+ <Reference Include =" System.Data" />
67+ <Reference Include =" System.Xml" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <Compile Include =" SampleApp.cs" />
71+ <Compile Include =" Properties\AssemblyInfo.cs" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <None Include =" App.config" />
75+ <None Include =" packages.config" />
76+ </ItemGroup >
77+ <ItemGroup >
78+ <Content Include =" Resources\catalog_small.txt" >
79+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
80+ </Content >
81+ <Content Include =" Resources\usage_small.txt" >
82+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
83+ </Content >
84+ </ItemGroup >
85+ <ItemGroup >
86+ <BootstrapperPackage Include =" .NETFramework,Version=v4.5" >
87+ <Visible >False</Visible >
88+ <ProductName >Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName >
89+ <Install >true</Install >
90+ </BootstrapperPackage >
91+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
92+ <Visible >False</Visible >
93+ <ProductName >.NET Framework 3.5 SP1</ProductName >
94+ <Install >false</Install >
95+ </BootstrapperPackage >
96+ </ItemGroup >
97+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
98+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
99+ Other similar extension points exist, see Microsoft.Common.targets.
100+ <Target Name="BeforeBuild">
101+ </Target>
102+ <Target Name="AfterBuild">
103+ </Target>
104+ -->
105+ </Project >
0 commit comments