Skip to content

Commit dbf0609

Browse files
committed
fix compile errors
1 parent fd43dcd commit dbf0609

File tree

20 files changed

+708
-1765
lines changed

20 files changed

+708
-1765
lines changed
Lines changed: 7 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -1,119 +1,12 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
33
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>9.0.20706</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{703D6CF4-E4D8-4F34-B4E9-A1F25D081BB9}</ProjectGuid>
94
<OutputType>Exe</OutputType>
10-
<RootNamespace>P3HostVB</RootNamespace>
11-
<AssemblyName>P3HostVB</AssemblyName>
12-
<FileAlignment>512</FileAlignment>
13-
<MyType>Console</MyType>
14-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15-
<OptionExplicit>On</OptionExplicit>
16-
<OptionCompare>Binary</OptionCompare>
17-
<OptionStrict>Off</OptionStrict>
18-
<OptionInfer>On</OptionInfer>
19-
<StartupObject>
20-
</StartupObject>
5+
<TargetFramework>net481</TargetFramework>
216
</PropertyGroup>
22-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23-
<DebugSymbols>true</DebugSymbols>
24-
<DebugType>full</DebugType>
25-
<DefineDebug>true</DefineDebug>
26-
<DefineTrace>true</DefineTrace>
27-
<OutputPath>..\..\%40Pipeline\</OutputPath>
28-
<DocumentationFile>P3HostVB.xml</DocumentationFile>
29-
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
30-
</PropertyGroup>
31-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32-
<DebugType>pdbonly</DebugType>
33-
<DefineDebug>false</DefineDebug>
34-
<DefineTrace>true</DefineTrace>
35-
<Optimize>true</Optimize>
36-
<OutputPath>bin\Release\</OutputPath>
37-
<DocumentationFile>P3HostVB.xml</DocumentationFile>
38-
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
39-
</PropertyGroup>
40-
<ItemGroup>
41-
<Reference Include="P3HVA, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
42-
<Reference Include="System" />
43-
<Reference Include="System.AddIn, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
44-
<SpecificVersion>False</SpecificVersion>
45-
<HintPath>..\..\..\..\..\..\VSProj\Assemblies\System.AddIn.dll</HintPath>
46-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
47-
</Reference>
48-
<Reference Include="System.Data" />
49-
<Reference Include="System.Deployment" />
50-
<Reference Include="System.Xml" />
51-
<Reference Include="System.Core">
52-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
53-
</Reference>
54-
<Reference Include="System.Xml.Linq">
55-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
56-
</Reference>
57-
<Reference Include="System.Data.DataSetExtensions">
58-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
59-
</Reference>
60-
</ItemGroup>
61-
<ItemGroup>
62-
<Import Include="Microsoft.VisualBasic" />
63-
<Import Include="System" />
64-
<Import Include="System.Collections" />
65-
<Import Include="System.Collections.Generic" />
66-
<Import Include="System.Data" />
67-
<Import Include="System.Diagnostics" />
68-
<Import Include="System.Linq" />
69-
<Import Include="System.Xml.Linq" />
70-
</ItemGroup>
71-
<ItemGroup>
72-
<Compile Include="My Project\AssemblyInfo.vb" />
73-
<Compile Include="My Project\Application.Designer.vb">
74-
<AutoGen>True</AutoGen>
75-
<DependentUpon>Application.myapp</DependentUpon>
76-
</Compile>
77-
<Compile Include="My Project\Resources.Designer.vb">
78-
<AutoGen>True</AutoGen>
79-
<DesignTime>True</DesignTime>
80-
<DependentUpon>Resources.resx</DependentUpon>
81-
</Compile>
82-
<Compile Include="My Project\Settings.Designer.vb">
83-
<AutoGen>True</AutoGen>
84-
<DependentUpon>Settings.settings</DependentUpon>
85-
<DesignTimeSharedInput>True</DesignTimeSharedInput>
86-
</Compile>
87-
<Compile Include="P3Host.vb" />
88-
</ItemGroup>
89-
<ItemGroup>
90-
<EmbeddedResource Include="My Project\Resources.resx">
91-
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
92-
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
93-
<CustomToolNamespace>My.Resources</CustomToolNamespace>
94-
<SubType>Designer</SubType>
95-
</EmbeddedResource>
96-
</ItemGroup>
97-
<ItemGroup>
98-
<None Include="My Project\Application.myapp">
99-
<Generator>MyApplicationCodeGenerator</Generator>
100-
<LastGenOutput>Application.Designer.vb</LastGenOutput>
101-
</None>
102-
<None Include="My Project\Settings.settings">
103-
<Generator>SettingsSingleFileGenerator</Generator>
104-
<CustomToolNamespace>My</CustomToolNamespace>
105-
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
106-
</None>
107-
</ItemGroup>
7+
1088
<ItemGroup>
109-
<Content Include="P3HVA.dll" />
9+
<Reference Include="System.AddIn" />
11010
</ItemGroup>
111-
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
112-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
113-
Other similar extension points exist, see Microsoft.Common.targets.
114-
<Target Name="BeforeBuild">
115-
</Target>
116-
<Target Name="AfterBuild">
117-
</Target>
118-
-->
119-
</Project>
11+
12+
</Project>

0 commit comments

Comments
 (0)