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