ssh-handler.csproj 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{2DE445A6-C911-4931-A971-09E5C61DD470}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ssh_handler</RootNamespace>
  11. <AssemblyName>ssh-handler</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <IsWebBootstrapper>false</IsWebBootstrapper>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. <PublishUrl>publish\</PublishUrl>
  17. <Install>true</Install>
  18. <InstallFrom>Disk</InstallFrom>
  19. <UpdateEnabled>false</UpdateEnabled>
  20. <UpdateMode>Foreground</UpdateMode>
  21. <UpdateInterval>7</UpdateInterval>
  22. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  23. <UpdatePeriodically>false</UpdatePeriodically>
  24. <UpdateRequired>false</UpdateRequired>
  25. <MapFileExtensions>true</MapFileExtensions>
  26. <ApplicationRevision>0</ApplicationRevision>
  27. <ApplicationVersion>1.1.0.%2a</ApplicationVersion>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  42. <PlatformTarget>AnyCPU</PlatformTarget>
  43. <DebugType>pdbonly</DebugType>
  44. <Optimize>true</Optimize>
  45. <OutputPath>bin\Release\</OutputPath>
  46. <DefineConstants>TRACE</DefineConstants>
  47. <ErrorReport>prompt</ErrorReport>
  48. <WarningLevel>4</WarningLevel>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="PresentationCore" />
  52. <Reference Include="PresentationFramework" />
  53. <Reference Include="System" />
  54. <Reference Include="System.Core" />
  55. <Reference Include="System.Windows.Controls.Input.Toolkit">
  56. <HintPath>..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Input.Toolkit.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Windows.Controls.Layout.Toolkit">
  59. <HintPath>..\packages\WPFToolkit.3.5.50211.1\lib\System.Windows.Controls.Layout.Toolkit.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Xaml" />
  62. <Reference Include="System.Xml.Linq" />
  63. <Reference Include="System.Data.DataSetExtensions" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Data" />
  66. <Reference Include="System.Deployment" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Windows.Forms" />
  69. <Reference Include="System.Xml" />
  70. <Reference Include="WindowsBase" />
  71. <Reference Include="WPFToolkit">
  72. <HintPath>..\packages\WPFToolkit.3.5.50211.1\lib\WPFToolkit.dll</HintPath>
  73. </Reference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="AbstractHandler.cs" />
  77. <Compile Include="AutoYesNoOption.cs" />
  78. <Compile Include="Handler.cs" />
  79. <Compile Include="HandlerSettingsBox.xaml.cs">
  80. <DependentUpon>HandlerSettingsBox.xaml</DependentUpon>
  81. </Compile>
  82. <Compile Include="MatchOption.cs" />
  83. <Compile Include="OpensshHandler.cs" />
  84. <Compile Include="OptionalExecutablePanel.xaml.cs">
  85. <DependentUpon>OptionalExecutablePanel.xaml</DependentUpon>
  86. </Compile>
  87. <Compile Include="OptionalYesNoDirectoryPanel.xaml.cs">
  88. <DependentUpon>OptionalYesNoDirectoryPanel.xaml</DependentUpon>
  89. </Compile>
  90. <Compile Include="OptionalYesNoExecutablePanel.xaml.cs">
  91. <DependentUpon>OptionalYesNoExecutablePanel.xaml</DependentUpon>
  92. </Compile>
  93. <Compile Include="Properties\AssemblyInfo.cs" />
  94. <Compile Include="PuttyHandler.cs" />
  95. <Compile Include="Setting.cs" />
  96. <Compile Include="SettingPanel.cs" />
  97. <Compile Include="SettingPanelHelper.cs" />
  98. <Compile Include="SettingType.cs" />
  99. <Compile Include="Shell32.cs" />
  100. <Compile Include="SshHandler.cs" />
  101. <Compile Include="SettingsDialog.xaml.cs">
  102. <DependentUpon>SettingsDialog.xaml</DependentUpon>
  103. </Compile>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  107. <Visible>False</Visible>
  108. <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
  109. <Install>true</Install>
  110. </BootstrapperPackage>
  111. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  112. <Visible>False</Visible>
  113. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  114. <Install>false</Install>
  115. </BootstrapperPackage>
  116. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  117. <Visible>False</Visible>
  118. <ProductName>.NET Framework 3.5 SP1</ProductName>
  119. <Install>false</Install>
  120. </BootstrapperPackage>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="app.config" />
  124. <None Include="packages.config" />
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Page Include="HandlerSettingsBox.xaml">
  128. <SubType>Designer</SubType>
  129. <Generator>MSBuild:Compile</Generator>
  130. </Page>
  131. <Page Include="OptionalExecutablePanel.xaml">
  132. <SubType>Designer</SubType>
  133. <Generator>MSBuild:Compile</Generator>
  134. </Page>
  135. <Page Include="OptionalYesNoDirectoryPanel.xaml">
  136. <SubType>Designer</SubType>
  137. <Generator>MSBuild:Compile</Generator>
  138. </Page>
  139. <Page Include="OptionalYesNoExecutablePanel.xaml">
  140. <SubType>Designer</SubType>
  141. <Generator>MSBuild:Compile</Generator>
  142. </Page>
  143. <Page Include="SettingsDialog.xaml">
  144. <SubType>Designer</SubType>
  145. <Generator>MSBuild:Compile</Generator>
  146. </Page>
  147. </ItemGroup>
  148. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  149. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  150. Other similar extension points exist, see Microsoft.Common.targets.
  151. <Target Name="BeforeBuild">
  152. </Target>
  153. <Target Name="AfterBuild">
  154. </Target>
  155. -->
  156. </Project>