Tests.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{28AA032E-CACF-4C07-BF12-C4FBE71BC8BD}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Tests</RootNamespace>
  12. <AssemblyName>Tests</AssemblyName>
  13. <TargetFrameworkProfile>
  14. </TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug</OutputPath>
  20. <WarningLevel>4</WarningLevel>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Release</OutputPath>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <ItemGroup>
  28. <Reference Include="System" />
  29. <Reference Include="System.Core" />
  30. <Reference Include="System.Xml.Linq" />
  31. <Reference Include="System.Data.DataSetExtensions" />
  32. <Reference Include="Microsoft.CSharp" />
  33. <Reference Include="System.Data" />
  34. <Reference Include="System.Xml" />
  35. </ItemGroup>
  36. <ItemGroup>
  37. <Compile Include="Program.cs" />
  38. <Compile Include="Properties\AssemblyInfo.cs" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <None Include="app.config" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <ProjectReference Include="..\System.Net.FtpClient\System.Net.FtpClient.csproj">
  45. <Project>{E963B766-56BF-4966-8917-88C1EE69D61A}</Project>
  46. <Name>System.Net.FtpClient</Name>
  47. </ProjectReference>
  48. </ItemGroup>
  49. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  50. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  51. Other similar extension points exist, see Microsoft.Common.targets.
  52. <Target Name="BeforeBuild">
  53. </Target>
  54. <Target Name="AfterBuild">
  55. </Target>
  56. -->
  57. </Project>