Skip to content

Commit 6a118ec

Browse files
source code commit
1 parent 7d362a8 commit 6a118ec

File tree

342 files changed

+79820
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+79820
-0
lines changed

Resources/zip_banner.png

18.4 KB
Loading
26.1 KB
Binary file not shown.
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
4+
//
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
//
9+
[assembly: AssemblyTitle("")]
10+
[assembly: AssemblyDescription("")]
11+
[assembly: AssemblyConfiguration("XCEED-SAMPLE-APPLICATION")]
12+
[assembly: AssemblyCompany("")]
13+
[assembly: AssemblyProduct("")]
14+
[assembly: AssemblyCopyright("")]
15+
[assembly: AssemblyTrademark("")]
16+
[assembly: AssemblyCulture("")]
17+
18+
//
19+
// Version information for an assembly consists of the following four values:
20+
//
21+
// Major Version
22+
// Minor Version
23+
// Build Number
24+
// Revision
25+
//
26+
// You can specify all the values or you can default the Revision and Build Numbers
27+
// by using the '*' as shown below:
28+
29+
[assembly: AssemblyVersion("1.0.*")]
30+
31+
//
32+
// In order to sign your assembly you must specify a key to use. Refer to the
33+
// Microsoft .NET Framework documentation for more information on assembly signing.
34+
//
35+
// Use the attributes below to control which key is used for signing.
36+
//
37+
// Notes:
38+
// (*) If no key is specified, the assembly is not signed.
39+
// (*) KeyName refers to a key that has been installed in the Crypto Service
40+
// Provider (CSP) on your machine. KeyFile refers to a file which contains
41+
// a key.
42+
// (*) If the KeyFile and the KeyName values are both specified, the
43+
// following processing occurs:
44+
// (1) If the KeyName can be found in the CSP, that key is used.
45+
// (2) If the KeyName does not exist and the KeyFile does exist, the key
46+
// in the KeyFile is installed into the CSP and used.
47+
// (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
48+
// When specifying the KeyFile, the location of the KeyFile should be
49+
// relative to the project output directory which is
50+
// %Project Directory%\obj\<configuration>. For example, if your KeyFile is
51+
// located in the project directory, you would specify the AssemblyKeyFile
52+
// attribute as [assembly: AssemblyKeyFile("..\\..\\mykey.snk")]
53+
// (*) Delay Signing is an advanced option - see the Microsoft .NET Framework
54+
// documentation for more information on this.
55+
//
56+
[assembly: AssemblyDelaySign(false)]
57+
[assembly: AssemblyKeyFile("")]
58+
[assembly: AssemblyKeyName("")]
Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<ProjectType>Local</ProjectType>
5+
<ProductVersion>10.0.20826</ProductVersion>
6+
<SchemaVersion>2.0</SchemaVersion>
7+
<ProjectGuid>{D2846C13-6889-4801-96E5-E1C0BB0A8B2C}</ProjectGuid>
8+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10+
<ApplicationIcon>App.ico</ApplicationIcon>
11+
<AssemblyKeyContainerName>
12+
</AssemblyKeyContainerName>
13+
<AssemblyName>ClientFtp</AssemblyName>
14+
<AssemblyOriginatorKeyFile>
15+
</AssemblyOriginatorKeyFile>
16+
<DefaultClientScript>JScript</DefaultClientScript>
17+
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18+
<DefaultTargetSchema>IE50</DefaultTargetSchema>
19+
<DelaySign>false</DelaySign>
20+
<OutputType>WinExe</OutputType>
21+
<RootNamespace>ClientFtp</RootNamespace>
22+
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
23+
<StartupObject>
24+
</StartupObject>
25+
<FileUpgradeFlags>
26+
</FileUpgradeFlags>
27+
<UpgradeBackupLocation>
28+
</UpgradeBackupLocation>
29+
<OldToolsVersion>3.5</OldToolsVersion>
30+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
31+
<SccProjectName>
32+
</SccProjectName>
33+
<SccLocalPath>
34+
</SccLocalPath>
35+
<SccAuxPath>
36+
</SccAuxPath>
37+
<SccProvider>
38+
</SccProvider>
39+
<TargetFrameworkProfile />
40+
</PropertyGroup>
41+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
42+
<OutputPath>bin\Debug\</OutputPath>
43+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
44+
<BaseAddress>285212672</BaseAddress>
45+
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
46+
<ConfigurationOverrideFile>
47+
</ConfigurationOverrideFile>
48+
<DefineConstants>DEBUG;TRACE</DefineConstants>
49+
<DocumentationFile>
50+
</DocumentationFile>
51+
<DebugSymbols>true</DebugSymbols>
52+
<FileAlignment>4096</FileAlignment>
53+
<NoStdLib>false</NoStdLib>
54+
<NoWarn>
55+
</NoWarn>
56+
<Optimize>false</Optimize>
57+
<RegisterForComInterop>false</RegisterForComInterop>
58+
<RemoveIntegerChecks>false</RemoveIntegerChecks>
59+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
60+
<WarningLevel>4</WarningLevel>
61+
<DebugType>full</DebugType>
62+
<ErrorReport>prompt</ErrorReport>
63+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
64+
</PropertyGroup>
65+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
66+
<OutputPath>bin\Release\</OutputPath>
67+
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
68+
<BaseAddress>285212672</BaseAddress>
69+
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
70+
<ConfigurationOverrideFile>
71+
</ConfigurationOverrideFile>
72+
<DefineConstants>TRACE</DefineConstants>
73+
<DocumentationFile>
74+
</DocumentationFile>
75+
<DebugSymbols>false</DebugSymbols>
76+
<FileAlignment>4096</FileAlignment>
77+
<NoStdLib>false</NoStdLib>
78+
<NoWarn>
79+
</NoWarn>
80+
<Optimize>true</Optimize>
81+
<RegisterForComInterop>false</RegisterForComInterop>
82+
<RemoveIntegerChecks>false</RemoveIntegerChecks>
83+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
84+
<WarningLevel>4</WarningLevel>
85+
<DebugType>none</DebugType>
86+
<ErrorReport>prompt</ErrorReport>
87+
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
88+
</PropertyGroup>
89+
<ItemGroup>
90+
<Reference Include="System">
91+
<Name>System</Name>
92+
</Reference>
93+
<Reference Include="System.Data">
94+
<Name>System.Data</Name>
95+
</Reference>
96+
<Reference Include="System.Drawing">
97+
<Name>System.Drawing</Name>
98+
</Reference>
99+
<Reference Include="System.Windows.Forms">
100+
<Name>System.Windows.Forms</Name>
101+
</Reference>
102+
<Reference Include="System.Xml">
103+
<Name>System.XML</Name>
104+
</Reference>
105+
<Reference Include="Xceed.Compression">
106+
<SpecificVersion>False</SpecificVersion>
107+
<HintPath>..\..\..\..\Bin\Debug\Xceed.Compression.dll</HintPath>
108+
</Reference>
109+
<Reference Include="Xceed.Compression.Formats">
110+
<SpecificVersion>False</SpecificVersion>
111+
<HintPath>..\..\..\..\Bin\Debug\Xceed.Compression.Formats.dll</HintPath>
112+
</Reference>
113+
<Reference Include="Xceed.FileSystem">
114+
<HintPath>..\..\..\..\Bin\Debug\Xceed.FileSystem.dll</HintPath>
115+
</Reference>
116+
<Reference Include="Xceed.Ftp">
117+
<HintPath>..\..\..\..\Bin\Debug\Xceed.Ftp.dll</HintPath>
118+
</Reference>
119+
</ItemGroup>
120+
<ItemGroup>
121+
<None Include="app.config" />
122+
<None Include="App.ico" />
123+
<Compile Include="AssemblyInfo.cs">
124+
<SubType>Code</SubType>
125+
</Compile>
126+
<Compile Include="ConnectionInformation.cs">
127+
<SubType>Form</SubType>
128+
</Compile>
129+
<Compile Include="FtpItemIconEnum.cs">
130+
<SubType>Code</SubType>
131+
</Compile>
132+
<Compile Include="FtpItemName.cs">
133+
<SubType>Form</SubType>
134+
</Compile>
135+
<Compile Include="LocalFolderTreeNode.cs">
136+
<SubType>Code</SubType>
137+
</Compile>
138+
<Compile Include="LocalListViewItem.cs">
139+
<SubType>Code</SubType>
140+
</Compile>
141+
<Compile Include="MainForm.cs">
142+
<SubType>Form</SubType>
143+
</Compile>
144+
<Compile Include="RemoteFolderTreeNode.cs">
145+
<SubType>Code</SubType>
146+
</Compile>
147+
<Compile Include="RemoteListViewItem.cs">
148+
<SubType>Code</SubType>
149+
</Compile>
150+
<EmbeddedResource Include="ConnectionInformation.resx">
151+
<DependentUpon>ConnectionInformation.cs</DependentUpon>
152+
</EmbeddedResource>
153+
<EmbeddedResource Include="FtpItemName.resx">
154+
<DependentUpon>FtpItemName.cs</DependentUpon>
155+
</EmbeddedResource>
156+
<EmbeddedResource Include="MainForm.resx">
157+
<DependentUpon>MainForm.cs</DependentUpon>
158+
</EmbeddedResource>
159+
<Content Include="Secure.ico" />
160+
</ItemGroup>
161+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
162+
<PropertyGroup>
163+
<PreBuildEvent>
164+
</PreBuildEvent>
165+
<PostBuildEvent>
166+
</PostBuildEvent>
167+
</PropertyGroup>
168+
</Project>

0 commit comments

Comments
 (0)