Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

70 linhas
3.1KB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{9324D80D-28E6-440C-8444-0ED13C60023B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>TM.Bosman.Components</RootNamespace>
  11. <AssemblyName>TM.Bosman.Components</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup>
  34. <SignAssembly>true</SignAssembly>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <AssemblyOriginatorKeyFile>..\Bosman.snk</AssemblyOriginatorKeyFile>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="Microsoft.XLANGs.BaseTypes, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. <Reference Include="TM.Shared.Components, Version=1.0.1.0, Culture=neutral, PublicKeyToken=9cbf569b151cb1d4, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>C:\Windows\Microsoft.NET\assembly\GAC_MSIL\TM.Shared.Components\v4.0_1.0.1.0__9cbf569b151cb1d4\TM.Shared.Components.dll</HintPath>
  51. </Reference>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Components.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <None Include="..\Bosman.snk">
  59. <Link>Bosman.snk</Link>
  60. </None>
  61. </ItemGroup>
  62. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  63. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  64. Other similar extension points exist, see Microsoft.Common.targets.
  65. <Target Name="BeforeBuild">
  66. </Target>
  67. <Target Name="AfterBuild">
  68. </Target>
  69. -->
  70. </Project>