1 <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProjectGuid>{0221DF71-BDFD-4097-B5B8-E7C3DA749B73}</ProjectGuid>
7 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
8 <OutputType>WinExe</OutputType>
9 <RootNamespace>NEATEST</RootNamespace>
10 <AssemblyName>NEATEST</AssemblyName>
11 <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12 <MyType>Custom</MyType>
13 <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14 <Deterministic>true</Deterministic>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <PlatformTarget>AnyCPU</PlatformTarget>
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <DefineDebug>true</DefineDebug>
21 <DefineTrace>true</DefineTrace>
22 <IncrementalBuild>true</IncrementalBuild>
23 <OutputPath>bin\Debug\</OutputPath>
24 <DocumentationFile>NEATEST.xml</DocumentationFile>
25 <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
27 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28 <PlatformTarget>AnyCPU</PlatformTarget>
29 <DebugType>pdbonly</DebugType>
30 <DebugSymbols>false</DebugSymbols>
31 <DefineDebug>false</DefineDebug>
32 <DefineTrace>true</DefineTrace>
33 <IncrementalBuild>false</IncrementalBuild>
34 <Optimize>true</Optimize>
35 <OutputPath>bin\Release\</OutputPath>
36 <DocumentationFile>NEATEST.xml</DocumentationFile>
37 <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
40 <OptionExplicit>On</OptionExplicit>
43 <OptionCompare>Binary</OptionCompare>
46 <OptionStrict>Off</OptionStrict>
49 <OptionInfer>On</OptionInfer>
52 <Reference Include="System.Core" />
53 <Reference Include="System.Xml.Linq" />
54 <Reference Include="System.Data.DataSetExtensions" />
55 <Reference Include="System" />
56 <Reference Include="System.Data" />
57 <Reference Include="System.Xml" />
58 <Reference Include="System.Xaml">
59 <RequiredTargetFramework>4.0</RequiredTargetFramework>
61 <Reference Include="WindowsBase" />
62 <Reference Include="PresentationCore" />
63 <Reference Include="PresentationFramework" />
64 <Reference Include="System.Net.Http" />
67 <ApplicationDefinition Include="Application.xaml">
68 <Generator>MSBuild:Compile</Generator>
69 <SubType>Designer</SubType>
70 </ApplicationDefinition>
71 <Page Include="MainWindow.xaml">
72 <Generator>MSBuild:Compile</Generator>
73 <SubType>Designer</SubType>
75 <Compile Include="Application.xaml.vb">
76 <DependentUpon>Application.xaml</DependentUpon>
77 <SubType>Code</SubType>
79 <Compile Include="MainWindow.xaml.vb">
80 <DependentUpon>MainWindow.xaml</DependentUpon>
81 <SubType>Code</SubType>
85 <Import Include="System.Threading.Tasks" />
86 <Import Include="System.Linq" />
87 <Import Include="System.Xml.Linq" />
88 <Import Include="Microsoft.VisualBasic" />
89 <Import Include="System" />
90 <Import Include="System.Collections" />
91 <Import Include="System.Collections.Generic" />
92 <Import Include="System.Diagnostics" />
93 <Import Include="System.Windows" />
94 <Import Include="System.Windows.Controls" />
95 <Import Include="System.Windows.Data" />
96 <Import Include="System.Windows.Documents" />
97 <Import Include="System.Windows.Input" />
98 <Import Include="System.Windows.Shapes" />
99 <Import Include="System.Windows.Media" />
100 <Import Include="System.Windows.Media.Imaging" />
101 <Import Include="System.Windows.Navigation" />
104 <Compile Include="My Project\AssemblyInfo.vb">
105 <SubType>Code</SubType>
107 <Compile Include="My Project\MyExtensions\MyWpfExtension.vb">
108 <VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
109 <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
111 <Compile Include="My Project\Resources.Designer.vb">
112 <AutoGen>True</AutoGen>
113 <DesignTime>True</DesignTime>
114 <DependentUpon>Resources.resx</DependentUpon>
116 <Compile Include="My Project\Settings.Designer.vb">
117 <AutoGen>True</AutoGen>
118 <DependentUpon>Settings.settings</DependentUpon>
119 <DesignTimeSharedInput>True</DesignTimeSharedInput>
121 <EmbeddedResource Include="My Project\Resources.resx">
122 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
123 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
124 <CustomToolNamespace>My.Resources</CustomToolNamespace>
126 <None Include="My Project\Settings.settings">
127 <Generator>SettingsSingleFileGenerator</Generator>
128 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
132 <None Include="App.config" />
134 <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />