/VirtualTreeView-TestApp/VirtualTreeView-TestApp.csproj

https://code.google.com/p/martian-gui-controls/ · MSBuild · 108 lines · 101 code · 0 blank · 7 comment · 6 complexity · 278fda9d17cdc02e07da0c0990f9a1b4 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" 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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{63FA0B11-98EE-4C33-8E31-A063E3A5AC9A}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>VirtualTreeViewTestApp</RootNamespace>
  12. <AssemblyName>VirtualTreeViewTestApp</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  19. <PlatformTarget>x86</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  29. <PlatformTarget>x86</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  45. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <Optimize>true</Optimize>
  51. <DebugType>pdbonly</DebugType>
  52. <PlatformTarget>AnyCPU</PlatformTarget>
  53. <ErrorReport>prompt</ErrorReport>
  54. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  55. </PropertyGroup>
  56. <ItemGroup>
  57. <Reference Include="System" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Windows.Forms" />
  60. </ItemGroup>
  61. <ItemGroup>
  62. <Compile Include="Form1.cs">
  63. <SubType>Form</SubType>
  64. </Compile>
  65. <Compile Include="Form1.Designer.cs">
  66. <DependentUpon>Form1.cs</DependentUpon>
  67. </Compile>
  68. <Compile Include="Program.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <EmbeddedResource Include="Form1.resx">
  71. <DependentUpon>Form1.cs</DependentUpon>
  72. </EmbeddedResource>
  73. <EmbeddedResource Include="Properties\Resources.resx">
  74. <Generator>ResXFileCodeGenerator</Generator>
  75. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  76. <SubType>Designer</SubType>
  77. </EmbeddedResource>
  78. <Compile Include="Properties\Resources.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DependentUpon>Resources.resx</DependentUpon>
  81. <DesignTime>True</DesignTime>
  82. </Compile>
  83. <None Include="app.config" />
  84. <None Include="Properties\Settings.settings">
  85. <Generator>SettingsSingleFileGenerator</Generator>
  86. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  87. </None>
  88. <Compile Include="Properties\Settings.Designer.cs">
  89. <AutoGen>True</AutoGen>
  90. <DependentUpon>Settings.settings</DependentUpon>
  91. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\MartianGuiControls\MartianGuiControls.csproj">
  96. <Project>{25B096E2-7264-497B-98CC-666476256C2A}</Project>
  97. <Name>MartianGuiControls</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. </Project>