Skip to content

Commit 6036427

Browse files
committed
fix compilation and build warnings
1 parent ac375a5 commit 6036427

File tree

25 files changed

+4035
-4160
lines changed

25 files changed

+4035
-4160
lines changed
Lines changed: 8 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +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.20810</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{6BDF019F-153A-4DF5-9C86-045ED1AC9761}</ProjectGuid>
9-
<OutputType>Exe</OutputType>
10-
<StartupObject>
11-
</StartupObject>
12-
<RootNamespace>assnattribute</RootNamespace>
13-
<AssemblyName>assnattribute</AssemblyName>
14-
<FileAlignment>512</FileAlignment>
15-
<MyType>Console</MyType>
16-
<Nonshipping>true</Nonshipping>
17-
<OptionExplicit>On</OptionExplicit>
18-
<OptionCompare>Binary</OptionCompare>
19-
<OptionStrict>Off</OptionStrict>
20-
<OptionInfer>On</OptionInfer>
21-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
4+
<OutputType>Library</OutputType>
5+
<TargetFramework>net481</TargetFramework>
226
</PropertyGroup>
23-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24-
<DebugSymbols>true</DebugSymbols>
25-
<DebugType>full</DebugType>
26-
<DefineDebug>true</DefineDebug>
27-
<DefineTrace>true</DefineTrace>
28-
<OutputPath>bin\Debug\</OutputPath>
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-
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
38-
</PropertyGroup>
39-
<ItemGroup>
40-
<Reference Include="System" />
41-
<Reference Include="System.Core">
42-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
43-
</Reference>
44-
<Reference Include="System.Data" />
45-
<Reference Include="System.Data.Linq">
46-
<RequiredTargetFramework>3.5</RequiredTargetFramework>
47-
</Reference>
48-
<Reference Include="System.Deployment" />
49-
<Reference Include="System.Xml" />
50-
</ItemGroup>
51-
<ItemGroup>
52-
<Import Include="Microsoft.VisualBasic" />
53-
<Import Include="System" />
54-
<Import Include="System.Collections" />
55-
<Import Include="System.Collections.Generic" />
56-
<Import Include="System.Data" />
57-
<Import Include="System.Diagnostics" />
58-
<Import Include="System.Linq" />
59-
</ItemGroup>
60-
<ItemGroup>
61-
<Compile Include="Module1.vb" />
62-
<Compile Include="northwind.vb" />
63-
</ItemGroup>
7+
648
<ItemGroup>
65-
<Folder Include="My Project\" />
9+
<Reference Include="System.Data.Linq" />
6610
</ItemGroup>
67-
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.Targets" />
68-
<ProjectExtensions>
69-
<VisualStudio AllowExistingFolder="true" />
70-
</ProjectExtensions>
71-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72-
Other similar extension points exist, see Microsoft.Common.targets.
73-
<Target Name="BeforeBuild">
74-
</Target>
75-
<Target Name="AfterBuild">
76-
</Target>
77-
-->
78-
</Project>
11+
12+
</Project>

0 commit comments

Comments
 (0)