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.

UnitTests.csproj 4.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{3EA73F1C-9E0B-4ED5-B04B-6C043D14D1AA}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>UnitTests</RootNamespace>
  13. <AssemblyName>UnitTests</AssemblyName>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <SccProjectName>SAK</SccProjectName>
  18. <SccLocalPath>SAK</SccLocalPath>
  19. <SccAuxPath>SAK</SccAuxPath>
  20. <SccProvider>SAK</SccProvider>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <SignAssembly>true</SignAssembly>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <AssemblyOriginatorKeyFile>StrongNameKey.pfx</AssemblyOriginatorKeyFile>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  47. <Reference Include="System" />
  48. <Reference Include="System.Configuration" />
  49. <Reference Include="System.Core">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.XML" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="WindowsBase" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
  61. <Visible>False</Visible>
  62. </CodeAnalysisDependentAssemblyPaths>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="UnitTest1.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <None Include="documents\EverybodyHasAHome.docx" />
  70. <None Include="documents\Images.docx" />
  71. <None Include="documents\MovePicture.docx" />
  72. <None Include="documents\Paragraphs.docx" />
  73. <None Include="documents\Tables.docx" />
  74. <None Include="documents\Template.dotx" />
  75. <None Include="StrongNameKey.pfx" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Content Include="documents\green.jpg" />
  79. <Content Include="documents\orange.gif" />
  80. <Content Include="documents\purple.png" />
  81. <Content Include="documents\red.bmp" />
  82. <Content Include="documents\yellow.tif" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\DocX\DocX.csproj">
  86. <Project>{E863D072-AA8B-4108-B5F1-785241B37F67}</Project>
  87. <Name>DocX</Name>
  88. </ProjectReference>
  89. </ItemGroup>
  90. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  91. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  92. Other similar extension points exist, see Microsoft.Common.targets.
  93. <Target Name="BeforeBuild">
  94. </Target>
  95. <Target Name="AfterBuild">
  96. </Target>
  97. -->
  98. </Project>