1+ <?xml version =" 1.0" encoding =" utf-8" ?>
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')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{E3A91926-2FAF-4580-81AB-67C2D864CCE0}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <StartupObject >Demo.VB.MainModule</StartupObject >
10+ <RootNamespace >Demo.VB</RootNamespace >
11+ <AssemblyName >Demo.VB</AssemblyName >
12+ <FileAlignment >512</FileAlignment >
13+ <MyType >Console</MyType >
14+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
15+ </PropertyGroup >
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+ <OutputPath >bin\Debug\</OutputPath >
23+ <DocumentationFile >Demo.VB.xml</DocumentationFile >
24+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <DefineDebug >false</DefineDebug >
30+ <DefineTrace >true</DefineTrace >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DocumentationFile >Demo.VB.xml</DocumentationFile >
34+ <NoWarn >42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn >
35+ </PropertyGroup >
36+ <PropertyGroup >
37+ <OptionExplicit >On</OptionExplicit >
38+ </PropertyGroup >
39+ <PropertyGroup >
40+ <OptionCompare >Binary</OptionCompare >
41+ </PropertyGroup >
42+ <PropertyGroup >
43+ <OptionStrict >Off</OptionStrict >
44+ </PropertyGroup >
45+ <PropertyGroup >
46+ <OptionInfer >On</OptionInfer >
47+ </PropertyGroup >
48+ <ItemGroup >
49+ <Reference Include =" System" />
50+ <Reference Include =" System.Data" />
51+ <Reference Include =" System.Deployment" />
52+ <Reference Include =" System.Xml" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" System.Xml.Linq" />
55+ <Reference Include =" System.Data.DataSetExtensions" />
56+ <Reference Include =" System.Net.Http" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <Import Include =" Microsoft.VisualBasic" />
60+ <Import Include =" System" />
61+ <Import Include =" System.Collections" />
62+ <Import Include =" System.Collections.Generic" />
63+ <Import Include =" System.Data" />
64+ <Import Include =" System.Diagnostics" />
65+ <Import Include =" System.Linq" />
66+ <Import Include =" System.Xml.Linq" />
67+ <Import Include =" System.Threading.Tasks" />
68+ </ItemGroup >
69+ <ItemGroup >
70+ <Compile Include =" MainModule.vb" />
71+ <Compile Include =" My Project\AssemblyInfo.vb" />
72+ <Compile Include =" My Project\Application.Designer.vb" >
73+ <AutoGen >True</AutoGen >
74+ <DependentUpon >Application.myapp</DependentUpon >
75+ </Compile >
76+ <Compile Include =" My Project\Resources.Designer.vb" >
77+ <AutoGen >True</AutoGen >
78+ <DesignTime >True</DesignTime >
79+ <DependentUpon >Resources.resx</DependentUpon >
80+ </Compile >
81+ <Compile Include =" My Project\Settings.Designer.vb" >
82+ <AutoGen >True</AutoGen >
83+ <DependentUpon >Settings.settings</DependentUpon >
84+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
85+ </Compile >
86+ </ItemGroup >
87+ <ItemGroup >
88+ <EmbeddedResource Include =" My Project\Resources.resx" >
89+ <Generator >VbMyResourcesResXFileCodeGenerator</Generator >
90+ <LastGenOutput >Resources.Designer.vb</LastGenOutput >
91+ <CustomToolNamespace >My.Resources</CustomToolNamespace >
92+ <SubType >Designer</SubType >
93+ </EmbeddedResource >
94+ </ItemGroup >
95+ <ItemGroup >
96+ <None Include =" My Project\Application.myapp" >
97+ <Generator >MyApplicationCodeGenerator</Generator >
98+ <LastGenOutput >Application.Designer.vb</LastGenOutput >
99+ </None >
100+ <None Include =" My Project\Settings.settings" >
101+ <Generator >SettingsSingleFileGenerator</Generator >
102+ <CustomToolNamespace >My</CustomToolNamespace >
103+ <LastGenOutput >Settings.Designer.vb</LastGenOutput >
104+ </None >
105+ <None Include =" App.config" />
106+ <None Include =" users.csv" />
107+ </ItemGroup >
108+ <ItemGroup >
109+ <ProjectReference Include =" ..\CSVSerializer.NET\CSVSerializer.csproj" >
110+ <Project >{0c962c28-b003-49a6-8991-1e6636583efe}</Project >
111+ <Name >CSVSerializer</Name >
112+ </ProjectReference >
113+ </ItemGroup >
114+ <ItemGroup />
115+ <ItemGroup >
116+ <Content Include =" Media\Document-format.png" />
117+ <Content Include =" Media\usage-step1.gif" />
118+ <Content Include =" Media\usage-step2.gif" />
119+ </ItemGroup >
120+ <Import Project =" $(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
121+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
122+ Other similar extension points exist, see Microsoft.Common.targets.
123+ <Target Name="BeforeBuild">
124+ </Target>
125+ <Target Name="AfterBuild">
126+ </Target>
127+ -->
128+ </Project >
0 commit comments