PageRenderTime 27ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBWPFClipboardViewer/VBWPFClipboardViewer.vbproj

#
MSBuild | 137 lines | 137 code | 0 blank | 0 comment | 0 complexity | 62999f4ec89a7b552c67301a0f0bff4b MD5 | raw file
  1. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProjectGuid>{08C80A98-5B14-46AD-8546-0A9F49993204}</ProjectGuid>
  6. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
  7. <OutputType>WinExe</OutputType>
  8. <RootNamespace>VBWPFClipboardViewer</RootNamespace>
  9. <AssemblyName>VBWPFClipboardViewer</AssemblyName>
  10. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  11. <MyType>Custom</MyType>
  12. <OptionExplicit>On</OptionExplicit>
  13. <OptionCompare>Binary</OptionCompare>
  14. <OptionStrict>Off</OptionStrict>
  15. <OptionInfer>On</OptionInfer>
  16. <StartupObject>
  17. </StartupObject>
  18. <TargetFrameworkSubset>Client</TargetFrameworkSubset>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <DefineDebug>true</DefineDebug>
  24. <DefineTrace>true</DefineTrace>
  25. <IncrementalBuild>true</IncrementalBuild>
  26. <OutputPath>..\Debug\</OutputPath>
  27. <DocumentationFile>VBWPFClipboardViewer.xml</DocumentationFile>
  28. <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
  29. <UseVSHostingProcess>false</UseVSHostingProcess>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugSymbols>false</DebugSymbols>
  33. <DefineDebug>false</DefineDebug>
  34. <DefineTrace>true</DefineTrace>
  35. <IncrementalBuild>false</IncrementalBuild>
  36. <Optimize>true</Optimize>
  37. <OutputPath>..\Release\</OutputPath>
  38. <DocumentationFile>VBWPFClipboardViewer.xml</DocumentationFile>
  39. <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="System.Core">
  43. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  44. </Reference>
  45. <Reference Include="System.Xml.Linq">
  46. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  47. </Reference>
  48. <Reference Include="System.Data.DataSetExtensions">
  49. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="WindowsBase">
  52. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  53. </Reference>
  54. <Reference Include="PresentationCore">
  55. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  56. </Reference>
  57. <Reference Include="PresentationFramework">
  58. <RequiredTargetFramework>3.0</RequiredTargetFramework>
  59. </Reference>
  60. <Reference Include="System" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <ApplicationDefinition Include="Application.xaml">
  66. <Generator>MSBuild:Compile</Generator>
  67. <SubType>Designer</SubType>
  68. </ApplicationDefinition>
  69. <Page Include="MainWindow.xaml">
  70. <Generator>MSBuild:Compile</Generator>
  71. <SubType>Designer</SubType>
  72. </Page>
  73. <Compile Include="Application.xaml.vb">
  74. <DependentUpon>Application.xaml</DependentUpon>
  75. <SubType>Code</SubType>
  76. </Compile>
  77. <Compile Include="MainWindow.xaml.vb">
  78. <DependentUpon>MainWindow.xaml</DependentUpon>
  79. <SubType>Code</SubType>
  80. </Compile>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Import Include="System.IO" />
  84. <Import Include="System.Linq" />
  85. <Import Include="System.Windows.Interop" />
  86. <Import Include="System.Xml.Linq" />
  87. <Import Include="Microsoft.VisualBasic" />
  88. <Import Include="System" />
  89. <Import Include="System.Collections" />
  90. <Import Include="System.Collections.Generic" />
  91. <Import Include="System.Diagnostics" />
  92. <Import Include="System.Windows" />
  93. <Import Include="System.Windows.Controls" />
  94. <Import Include="System.Windows.Data" />
  95. <Import Include="System.Windows.Documents" />
  96. <Import Include="System.Windows.Input" />
  97. <Import Include="System.Windows.Shapes" />
  98. <Import Include="System.Windows.Media" />
  99. <Import Include="System.Windows.Media.Imaging" />
  100. <Import Include="System.Windows.Navigation" />
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Compile Include="My Project\AssemblyInfo.vb">
  104. <SubType>Code</SubType>
  105. </Compile>
  106. <Compile Include="My Project\MyExtensions\MyWpfExtension.vb">
  107. <VBMyExtensionTemplateID>Microsoft.VisualBasic.WPF.MyExtension</VBMyExtensionTemplateID>
  108. <VBMyExtensionTemplateVersion>1.0.0.0</VBMyExtensionTemplateVersion>
  109. </Compile>
  110. <Compile Include="My Project\Resources.Designer.vb">
  111. <AutoGen>True</AutoGen>
  112. <DesignTime>True</DesignTime>
  113. <DependentUpon>Resources.resx</DependentUpon>
  114. </Compile>
  115. <Compile Include="My Project\Settings.Designer.vb">
  116. <AutoGen>True</AutoGen>
  117. <DependentUpon>Settings.settings</DependentUpon>
  118. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  119. </Compile>
  120. <Compile Include="Win32.vb" />
  121. <EmbeddedResource Include="My Project\Resources.resx">
  122. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  123. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  124. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  125. </EmbeddedResource>
  126. <None Include="app.config" />
  127. <None Include="My Project\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  130. </None>
  131. <AppDesigner Include="My Project\" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Resource Include="Readme.txt" />
  135. </ItemGroup>
  136. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  137. </Project>