1
1
<?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')" />
3
4
<PropertyGroup >
4
5
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
6
<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 >
9
8
<OutputType >Library</OutputType >
10
9
<AppDesignerFolder >Properties</AppDesignerFolder >
11
10
<RootNamespace >WSServer_sample</RootNamespace >
12
11
<AssemblyName >WSServer_sample</AssemblyName >
13
12
<TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
14
- <FileUpgradeFlags >
15
- </FileUpgradeFlags >
16
- <OldToolsVersion >2.0</OldToolsVersion >
17
- <UpgradeBackupLocation />
13
+ <FileAlignment >512</FileAlignment >
18
14
<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 >
35
15
</PropertyGroup >
36
16
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
37
17
<DebugSymbols >true</DebugSymbols >
41
21
<DefineConstants >DEBUG;TRACE</DefineConstants >
42
22
<ErrorReport >prompt</ErrorReport >
43
23
<WarningLevel >4</WarningLevel >
44
- <Prefer32Bit >false</Prefer32Bit >
45
24
<DocumentationFile >..\..\OpenTouryoAssemblies\Build_net48\WSServer_sample.xml</DocumentationFile >
46
25
</PropertyGroup >
47
26
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
51
30
<DefineConstants >TRACE</DefineConstants >
52
31
<ErrorReport >prompt</ErrorReport >
53
32
<WarningLevel >4</WarningLevel >
54
- <Prefer32Bit >false</Prefer32Bit >
55
33
</PropertyGroup >
56
34
<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 >
57
39
<Reference Include =" OpenTouryo.Business" >
58
40
<HintPath >..\..\OpenTouryoAssemblies\Build_net48\OpenTouryo.Business.dll</HintPath >
59
41
</Reference >
64
46
<HintPath >..\..\OpenTouryoAssemblies\Build_net48\OpenTouryo.Public.dll</HintPath >
65
47
</Reference >
66
48
<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" />
67
53
<Reference Include =" System.Data" />
54
+ <Reference Include =" System.Net.Http" />
68
55
<Reference Include =" System.Xml" />
69
56
</ItemGroup >
70
57
<ItemGroup >
77
64
</ItemGroup >
78
65
<ItemGroup >
79
66
<ProjectReference Include =" ..\WSIFType_sample\WSIFType_sample.csproj" >
80
- <Project >{E4ECBB27-684E-49C2-B0F5-6CEFE33F4BDB }</Project >
67
+ <Project >{e4ecbb27-684e-49c2-b0f5-6cefe33f4bdb }</Project >
81
68
<Name >WSIFType_sample</Name >
82
69
</ProjectReference >
83
70
</ItemGroup >
84
71
<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" />
93
74
</ItemGroup >
94
- <Import Project =" $(MSBuildBinPath )\Microsoft.CSharp.targets" />
75
+ <Import Project =" $(MSBuildToolsPath )\Microsoft.CSharp.targets" />
95
76
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96
77
Other similar extension points exist, see Microsoft.Common.targets.
97
78
<Target Name="BeforeBuild">
98
79
</Target>
99
80
<Target Name="AfterBuild">
100
81
</Target>
101
82
-->
102
- <PropertyGroup >
103
- <PostBuildEvent >
104
- </PostBuildEvent >
105
- </PropertyGroup >
106
83
</Project >
0 commit comments