932134e487a2769fe281a5b1a02b325da145905d
[Blackjack.git] / src / Blackjack / Blackjack.vbproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>\r
6     <ProductVersion>\r
7     </ProductVersion>\r
8     <SchemaVersion>2.0</SchemaVersion>\r
9     <ProjectGuid>{C10E3BCC-91CC-4358-A93A-74E2895D064E}</ProjectGuid>\r
10     <OutputType>WinExe</OutputType>\r
11     <StartupObject>Blackjack.My.MyApplication</StartupObject>\r
12     <RootNamespace>Blackjack</RootNamespace>\r
13     <AssemblyName>Blackjack</AssemblyName>\r
14     <FileAlignment>512</FileAlignment>\r
15     <MyType>WindowsForms</MyType>\r
16     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
17     <TargetFrameworkProfile>\r
18     </TargetFrameworkProfile>\r
19   </PropertyGroup>\r
20   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
21     <PlatformTarget>x86</PlatformTarget>\r
22     <DebugSymbols>true</DebugSymbols>\r
23     <DebugType>full</DebugType>\r
24     <DefineDebug>true</DefineDebug>\r
25     <DefineTrace>true</DefineTrace>\r
26     <OutputPath>bin\Debug\</OutputPath>\r
27     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
28     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
31     <PlatformTarget>x86</PlatformTarget>\r
32     <DebugType>pdbonly</DebugType>\r
33     <DefineDebug>false</DefineDebug>\r
34     <DefineTrace>true</DefineTrace>\r
35     <Optimize>true</Optimize>\r
36     <OutputPath>bin\Release\</OutputPath>\r
37     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
38     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
39   </PropertyGroup>\r
40   <PropertyGroup>\r
41     <OptionExplicit>On</OptionExplicit>\r
42   </PropertyGroup>\r
43   <PropertyGroup>\r
44     <OptionCompare>Binary</OptionCompare>\r
45   </PropertyGroup>\r
46   <PropertyGroup>\r
47     <OptionStrict>Off</OptionStrict>\r
48   </PropertyGroup>\r
49   <PropertyGroup>\r
50     <OptionInfer>On</OptionInfer>\r
51   </PropertyGroup>\r
52   <ItemGroup>\r
53     <Reference Include="System" />\r
54     <Reference Include="System.Data" />\r
55     <Reference Include="System.Deployment" />\r
56     <Reference Include="System.Drawing" />\r
57     <Reference Include="System.Windows.Forms" />\r
58     <Reference Include="System.Xml" />\r
59     <Reference Include="System.Core" />\r
60     <Reference Include="System.Xml.Linq" />\r
61     <Reference Include="System.Data.DataSetExtensions" />\r
62   </ItemGroup>\r
63   <ItemGroup>\r
64     <Import Include="Microsoft.VisualBasic" />\r
65     <Import Include="System" />\r
66     <Import Include="System.Collections" />\r
67     <Import Include="System.Collections.Generic" />\r
68     <Import Include="System.Data" />\r
69     <Import Include="System.Drawing" />\r
70     <Import Include="System.Diagnostics" />\r
71     <Import Include="System.Windows.Forms" />\r
72     <Import Include="System.Linq" />\r
73     <Import Include="System.Xml.Linq" />\r
74   </ItemGroup>\r
75   <ItemGroup>\r
76     <Compile Include="Blackjack.vb">\r
77       <SubType>Form</SubType>\r
78     </Compile>\r
79     <Compile Include="Blackjack.Designer.vb">\r
80       <DependentUpon>Blackjack.vb</DependentUpon>\r
81       <SubType>Form</SubType>\r
82     </Compile>\r
83     <Compile Include="My Project\AssemblyInfo.vb" />\r
84     <Compile Include="My Project\Application.Designer.vb">\r
85       <AutoGen>True</AutoGen>\r
86       <DependentUpon>Application.myapp</DependentUpon>\r
87     </Compile>\r
88     <Compile Include="My Project\Resources.Designer.vb">\r
89       <AutoGen>True</AutoGen>\r
90       <DesignTime>True</DesignTime>\r
91       <DependentUpon>Resources.resx</DependentUpon>\r
92     </Compile>\r
93     <Compile Include="My Project\Settings.Designer.vb">\r
94       <AutoGen>True</AutoGen>\r
95       <DependentUpon>Settings.settings</DependentUpon>\r
96       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
97     </Compile>\r
98     <Compile Include="Rules.Designer.vb">\r
99       <DependentUpon>Rules.vb</DependentUpon>\r
100     </Compile>\r
101     <Compile Include="Rules.vb">\r
102       <SubType>Form</SubType>\r
103     </Compile>\r
104   </ItemGroup>\r
105   <ItemGroup>\r
106     <EmbeddedResource Include="Blackjack.resx">\r
107       <DependentUpon>Blackjack.vb</DependentUpon>\r
108     </EmbeddedResource>\r
109     <EmbeddedResource Include="My Project\Resources.resx">\r
110       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>\r
111       <LastGenOutput>Resources.Designer.vb</LastGenOutput>\r
112       <CustomToolNamespace>My.Resources</CustomToolNamespace>\r
113       <SubType>Designer</SubType>\r
114     </EmbeddedResource>\r
115     <EmbeddedResource Include="Rules.resx">\r
116       <DependentUpon>Rules.vb</DependentUpon>\r
117     </EmbeddedResource>\r
118   </ItemGroup>\r
119   <ItemGroup>\r
120     <None Include="app.config" />\r
121     <None Include="My Project\Application.myapp">\r
122       <Generator>MyApplicationCodeGenerator</Generator>\r
123       <LastGenOutput>Application.Designer.vb</LastGenOutput>\r
124     </None>\r
125     <None Include="My Project\Settings.settings">\r
126       <Generator>SettingsSingleFileGenerator</Generator>\r
127       <CustomToolNamespace>My</CustomToolNamespace>\r
128       <LastGenOutput>Settings.Designer.vb</LastGenOutput>\r
129     </None>\r
130   </ItemGroup>\r
131   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />\r
132   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
133        Other similar extension points exist, see Microsoft.Common.targets.\r
134   <Target Name="BeforeBuild">\r
135   </Target>\r
136   <Target Name="AfterBuild">\r
137   </Target>\r
138   -->\r
139 </Project>