PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/SimpleDemo/SimpleDemo.vbproj

#
MSBuild | 180 lines | 173 code | 0 blank | 7 comment | 0 complexity | f7ca9d29349d8a3f051b834357794590 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7D996EAE-1C78-4E18-954F-882BE7AA6E99}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <StartupObject>SimpleDemo.Program</StartupObject>
  11. <RootNamespace>SimpleDemo</RootNamespace>
  12. <AssemblyName>SimpleDemo</AssemblyName>
  13. <MyType>Console</MyType>
  14. <OptionStrict>On</OptionStrict>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  28. <IsWebBootstrapper>false</IsWebBootstrapper>
  29. <UseApplicationTrust>false</UseApplicationTrust>
  30. <BootstrapperEnabled>true</BootstrapperEnabled>
  31. <TargetFrameworkProfile />
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <DebugSymbols>true</DebugSymbols>
  35. <DebugType>full</DebugType>
  36. <DefineDebug>true</DefineDebug>
  37. <DefineTrace>true</DefineTrace>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DocumentationFile>SimpleDemo.xml</DocumentationFile>
  40. <NoWarn>42353,42354,42355</NoWarn>
  41. <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
  42. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  45. <DebugType>pdbonly</DebugType>
  46. <DefineDebug>false</DefineDebug>
  47. <DefineTrace>true</DefineTrace>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DocumentationFile>SimpleDemo.xml</DocumentationFile>
  51. <NoWarn>42353,42354,42355</NoWarn>
  52. <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
  53. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <PropertyGroup />
  56. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  57. <DebugSymbols>true</DebugSymbols>
  58. <DefineDebug>true</DefineDebug>
  59. <DefineTrace>true</DefineTrace>
  60. <OutputPath>bin\x86\Debug\</OutputPath>
  61. <DocumentationFile>SimpleDemo.xml</DocumentationFile>
  62. <NoWarn>42353,42354,42355</NoWarn>
  63. <DebugType>full</DebugType>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
  66. <CodeAnalysisLogFile>bin\Debug\SimpleDemo.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  67. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  68. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
  69. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  70. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  71. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  72. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  73. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  74. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  77. <DefineTrace>true</DefineTrace>
  78. <OutputPath>bin\x86\Release\</OutputPath>
  79. <DocumentationFile>SimpleDemo.xml</DocumentationFile>
  80. <Optimize>true</Optimize>
  81. <NoWarn>42353,42354,42355</NoWarn>
  82. <DebugType>pdbonly</DebugType>
  83. <PlatformTarget>x86</PlatformTarget>
  84. <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>
  85. <CodeAnalysisLogFile>bin\Release\SimpleDemo.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  86. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  87. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
  88. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  89. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  90. <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
  91. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  92. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  93. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  94. </PropertyGroup>
  95. <ItemGroup>
  96. <Reference Include="System" />
  97. <Reference Include="System.Data" />
  98. <Reference Include="System.Deployment" />
  99. <Reference Include="System.Xml" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Import Include="Microsoft.VisualBasic" />
  103. <Import Include="Spss" />
  104. <Import Include="System" />
  105. <Import Include="System.Collections" />
  106. <Import Include="System.Collections.Generic" />
  107. <Import Include="System.Data" />
  108. <Import Include="System.Diagnostics" />
  109. <Import Include="System.IO" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Compile Include="Program.vb" />
  113. <Compile Include="My Project\AssemblyInfo.vb" />
  114. <Compile Include="My Project\Application.Designer.vb">
  115. <AutoGen>True</AutoGen>
  116. <DependentUpon>Application.myapp</DependentUpon>
  117. </Compile>
  118. <Compile Include="My Project\Resources.Designer.vb">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>Resources.resx</DependentUpon>
  122. </Compile>
  123. <Compile Include="My Project\Settings.Designer.vb">
  124. <AutoGen>True</AutoGen>
  125. <DependentUpon>Settings.settings</DependentUpon>
  126. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  127. </Compile>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <EmbeddedResource Include="My Project\Resources.resx">
  131. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  132. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  133. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  134. <SubType>Designer</SubType>
  135. </EmbeddedResource>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="app.config" />
  139. <None Include="My Project\Application.myapp">
  140. <Generator>MyApplicationCodeGenerator</Generator>
  141. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  142. </None>
  143. <None Include="My Project\Settings.settings">
  144. <Generator>SettingsSingleFileGenerator</Generator>
  145. <CustomToolNamespace>My</CustomToolNamespace>
  146. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  147. </None>
  148. </ItemGroup>
  149. <ItemGroup>
  150. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  151. <Visible>False</Visible>
  152. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  153. <Install>false</Install>
  154. </BootstrapperPackage>
  155. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  156. <Visible>False</Visible>
  157. <ProductName>.NET Framework 3.5 SP1</ProductName>
  158. <Install>true</Install>
  159. </BootstrapperPackage>
  160. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  161. <Visible>False</Visible>
  162. <ProductName>Windows Installer 3.1</ProductName>
  163. <Install>true</Install>
  164. </BootstrapperPackage>
  165. </ItemGroup>
  166. <ItemGroup>
  167. <ProjectReference Include="..\Spss\Spss.csproj">
  168. <Project>{230E956E-FB2D-448E-AD4A-E90CB4BE2092}</Project>
  169. <Name>Spss</Name>
  170. </ProjectReference>
  171. </ItemGroup>
  172. <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
  173. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  174. Other similar extension points exist, see Microsoft.Common.targets.
  175. <Target Name="BeforeBuild">
  176. </Target>
  177. <Target Name="AfterBuild">
  178. </Target>
  179. -->
  180. </Project>