1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{FFD99FAF-EAE8-41AA-BEAA-66CEDF5C5951}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <StartupObject >
10+ </StartupObject >
11+ <RootNamespace >AI_Contracts</RootNamespace >
12+ <AssemblyName >AI_Contracts</AssemblyName >
13+ <FileAlignment >512</FileAlignment >
14+ <MyType >Windows</MyType >
15+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
16+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
17+ <Deterministic >true</Deterministic >
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <PlatformTarget >AnyCPU</PlatformTarget >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <DefineDebug >true</DefineDebug >
24+ <DefineTrace >true</DefineTrace >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DocumentationFile >AI_Contracts.xml</DocumentationFile >
27+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <PlatformTarget >AnyCPU</PlatformTarget >
31+ <DebugType >pdbonly</DebugType >
32+ <DefineDebug >false</DefineDebug >
33+ <DefineTrace >true</DefineTrace >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DocumentationFile >AI_Contracts.xml</DocumentationFile >
37+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <OptionExplicit >On</OptionExplicit >
41+ </PropertyGroup >
42+ <PropertyGroup >
43+ <OptionCompare >Binary</OptionCompare >
44+ </PropertyGroup >
45+ <PropertyGroup >
46+ <OptionStrict >Off</OptionStrict >
47+ </PropertyGroup >
48+ <PropertyGroup >
49+ <OptionInfer >On</OptionInfer >
50+ </PropertyGroup >
51+ <ItemGroup >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Data" />
54+ <Reference Include =" System.Deployment" />
55+ <Reference Include =" System.Drawing" />
56+ <Reference Include =" System.Web.Extensions" />
57+ <Reference Include =" System.Windows.Forms" />
58+ <Reference Include =" System.Xml" />
59+ <Reference Include =" System.Core" />
60+ <Reference Include =" System.Xml.Linq" />
61+ <Reference Include =" System.Data.DataSetExtensions" />
62+ <Reference Include =" System.Net.Http" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Import Include =" Microsoft.VisualBasic" />
66+ <Import Include =" System" />
67+ <Import Include =" System.Collections" />
68+ <Import Include =" System.Collections.Generic" />
69+ <Import Include =" System.Data" />
70+ <Import Include =" System.Drawing" />
71+ <Import Include =" System.Diagnostics" />
72+ <Import Include =" System.Windows.Forms" />
73+ <Import Include =" System.Linq" />
74+ <Import Include =" System.Xml.Linq" />
75+ <Import Include =" System.Threading.Tasks" />
76+ </ItemGroup >
77+ <ItemGroup >
78+ <Compile Include =" Extensions\Extensions_Files.vb" />
79+ <Compile Include =" Extensions\Extensions_Maths.vb" />
80+ <Compile Include =" Extensions\Extensions_String.vb" />
81+ <Compile Include =" Extensions\Extensions_TabControl.vb" />
82+ <Compile Include =" Iplugin.vb" />
83+ <Compile Include =" My Project\AssemblyInfo.vb" />
84+ <Compile Include =" My Project\Application.Designer.vb" >
85+ <AutoGen >True</AutoGen >
86+ <DependentUpon >Application.myapp</DependentUpon >
87+ <DesignTime >True</DesignTime >
88+ </Compile >
89+ <Compile Include =" My Project\Resources.Designer.vb" >
90+ <AutoGen >True</AutoGen >
91+ <DesignTime >True</DesignTime >
92+ <DependentUpon >Resources.resx</DependentUpon >
93+ </Compile >
94+ <Compile Include =" My Project\Settings.Designer.vb" >
95+ <AutoGen >True</AutoGen >
96+ <DependentUpon >Settings.settings</DependentUpon >
97+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
98+ </Compile >
99+ </ItemGroup >
100+ <ItemGroup >
101+ <EmbeddedResource Include =" My Project\Resources.resx" >
102+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
103+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
104+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
105+ <SubType >Designer</SubType >
106+ </EmbeddedResource >
107+ </ItemGroup >
108+ <ItemGroup >
109+ <None Include =" My Project\Application.myapp" >
110+ <Generator >MyApplicationCodeGenerator</Generator >
111+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
112+ </None >
113+ <None Include =" My Project\Settings.settings" >
114+ <Generator >SettingsSingleFileGenerator</Generator >
115+ <CustomToolNamespace >My</CustomToolNamespace >
116+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
117+ </None >
118+ <None Include =" App.config" />
119+ </ItemGroup >
120+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
121+ </Project >
0 commit comments