IDCard20050831.vbproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  3. <DefineTrace>true</DefineTrace>
  4. <OutputPath>bin\x86\Release\</OutputPath>
  5. <BaseAddress>285212672</BaseAddress>
  6. <DocumentationFile>IDCard.xml</DocumentationFile>
  7. <Optimize>true</Optimize>
  8. <WarningLevel>1</WarningLevel>
  9. <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  10. <DebugType>
  11. </DebugType>
  12. <PlatformTarget>x86</PlatformTarget>
  13. <CodeAnalysisRuleAssemblies>D:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\\rules</CodeAnalysisRuleAssemblies>
  14. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  15. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
  16. </PropertyGroup>
  17. <PropertyGroup>
  18. <ProjectType>Local</ProjectType>
  19. <ProductVersion>8.0.50727</ProductVersion>
  20. <SchemaVersion>2.0</SchemaVersion>
  21. <ProjectGuid>{833CF9CD-A965-4807-940F-E35A8049943F}</ProjectGuid>
  22. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  23. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  24. <ApplicationIcon>NOTE04.ICO</ApplicationIcon>
  25. <AssemblyKeyContainerName>
  26. </AssemblyKeyContainerName>
  27. <AssemblyName>IDCard</AssemblyName>
  28. <AssemblyOriginatorKeyFile>
  29. </AssemblyOriginatorKeyFile>
  30. <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
  31. <DefaultClientScript>JScript</DefaultClientScript>
  32. <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
  33. <DefaultTargetSchema>IE50</DefaultTargetSchema>
  34. <DelaySign>false</DelaySign>
  35. <OutputType>WinExe</OutputType>
  36. <OptionCompare>Binary</OptionCompare>
  37. <OptionExplicit>On</OptionExplicit>
  38. <OptionStrict>Off</OptionStrict>
  39. <RootNamespace>IDCard20050831</RootNamespace>
  40. <StartupObject>IDCard20050831.frmMain</StartupObject>
  41. <FileUpgradeFlags>
  42. </FileUpgradeFlags>
  43. <MyType>WindowsFormsWithCustomSubMain</MyType>
  44. <UpgradeBackupLocation>
  45. </UpgradeBackupLocation>
  46. </PropertyGroup>
  47. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  48. <OutputPath>bin\</OutputPath>
  49. <DocumentationFile>IDCard.xml</DocumentationFile>
  50. <BaseAddress>285212672</BaseAddress>
  51. <ConfigurationOverrideFile>
  52. </ConfigurationOverrideFile>
  53. <DefineConstants>
  54. </DefineConstants>
  55. <DefineDebug>true</DefineDebug>
  56. <DefineTrace>true</DefineTrace>
  57. <DebugSymbols>true</DebugSymbols>
  58. <Optimize>true</Optimize>
  59. <RegisterForComInterop>false</RegisterForComInterop>
  60. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  61. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  62. <WarningLevel>1</WarningLevel>
  63. <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  64. <DebugType>full</DebugType>
  65. </PropertyGroup>
  66. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  67. <OutputPath>bin\</OutputPath>
  68. <DocumentationFile>IDCard.xml</DocumentationFile>
  69. <BaseAddress>285212672</BaseAddress>
  70. <ConfigurationOverrideFile>
  71. </ConfigurationOverrideFile>
  72. <DefineConstants>
  73. </DefineConstants>
  74. <DefineDebug>false</DefineDebug>
  75. <DefineTrace>true</DefineTrace>
  76. <DebugSymbols>false</DebugSymbols>
  77. <Optimize>true</Optimize>
  78. <RegisterForComInterop>false</RegisterForComInterop>
  79. <RemoveIntegerChecks>false</RemoveIntegerChecks>
  80. <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
  81. <WarningLevel>1</WarningLevel>
  82. <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  83. <DebugType>none</DebugType>
  84. </PropertyGroup>
  85. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  86. <DebugSymbols>true</DebugSymbols>
  87. <DefineDebug>true</DefineDebug>
  88. <DefineTrace>true</DefineTrace>
  89. <OutputPath>bin\x86\Debug\</OutputPath>
  90. <BaseAddress>285212672</BaseAddress>
  91. <DocumentationFile>IDCard.xml</DocumentationFile>
  92. <Optimize>true</Optimize>
  93. <WarningLevel>1</WarningLevel>
  94. <NoWarn>42016,42017,42018,42019,42032</NoWarn>
  95. <DebugType>full</DebugType>
  96. <PlatformTarget>x86</PlatformTarget>
  97. <CodeAnalysisRuleAssemblies>D:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools\FxCop\\rules</CodeAnalysisRuleAssemblies>
  98. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  99. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
  100. </PropertyGroup>
  101. <ItemGroup>
  102. <Reference Include="System">
  103. <Name>System</Name>
  104. </Reference>
  105. <Reference Include="System.Data">
  106. <Name>System.Data</Name>
  107. </Reference>
  108. <Reference Include="System.Drawing">
  109. <Name>System.Drawing</Name>
  110. </Reference>
  111. <Reference Include="System.Windows.Forms">
  112. <Name>System.Windows.Forms</Name>
  113. </Reference>
  114. <Reference Include="System.Xml">
  115. <Name>System.XML</Name>
  116. </Reference>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Import Include="Microsoft.VisualBasic" />
  120. <Import Include="System" />
  121. <Import Include="System.Collections" />
  122. <Import Include="System.Data" />
  123. <Import Include="System.Diagnostics" />
  124. <Import Include="System.Drawing" />
  125. <Import Include="System.Windows.Forms" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Compile Include="AssemblyInfo.vb">
  129. <SubType>Code</SubType>
  130. </Compile>
  131. <Compile Include="frmMain.vb">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <EmbeddedResource Include="frmMain.resx">
  135. <DependentUpon>frmMain.vb</DependentUpon>
  136. </EmbeddedResource>
  137. <Content Include="NOTE04.ICO" />
  138. </ItemGroup>
  139. <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  140. <PropertyGroup>
  141. <PreBuildEvent>
  142. </PreBuildEvent>
  143. <PostBuildEvent>
  144. </PostBuildEvent>
  145. </PropertyGroup>
  146. </Project>