Completed rules
[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>AnyCPU</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     <WarningsAsErrors>\r
30     </WarningsAsErrors>\r
31   </PropertyGroup>\r
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
33     <PlatformTarget>AnyCPU</PlatformTarget>\r
34     <DebugType>pdbonly</DebugType>\r
35     <DefineDebug>false</DefineDebug>\r
36     <DefineTrace>true</DefineTrace>\r
37     <Optimize>true</Optimize>\r
38     <OutputPath>bin\Release\</OutputPath>\r
39     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
40     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
41     <WarningsAsErrors>\r
42     </WarningsAsErrors>\r
43   </PropertyGroup>\r
44   <PropertyGroup>\r
45     <OptionExplicit>On</OptionExplicit>\r
46   </PropertyGroup>\r
47   <PropertyGroup>\r
48     <OptionCompare>Binary</OptionCompare>\r
49   </PropertyGroup>\r
50   <PropertyGroup>\r
51     <OptionStrict>Off</OptionStrict>\r
52   </PropertyGroup>\r
53   <PropertyGroup>\r
54     <OptionInfer>On</OptionInfer>\r
55   </PropertyGroup>\r
56   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">\r
57     <DebugSymbols>true</DebugSymbols>\r
58     <DefineDebug>true</DefineDebug>\r
59     <DefineTrace>true</DefineTrace>\r
60     <OutputPath>bin\x64\Debug\</OutputPath>\r
61     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
62     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
63     <DebugType>full</DebugType>\r
64     <PlatformTarget>AnyCPU</PlatformTarget>\r
65     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
66     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
67     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
68   </PropertyGroup>\r
69   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">\r
70     <DefineTrace>true</DefineTrace>\r
71     <OutputPath>bin\x64\Release\</OutputPath>\r
72     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
73     <Optimize>true</Optimize>\r
74     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
75     <DebugType>pdbonly</DebugType>\r
76     <PlatformTarget>AnyCPU</PlatformTarget>\r
77     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
78   </PropertyGroup>\r
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">\r
80     <DebugSymbols>true</DebugSymbols>\r
81     <DefineDebug>true</DefineDebug>\r
82     <DefineTrace>true</DefineTrace>\r
83     <OutputPath>bin\Debug\</OutputPath>\r
84     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
85     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
86     <DebugType>full</DebugType>\r
87     <PlatformTarget>AnyCPU</PlatformTarget>\r
88     <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
89     <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
90     <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
91   </PropertyGroup>\r
92   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">\r
93     <DefineTrace>true</DefineTrace>\r
94     <OutputPath>bin\Release\</OutputPath>\r
95     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
96     <Optimize>true</Optimize>\r
97     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
98     <DebugType>pdbonly</DebugType>\r
99     <PlatformTarget>AnyCPU</PlatformTarget>\r
100   </PropertyGroup>\r
101   <ItemGroup>\r
102     <Reference Include="System" />\r
103     <Reference Include="System.Data" />\r
104     <Reference Include="System.Deployment" />\r
105     <Reference Include="System.Drawing" />\r
106     <Reference Include="System.Windows.Forms" />\r
107     <Reference Include="System.Xml" />\r
108     <Reference Include="System.Core" />\r
109     <Reference Include="System.Xml.Linq" />\r
110     <Reference Include="System.Data.DataSetExtensions" />\r
111   </ItemGroup>\r
112   <ItemGroup>\r
113     <Import Include="Microsoft.VisualBasic" />\r
114     <Import Include="System" />\r
115     <Import Include="System.Collections" />\r
116     <Import Include="System.Collections.Generic" />\r
117     <Import Include="System.Data" />\r
118     <Import Include="System.Drawing" />\r
119     <Import Include="System.Diagnostics" />\r
120     <Import Include="System.Windows.Forms" />\r
121     <Import Include="System.Linq" />\r
122     <Import Include="System.Xml.Linq" />\r
123   </ItemGroup>\r
124   <ItemGroup>\r
125     <Compile Include="Blackjack.vb">\r
126       <SubType>Form</SubType>\r
127     </Compile>\r
128     <Compile Include="Blackjack.Designer.vb">\r
129       <DependentUpon>Blackjack.vb</DependentUpon>\r
130       <SubType>Form</SubType>\r
131     </Compile>\r
132     <Compile Include="My Project\AssemblyInfo.vb" />\r
133     <Compile Include="My Project\Application.Designer.vb">\r
134       <AutoGen>True</AutoGen>\r
135       <DependentUpon>Application.myapp</DependentUpon>\r
136     </Compile>\r
137     <Compile Include="My Project\Resources.Designer.vb">\r
138       <AutoGen>True</AutoGen>\r
139       <DesignTime>True</DesignTime>\r
140       <DependentUpon>Resources.resx</DependentUpon>\r
141     </Compile>\r
142     <Compile Include="My Project\Settings.Designer.vb">\r
143       <AutoGen>True</AutoGen>\r
144       <DependentUpon>Settings.settings</DependentUpon>\r
145       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
146     </Compile>\r
147     <Compile Include="Rules.Designer.vb">\r
148       <DependentUpon>Rules.vb</DependentUpon>\r
149     </Compile>\r
150     <Compile Include="Rules.vb">\r
151       <SubType>Form</SubType>\r
152     </Compile>\r
153   </ItemGroup>\r
154   <ItemGroup>\r
155     <EmbeddedResource Include="Blackjack.resx">\r
156       <DependentUpon>Blackjack.vb</DependentUpon>\r
157     </EmbeddedResource>\r
158     <EmbeddedResource Include="My Project\Resources.resx">\r
159       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>\r
160       <LastGenOutput>Resources.Designer.vb</LastGenOutput>\r
161       <CustomToolNamespace>My.Resources</CustomToolNamespace>\r
162       <SubType>Designer</SubType>\r
163     </EmbeddedResource>\r
164     <EmbeddedResource Include="Rules.resx">\r
165       <DependentUpon>Rules.vb</DependentUpon>\r
166     </EmbeddedResource>\r
167   </ItemGroup>\r
168   <ItemGroup>\r
169     <None Include="app.config">\r
170       <SubType>Designer</SubType>\r
171     </None>\r
172     <None Include="My Project\Application.myapp">\r
173       <Generator>MyApplicationCodeGenerator</Generator>\r
174       <LastGenOutput>Application.Designer.vb</LastGenOutput>\r
175     </None>\r
176     <None Include="My Project\Settings.settings">\r
177       <Generator>SettingsSingleFileGenerator</Generator>\r
178       <CustomToolNamespace>My</CustomToolNamespace>\r
179       <LastGenOutput>Settings.Designer.vb</LastGenOutput>\r
180     </None>\r
181   </ItemGroup>\r
182   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />\r
183   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
184        Other similar extension points exist, see Microsoft.Common.targets.\r
185   <Target Name="BeforeBuild">\r
186   </Target>\r
187   <Target Name="AfterBuild">\r
188   </Target>\r
189   -->\r
190 </Project>