/MartianGuiControls/MartianGuiControls.csproj

https://code.google.com/p/martian-gui-controls/ · MSBuild · 111 lines · 104 code · 0 blank · 7 comment · 6 complexity · bb742283e39080a76691a2c89fade3f9 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>{25B096E2-7264-497B-98CC-666476256C2A}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MartianGuiControls</RootNamespace>
  12. <AssemblyName>MartianGuiControls</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. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  30. <PlatformTarget>x86</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <StartupObject />
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  42. <DebugSymbols>true</DebugSymbols>
  43. <OutputPath>bin\Debug\</OutputPath>
  44. <DefineConstants>DEBUG;TRACE</DefineConstants>
  45. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  46. <DebugType>full</DebugType>
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <ErrorReport>prompt</ErrorReport>
  49. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  50. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  51. <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <Optimize>true</Optimize>
  57. <DebugType>pdbonly</DebugType>
  58. <PlatformTarget>AnyCPU</PlatformTarget>
  59. <ErrorReport>prompt</ErrorReport>
  60. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  61. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  62. <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
  63. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  64. </PropertyGroup>
  65. <ItemGroup>
  66. <Reference Include="System" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Windows.Forms" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Properties\AssemblyInfo.cs" />
  72. <Compile Include="NativeMethods.cs" />
  73. <Compile Include="Utils.cs" />
  74. <Compile Include="VirtualTreeView.cs">
  75. <SubType>Component</SubType>
  76. </Compile>
  77. <Compile Include="VirtualTreeView.Designer.cs">
  78. <DependentUpon>VirtualTreeView.cs</DependentUpon>
  79. </Compile>
  80. <EmbeddedResource Include="Properties\Resources.resx">
  81. <Generator>ResXFileCodeGenerator</Generator>
  82. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  83. <SubType>Designer</SubType>
  84. </EmbeddedResource>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. <DesignTime>True</DesignTime>
  89. </Compile>
  90. <EmbeddedResource Include="VirtualTreeView.resx">
  91. <DependentUpon>VirtualTreeView.cs</DependentUpon>
  92. </EmbeddedResource>
  93. <None Include="Properties\Settings.settings">
  94. <Generator>SettingsSingleFileGenerator</Generator>
  95. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  96. </None>
  97. <Compile Include="Properties\Settings.Designer.cs">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  105. Other similar extension points exist, see Microsoft.Common.targets.
  106. <Target Name="BeforeBuild">
  107. </Target>
  108. <Target Name="AfterBuild">
  109. </Target>
  110. -->
  111. </Project>