11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" 15.0" >
2+ <Project ToolsVersion =" 14.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')" />
34 <PropertyGroup >
45 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
56 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.50727</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{720D48EF-B277-4C46-90B4-FBD8DA81D5CA}</ProjectGuid >
7+ <ProjectGuid >{FA674CFA-F91C-4E05-B87E-93F5A052E614}</ProjectGuid >
98 <OutputType >Library</OutputType >
109 <AppDesignerFolder >Properties</AppDesignerFolder >
1110 <RootNamespace >WSServer_sample</RootNamespace >
1211 <AssemblyName >WSServer_sample</AssemblyName >
1312 <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
14- <FileUpgradeFlags >
15- </FileUpgradeFlags >
16- <OldToolsVersion >2.0</OldToolsVersion >
17- <UpgradeBackupLocation />
13+ <FileAlignment >512</FileAlignment >
1814 <TargetFrameworkProfile />
19- <PublishUrl >publish\</PublishUrl >
20- <Install >true</Install >
21- <InstallFrom >Disk</InstallFrom >
22- <UpdateEnabled >false</UpdateEnabled >
23- <UpdateMode >Foreground</UpdateMode >
24- <UpdateInterval >7</UpdateInterval >
25- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26- <UpdatePeriodically >false</UpdatePeriodically >
27- <UpdateRequired >false</UpdateRequired >
28- <MapFileExtensions >true</MapFileExtensions >
29- <ApplicationRevision >0</ApplicationRevision >
30- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31- <IsWebBootstrapper >false</IsWebBootstrapper >
32- <UseApplicationTrust >false</UseApplicationTrust >
33- <BootstrapperEnabled >true</BootstrapperEnabled >
34- <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
3515 </PropertyGroup >
3616 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
3717 <DebugSymbols >true</DebugSymbols >
4121 <DefineConstants >DEBUG;TRACE</DefineConstants >
4222 <ErrorReport >prompt</ErrorReport >
4323 <WarningLevel >4</WarningLevel >
44- <Prefer32Bit >false</Prefer32Bit >
4524 <DocumentationFile >..\..\OpenTouryoAssemblies\Build_net48\WSServer_sample.xml</DocumentationFile >
4625 </PropertyGroup >
4726 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
5130 <DefineConstants >TRACE</DefineConstants >
5231 <ErrorReport >prompt</ErrorReport >
5332 <WarningLevel >4</WarningLevel >
54- <Prefer32Bit >false</Prefer32Bit >
5533 </PropertyGroup >
5634 <ItemGroup >
35+ <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
36+ <HintPath >packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
5739 <Reference Include =" OpenTouryo.Business" >
5840 <HintPath >..\..\OpenTouryoAssemblies\Build_net48\OpenTouryo.Business.dll</HintPath >
5941 </Reference >
6446 <HintPath >..\..\OpenTouryoAssemblies\Build_net48\OpenTouryo.Public.dll</HintPath >
6547 </Reference >
6648 <Reference Include =" System" />
49+ <Reference Include =" System.Core" />
50+ <Reference Include =" System.Xml.Linq" />
51+ <Reference Include =" System.Data.DataSetExtensions" />
52+ <Reference Include =" Microsoft.CSharp" />
6753 <Reference Include =" System.Data" />
54+ <Reference Include =" System.Net.Http" />
6855 <Reference Include =" System.Xml" />
6956 </ItemGroup >
7057 <ItemGroup >
7764 </ItemGroup >
7865 <ItemGroup >
7966 <ProjectReference Include =" ..\WSIFType_sample\WSIFType_sample.csproj" >
80- <Project >{E4ECBB27-684E-49C2-B0F5-6CEFE33F4BDB }</Project >
67+ <Project >{e4ecbb27-684e-49c2-b0f5-6cefe33f4bdb }</Project >
8168 <Name >WSIFType_sample</Name >
8269 </ProjectReference >
8370 </ItemGroup >
8471 <ItemGroup >
85- <PackageReference Include =" Microsoft.VisualStudio.Setup.Configuration.Interop" >
86- <Version >1.16.30</Version >
87- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
88- <PrivateAssets >all</PrivateAssets >
89- </PackageReference >
90- <PackageReference Include =" Newtonsoft.Json" >
91- <Version >12.0.2</Version >
92- </PackageReference >
72+ <None Include =" app.config" />
73+ <None Include =" packages.config" />
9374 </ItemGroup >
94- <Import Project =" $(MSBuildBinPath )\Microsoft.CSharp.targets" />
75+ <Import Project =" $(MSBuildToolsPath )\Microsoft.CSharp.targets" />
9576 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
9677 Other similar extension points exist, see Microsoft.Common.targets.
9778 <Target Name="BeforeBuild">
9879 </Target>
9980 <Target Name="AfterBuild">
10081 </Target>
10182 -->
102- <PropertyGroup >
103- <PostBuildEvent >
104- </PostBuildEvent >
105- </PropertyGroup >
10683</Project >
0 commit comments