11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0 " DefaultTargets = " Build " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project ToolsVersion =" 15.0 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
77 <ProjectGuid >{D151C869-BC8F-4465-9460-5103A25D21E9}</ProjectGuid >
88 <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
109 <RootNamespace >Aliyun.OTS.Samples</RootNamespace >
11- <AssemblyName >Aliyun.TableStore.Sample</AssemblyName >
10+ <AssemblyName >Aliyun.TableStore.Net40.Sample</AssemblyName >
11+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
1212 <FileAlignment >512</FileAlignment >
13- <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14- <TargetFrameworkProfile />
15- <ProductVersion >8.0.30703</ProductVersion >
16- <SchemaVersion >2.0</SchemaVersion >
13+ <Deterministic >true</Deterministic >
1714 <PublishUrl >publish\</PublishUrl >
1815 <Install >true</Install >
1916 <InstallFrom >Disk</InstallFrom >
2623 <MapFileExtensions >true</MapFileExtensions >
2724 <ApplicationRevision >0</ApplicationRevision >
2825 <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29- <IsWebBootstrapper >false</IsWebBootstrapper >
3026 <UseApplicationTrust >false</UseApplicationTrust >
3127 <BootstrapperEnabled >true</BootstrapperEnabled >
28+ <ProductVersion >8.0.30703</ProductVersion >
29+ <SchemaVersion >2.0</SchemaVersion >
30+ <ProjectAssetsFile >notexistfile</ProjectAssetsFile >
3231 </PropertyGroup >
3332 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
33+ <PlatformTarget >AnyCPU</PlatformTarget >
3434 <DebugSymbols >true</DebugSymbols >
3535 <DebugType >full</DebugType >
3636 <Optimize >false</Optimize >
4949 <WarningLevel >4</WarningLevel >
5050 </PropertyGroup >
5151 <PropertyGroup >
52- <StartupObject >Aliyun.OTS.Samples.Program </StartupObject >
52+ <StartupObject >Aliyun.OTS.Samples.Samples.SearchIndexSample </StartupObject >
5353 </PropertyGroup >
5454 <ItemGroup >
5555 <Compile Include =" Config.cs" />
56- <Compile Include =" Program.cs" />
5756 <Compile Include =" Properties\AssemblyInfo.cs" />
5857 <Compile Include =" Samples\AtomicIncrementSample.cs" />
5958 <Compile Include =" Samples\AutoIncrementSample.cs" />
6968 <Compile Include =" Samples\SQLSample.cs" />
7069 </ItemGroup >
7170 <ItemGroup >
72- <None Include =" App.config" />
73- <None Include =" packages.config" />
74- </ItemGroup >
75- <ItemGroup >
76- <Reference Include =" Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
77- <HintPath >..\packages\Newtonsoft.Json.11.0.2\lib\net40\Newtonsoft.Json.dll</HintPath >
71+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\Newtonsoft.Json.13.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
7873 </Reference >
7974 <Reference Include =" System" />
75+ <Reference Include =" System.Core" />
76+ <Reference Include =" System.Xml.Linq" />
77+ <Reference Include =" System.Data.DataSetExtensions" />
78+ <Reference Include =" Microsoft.CSharp" />
79+ <Reference Include =" System.Data" />
80+ <Reference Include =" System.Xml" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <Compile Include =" Program.cs" />
8084 </ItemGroup >
8185 <ItemGroup >
8286 <ProjectReference Include =" ..\sdk\aliyun-tablestore-sdk.csproj" >
83- <Project >{AB5EFCA2-53A9-42B5-861E-3FD6F865036B }</Project >
87+ <Project >{ab5efca2-53a9-42b5-861e-3fd6f865036b }</Project >
8488 <Name >aliyun-tablestore-sdk</Name >
8589 </ProjectReference >
8690 </ItemGroup >
87- <ItemGroup >
88- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
89- <Visible >False</Visible >
90- <ProductName >.NET Framework 3.5 SP1</ProductName >
91- <Install >false</Install >
92- </BootstrapperPackage >
93- </ItemGroup >
9491 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
95- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96- Other similar extension points exist, see Microsoft.Common.targets.
97- <Target Name="BeforeBuild">
98- </Target>
99- <Target Name="AfterBuild">
100- </Target>
101- -->
10292</Project >
0 commit comments