Completed rules
[Blackjack.git] / src / Blackjack / Blackjack.vbproj
index 932134e..8f2ef9f 100644 (file)
@@ -18,7 +18,7 @@
     </TargetFrameworkProfile>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">\r
-    <PlatformTarget>x86</PlatformTarget>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugSymbols>true</DebugSymbols>\r
     <DebugType>full</DebugType>\r
     <DefineDebug>true</DefineDebug>\r
     <OutputPath>bin\Debug\</OutputPath>\r
     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
+    <WarningsAsErrors>\r
+    </WarningsAsErrors>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">\r
-    <PlatformTarget>x86</PlatformTarget>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
     <DebugType>pdbonly</DebugType>\r
     <DefineDebug>false</DefineDebug>\r
     <DefineTrace>true</DefineTrace>\r
@@ -36,6 +38,8 @@
     <OutputPath>bin\Release\</OutputPath>\r
     <DocumentationFile>Blackjack.xml</DocumentationFile>\r
     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
+    <WarningsAsErrors>\r
+    </WarningsAsErrors>\r
   </PropertyGroup>\r
   <PropertyGroup>\r
     <OptionExplicit>On</OptionExplicit>\r
   <PropertyGroup>\r
     <OptionInfer>On</OptionInfer>\r
   </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">\r
+    <DebugSymbols>true</DebugSymbols>\r
+    <DefineDebug>true</DefineDebug>\r
+    <DefineTrace>true</DefineTrace>\r
+    <OutputPath>bin\x64\Debug\</OutputPath>\r
+    <DocumentationFile>Blackjack.xml</DocumentationFile>\r
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
+    <DebugType>full</DebugType>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
+    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
+    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
+    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">\r
+    <DefineTrace>true</DefineTrace>\r
+    <OutputPath>bin\x64\Release\</OutputPath>\r
+    <DocumentationFile>Blackjack.xml</DocumentationFile>\r
+    <Optimize>true</Optimize>\r
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
+    <DebugType>pdbonly</DebugType>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
+    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">\r
+    <DebugSymbols>true</DebugSymbols>\r
+    <DefineDebug>true</DefineDebug>\r
+    <DefineTrace>true</DefineTrace>\r
+    <OutputPath>bin\Debug\</OutputPath>\r
+    <DocumentationFile>Blackjack.xml</DocumentationFile>\r
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
+    <DebugType>full</DebugType>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
+    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>\r
+    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>\r
+    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">\r
+    <DefineTrace>true</DefineTrace>\r
+    <OutputPath>bin\Release\</OutputPath>\r
+    <DocumentationFile>Blackjack.xml</DocumentationFile>\r
+    <Optimize>true</Optimize>\r
+    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>\r
+    <DebugType>pdbonly</DebugType>\r
+    <PlatformTarget>AnyCPU</PlatformTarget>\r
+  </PropertyGroup>\r
   <ItemGroup>\r
     <Reference Include="System" />\r
     <Reference Include="System.Data" />\r
     </EmbeddedResource>\r
   </ItemGroup>\r
   <ItemGroup>\r
-    <None Include="app.config" />\r
+    <None Include="app.config">\r
+      <SubType>Designer</SubType>\r
+    </None>\r
     <None Include="My Project\Application.myapp">\r
       <Generator>MyApplicationCodeGenerator</Generator>\r
       <LastGenOutput>Application.Designer.vb</LastGenOutput>\r