ValidationDemo.vbproj
1: <?xml version="1.0" encoding="utf-8"?>
2: <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3: <PropertyGroup>
4: <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5: <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6: <ProductVersion>9.0.21022</ProductVersion>
7: <SchemaVersion>2.0</SchemaVersion>
8: <ProjectGuid>{1E1E5559-3150-42FA-8335-3295721429E0}</ProjectGuid>
9: <OutputType>WinExe</OutputType>
10: <StartupObject>ValidationDemo.My.MyApplication</StartupObject>
11: <RootNamespace>ValidationDemo</RootNamespace>
12: <AssemblyName>ValidationDemo</AssemblyName>
13: <FileAlignment>512</FileAlignment>
14: <MyType>WindowsForms</MyType>
15: <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
16: <OptionExplicit>On</OptionExplicit>
17: <OptionCompare>Binary</OptionCompare>
18: <OptionStrict>Off</OptionStrict>
19: <OptionInfer>On</OptionInfer>
20: <PublishUrl>publish\</PublishUrl>
21: <Install>true</Install>
22: <InstallFrom>Disk</InstallFrom>
23: <UpdateEnabled>false</UpdateEnabled>
24: <UpdateMode>Foreground</UpdateMode>
25: <UpdateInterval>7</UpdateInterval>
26: <UpdateIntervalUnits>Days</UpdateIntervalUnits>
27: <UpdatePeriodically>false</UpdatePeriodically>
28: <UpdateRequired>false</UpdateRequired>
29: <MapFileExtensions>true</MapFileExtensions>
30: <ApplicationRevision>0</ApplicationRevision>
31: <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
32: <IsWebBootstrapper>false</IsWebBootstrapper>
33: <UseApplicationTrust>false</UseApplicationTrust>
34: <BootstrapperEnabled>true</BootstrapperEnabled>
35: </PropertyGroup>
36: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37: <DebugSymbols>true</DebugSymbols>
38: <DebugType>full</DebugType>
39: <DefineDebug>true</DefineDebug>
40: <DefineTrace>true</DefineTrace>
41: <OutputPath>bin\Debug\</OutputPath>
42: <DocumentationFile>ValidationDemo.xml</DocumentationFile>
43: <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
44: </PropertyGroup>
45: <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
46: <DebugType>pdbonly</DebugType>
47: <DefineDebug>false</DefineDebug>
48: <DefineTrace>true</DefineTrace>
49: <Optimize>true</Optimize>
50: <OutputPath>bin\Release\</OutputPath>
51: <DocumentationFile>ValidationDemo.xml</DocumentationFile>
52: <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
53: </PropertyGroup>
54: <ItemGroup>
55: <Reference Include="System" />
56: <Reference Include="System.Data" />
57: <Reference Include="System.Deployment" />
58: <Reference Include="System.Drawing" />
59: <Reference Include="System.Windows.Forms" />
60: <Reference Include="System.Xml" />
61: <Reference Include="System.Core">
62: <RequiredTargetFramework>3.5</RequiredTargetFramework>
63: </Reference>
64: <Reference Include="System.Xml.Linq">
65: <RequiredTargetFramework>3.5</RequiredTargetFramework>
66: </Reference>
67: <Reference Include="System.Data.DataSetExtensions">
68: <RequiredTargetFramework>3.5</RequiredTargetFramework>
69: </Reference>
70: </ItemGroup>
71: <ItemGroup>
72: <Import Include="Microsoft.VisualBasic" />
73: <Import Include="System" />
74: <Import Include="System.Collections" />
75: <Import Include="System.Collections.Generic" />
76: <Import Include="System.Data" />
77: <Import Include="System.Drawing" />
78: <Import Include="System.Diagnostics" />
79: <Import Include="System.Windows.Forms" />
80: <Import Include="System.Linq" />
81: <Import Include="System.Xml.Linq" />
82: </ItemGroup>
83: <ItemGroup>
84: <Compile Include="ValidationDemo.vb">
85: <SubType>Form</SubType>
86: </Compile>
87: <Compile Include="ValidationDemo.Designer.vb">
88: <DependentUpon>ValidationDemo.vb</DependentUpon>
89: <SubType>Form</SubType>
90: </Compile>
91: <Compile Include="My Project\AssemblyInfo.vb" />
92: <Compile Include="My Project\Application.Designer.vb">
93: <AutoGen>True</AutoGen>
94: <DependentUpon>Application.myapp</DependentUpon>
95: </Compile>
96: <Compile Include="My Project\Resources.Designer.vb">
97: <AutoGen>True</AutoGen>
98: <DesignTime>True</DesignTime>
99: <DependentUpon>Resources.resx</DependentUpon>
100: </Compile>
101: <Compile Include="My Project\Settings.Designer.vb">
102: <AutoGen>True</AutoGen>
103: <DependentUpon>Settings.settings</DependentUpon>
104: <DesignTimeSharedInput>True</DesignTimeSharedInput>
105: </Compile>
106: </ItemGroup>
107: <ItemGroup>
108: <EmbeddedResource Include="ValidationDemo.resx">
109: <DependentUpon>ValidationDemo.vb</DependentUpon>
110: <SubType>Designer</SubType>
111: </EmbeddedResource>
112: <EmbeddedResource Include="My Project\Resources.resx">
113: <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
114: <LastGenOutput>Resources.Designer.vb</LastGenOutput>
115: <CustomToolNamespace>My.Resources</CustomToolNamespace>
116: <SubType>Designer</SubType>
117: </EmbeddedResource>
118: </ItemGroup>
119: <ItemGroup>
120: <None Include="My Project\Application.myapp">
121: <Generator>MyApplicationCodeGenerator</Generator>
122: <LastGenOutput>Application.Designer.vb</LastGenOutput>
123: </None>
124: <None Include="My Project\Settings.settings">
125: <Generator>SettingsSingleFileGenerator</Generator>
126: <CustomToolNamespace>My</CustomToolNamespace>
127: <LastGenOutput>Settings.Designer.vb</LastGenOutput>
128: </None>
129: </ItemGroup>
130: <ItemGroup>
131: <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
132: <Visible>False</Visible>
133: <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
134: <Install>false</Install>
135: </BootstrapperPackage>
136: <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
137: <Visible>False</Visible>
138: <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
139: <Install>false</Install>
140: </BootstrapperPackage>
141: <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
142: <Visible>False</Visible>
143: <ProductName>.NET Framework 3.5</ProductName>
144: <Install>true</Install>
145: </BootstrapperPackage>
146: <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
147: <Visible>False</Visible>
148: <ProductName>Windows Installer 3.1</ProductName>
149: <Install>true</Install>
150: </BootstrapperPackage>
151: </ItemGroup>
152: <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
153: <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
154: Other similar extension points exist, see Microsoft.Common.targets.
155: <Target Name="BeforeBuild">
156: </Target>
157: <Target Name="AfterBuild">
158: </Target>
159: -->
160: </Project>