PageRenderTime 46ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBMonitorRegistryChange/VBMonitorRegistryChange.vbproj

#
MSBuild | 135 lines | 128 code | 0 blank | 7 comment | 0 complexity | 13ce70f426afa99f76320ee4d6532e9c MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{16A8FD3E-A610-4278-8AE6-7E8933030CFB}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>VBMonitorRegistryChange</RootNamespace>
  11. <AssemblyName>VBMonitorRegistryChange</AssemblyName>
  12. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. <OptionExplicit>On</OptionExplicit>
  14. <OptionCompare>Binary</OptionCompare>
  15. <OptionStrict>Off</OptionStrict>
  16. <OptionInfer>On</OptionInfer>
  17. <FileAlignment>512</FileAlignment>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <Optimize>false</Optimize>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineDebug>true</DefineDebug>
  41. <DefineTrace>true</DefineTrace>
  42. <ErrorReport>prompt</ErrorReport>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineDebug>false</DefineDebug>
  50. <DefineTrace>true</DefineTrace>
  51. <ErrorReport>prompt</ErrorReport>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  54. <DebugSymbols>true</DebugSymbols>
  55. <OutputPath>..\Debug\</OutputPath>
  56. <DefineDebug>true</DefineDebug>
  57. <DefineTrace>true</DefineTrace>
  58. <DebugType>full</DebugType>
  59. <PlatformTarget>AnyCPU</PlatformTarget>
  60. <CodeAnalysisLogFile>bin\Debug\CSMonitorRegistryChange.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  61. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  62. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
  63. <ErrorReport>prompt</ErrorReport>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  66. <OutputPath>..\Debug\</OutputPath>
  67. <DefineDebug>false</DefineDebug>
  68. <DefineTrace>true</DefineTrace>
  69. <Optimize>true</Optimize>
  70. <DebugType>pdbonly</DebugType>
  71. <PlatformTarget>AnyCPU</PlatformTarget>
  72. <CodeAnalysisLogFile>bin\Release\CSMonitorRegistryChange.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  73. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  74. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.vb</CodeAnalysisModuleSuppressionsFile>
  75. <ErrorReport>prompt</ErrorReport>
  76. </PropertyGroup>
  77. <PropertyGroup>
  78. <StartupObject>VBMonitorRegistryChange.My.MyApplication</StartupObject>
  79. </PropertyGroup>
  80. <PropertyGroup />
  81. <PropertyGroup />
  82. <PropertyGroup>
  83. <MyType>WindowsForms</MyType>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Reference Include="System" />
  87. <Reference Include="System.Core">
  88. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  89. </Reference>
  90. <Reference Include="System.Management" />
  91. <Reference Include="System.Drawing" />
  92. <Reference Include="System.Windows.Forms" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Import Include="Microsoft.VisualBasic" />
  96. <Import Include="System.Collections.Generic" />
  97. <Import Include="System.Diagnostics" />
  98. <Import Include="System.Drawing" />
  99. <Import Include="System.Windows.Forms" />
  100. <Import Include="System.Linq" />
  101. <Import Include="System" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="MainForm.vb">
  105. <SubType>Form</SubType>
  106. </Compile>
  107. <Compile Include="MainForm.Designer.vb">
  108. <DependentUpon>MainForm.vb</DependentUpon>
  109. </Compile>
  110. <Compile Include="My Project\Application.Designer.vb">
  111. <AutoGen>True</AutoGen>
  112. <DependentUpon>Application.myapp</DependentUpon>
  113. </Compile>
  114. <Compile Include="My Project\AssemblyInfo.vb" />
  115. <Compile Include="RegistryKeyChangeEventArg.vb" />
  116. <Compile Include="RegistryWatcher.vb">
  117. <SubType>Component</SubType>
  118. </Compile>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="My Project\Application.myapp">
  122. <Generator>MyApplicationCodeGenerator</Generator>
  123. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  124. </None>
  125. <Content Include="Readme.txt" />
  126. </ItemGroup>
  127. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>