WinSCPnet.csproj 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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>{DF44CF5D-6809-4557-A343-FEC46F14B3FF}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>WinSCP</RootNamespace>
  12. <AssemblyName>WinSCPnet</AssemblyName>
  13. <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <OutputPath>$(FINAL_PATH)\$(Configuration)</OutputPath>
  16. <IntermediateOutputPath>$(INTERM_PATH)\$(Configuration)</IntermediateOutputPath>
  17. <BaseIntermediateOutputPath>$(INTERM_PATH)\$(Configuration)</BaseIntermediateOutputPath>
  18. <TargetFrameworkProfile />
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <CodeAnalysisRuleSet>WinSCPnet.ruleset</CodeAnalysisRuleSet>
  28. <RunCodeAnalysis>true</RunCodeAnalysis>
  29. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <CodeAnalysisRuleSet>WinSCPnet.ruleset</CodeAnalysisRuleSet>
  38. <RunCodeAnalysis>true</RunCodeAnalysis>
  39. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  40. </PropertyGroup>
  41. <PropertyGroup />
  42. <PropertyGroup>
  43. <SignAssembly>false</SignAssembly>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <AssemblyOriginatorKeyFile>
  47. </AssemblyOriginatorKeyFile>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <DelaySign>false</DelaySign>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="ChmodEventArgs.cs" />
  58. <Compile Include="CommandExecutionResult.cs" />
  59. <Compile Include="Internal\Callstack.cs" />
  60. <Compile Include="Internal\CallstackAndLock.cs" />
  61. <Compile Include="Internal\ConsoleCommStruct.cs" />
  62. <Compile Include="Internal\ExeSessionProcess.cs" />
  63. <Compile Include="Internal\Job.cs" />
  64. <Compile Include="Internal\Lock.cs" />
  65. <Compile Include="Internal\Logger.cs" />
  66. <Compile Include="Internal\ProgressHandler.cs" />
  67. <Compile Include="Internal\SessionElementLogReader.cs" />
  68. <Compile Include="Internal\Tools.cs" />
  69. <Compile Include="Internal\UnsafeNativeMethods.cs" />
  70. <Compile Include="OutputDataReceivedEventArgs.cs" />
  71. <Compile Include="FileTransferProgressEventArgs.cs" />
  72. <Compile Include="RemoteDirectoryInfo.cs" />
  73. <Compile Include="FailedEventArgs.cs" />
  74. <Compile Include="FileOperationEventArgs.cs" />
  75. <Compile Include="GlobalSuppressions.cs" />
  76. <Compile Include="FilePermissions.cs" />
  77. <Compile Include="Internal\Constants.cs" />
  78. <Compile Include="Internal\ReadOnlyInteropCollectionHelper.cs" />
  79. <Compile Include="InteropCollections\RemoteFileInfoCollection.cs" />
  80. <Compile Include="InteropCollections\RemovalEventArgsCollection.cs" />
  81. <Compile Include="InteropCollections\SessionRemoteExceptionCollection.cs" />
  82. <Compile Include="InteropCollections\StringCollection.cs" />
  83. <Compile Include="InteropCollections\TransferEventArgsCollection.cs" />
  84. <Compile Include="RemovalEventArgs.cs" />
  85. <Compile Include="RemovalOperationResult.cs" />
  86. <Compile Include="SessionEvents.cs" />
  87. <Compile Include="SynchronizationResult.cs" />
  88. <Compile Include="TransferEventArgs.cs" />
  89. <Compile Include="TransferOperationResult.cs" />
  90. <Compile Include="TransferOptions.cs" />
  91. <Compile Include="Internal\CustomLogReader.cs" />
  92. <Compile Include="Internal\ElementLogReader.cs" />
  93. <Compile Include="Internal\OperationResultGuard.cs" />
  94. <Compile Include="OperationEventArgs.cs" />
  95. <Compile Include="OperationResultBase.cs" />
  96. <Compile Include="RemoteFileInfo.cs" />
  97. <Compile Include="Session.cs" />
  98. <Compile Include="Properties\AssemblyInfo.cs" />
  99. <Compile Include="SessionOptions.cs" />
  100. <Compile Include="SessionException.cs" />
  101. <Compile Include="SessionLocalException.cs" />
  102. <Compile Include="SessionRemoteException.cs" />
  103. <Compile Include="Internal\SessionLogReader.cs" />
  104. <Compile Include="TouchEventArgs.cs" />
  105. <Compile Include="TransferResumeSupport.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="App.config">
  109. <SubType>Designer</SubType>
  110. </None>
  111. </ItemGroup>
  112. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  113. </Project>