154 lines
7.2 KiB
XML
154 lines
7.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
|
<PropertyGroup>
|
|
<ProjectType>local</ProjectType>
|
|
<ProjectVersion>7.10.377</ProjectVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{932B2CE5-845F-48E4-AA58-B04AA333B6AD}</ProjectGuid>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<AssemblyName>LSTest</AssemblyName>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Debug\Attach\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<DebugType>none</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Release\Attach\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>none</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Reference Include="LSWriteLog">
|
|
<HintPath>..\publish\LSWriteLog.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Drawing" />
|
|
<Compile Include="AssemblyInfo.cs" />
|
|
<Compile Include="Global.cs" />
|
|
<Compile Include="LSFileClient\FrmBase.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LSFileClient\FrmBatchProgress.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LSFileClient\frmDelete.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LSFileClient\frmDelete.Designer.cs">
|
|
<DependentUpon>frmDelete.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LSFileClient\ImageUtil.cs" />
|
|
<Compile Include="LSFileClient\IniUtil.cs" />
|
|
<Compile Include="LSServerService\AESUtil.cs" />
|
|
<Compile Include="SqlHelper.cs" />
|
|
<Compile Include="LSFileClient\FrmBatchProgress.Designer.cs">
|
|
<DependentUpon>FrmBatchProgress.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LSServerService\LSProtocol.cs" />
|
|
<Compile Include="LSServerService\MsgHeader.cs" />
|
|
<Compile Include="LSServerService\C2S_ReqestFileList.cs" />
|
|
<Compile Include="LSServerService\S2C_ReqestFileList.cs" />
|
|
<Compile Include="LSServerService\StructFileInfo.cs" />
|
|
<Compile Include="LSServerService\StructDirectoryInfo.cs" />
|
|
<Compile Include="LSServerService\C2S_AddFileDirectory.cs" />
|
|
<Compile Include="LSServerService\S2C_AddFileDirectory.cs" />
|
|
<Compile Include="LSServerService\C2S_EditFileDirectory.cs" />
|
|
<Compile Include="LSServerService\S2C_EditFileDirectory.cs" />
|
|
<Compile Include="LSServerService\C2S_RemoveFileDirectory.cs" />
|
|
<Compile Include="LSServerService\S2C_RemoveFileDirectory.cs" />
|
|
<Compile Include="LSServerService\C2S_AddFile.cs" />
|
|
<Compile Include="LSServerService\S2C_AddFile.cs" />
|
|
<Compile Include="LSServerService\C2S_DownloadFile.cs" />
|
|
<Compile Include="LSServerService\S2C_DownloadFile.cs" />
|
|
<Compile Include="LSServerService\C2S_DeleteFile.cs" />
|
|
<Compile Include="LSServerService\S2C_DeleteFile.cs" />
|
|
<Compile Include="LSServerService\C2S2C_FileData.cs" />
|
|
<Compile Include="LSServerService\C2S2C_FileTranslateComplete.cs" />
|
|
<Compile Include="LSServerService\S2C_ReqUpdateFile.cs" />
|
|
<Compile Include="LSServerService\S2C2S_Heart.cs" />
|
|
<Compile Include="LSServerService\C2S_ReqBackgroundDownload.cs" />
|
|
<Compile Include="LSServerService\S2C_ReqBackgroundDownload.cs" />
|
|
<Compile Include="LSServerService\C2S2C_BackgroundFileData.cs" />
|
|
<Compile Include="LSServerService\C2S_SmartClientLogin.cs" />
|
|
<Compile Include="LSServerService\C2S2C_SmartResponse.cs" />
|
|
<Compile Include="LSTest\Properties\Resources.cs" />
|
|
<Compile Include="LSFileClient\Program.cs" />
|
|
<Compile Include="LSFileClient\frmSingleDownload.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LSServerService\LSFileData.cs" />
|
|
<Compile Include="LSFileClient\frmSingleDownload.Designer.cs">
|
|
<DependentUpon>frmSingleDownload.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LSServerService\LSFileManage.cs" />
|
|
<Compile Include="LSServerService\LSDBManage.cs" />
|
|
<Compile Include="LSServerService\PubUtils.cs" />
|
|
<Compile Include="LSServerService\LSIniFile.cs" />
|
|
<Compile Include="LSServerService\GLEncrypt.cs" />
|
|
<Compile Include="LSServerService\ErrorType.cs" />
|
|
<Compile Include="LSServerService\LSErrorManage.cs" />
|
|
<Compile Include="LSServerService\LSSocketRev.cs" />
|
|
<Compile Include="LSServerService\LSQueueManage.cs" />
|
|
<Compile Include="LSTest\Properties\Settings.cs" />
|
|
<Compile Include="LSFileClient\frmSmartClient.cs">
|
|
<SubType>Form</SubType>
|
|
</Compile>
|
|
<Compile Include="LSFileClient\ClientManager.cs" />
|
|
<Compile Include="LSFileClient\frmSmartClient.Designer.cs">
|
|
<DependentUpon>frmSmartClient.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="LSFileClient\fmTypes.cs" />
|
|
<Compile Include="LSFileClient\LSParamsFormatter.cs" />
|
|
<Compile Include="LSFileClient\LSGlobleVariable.cs" />
|
|
<Compile Include="LSFileClient\LSCustomWinMsg.cs" />
|
|
<Compile Include="LSFileClient\LSClientMain.cs" />
|
|
<Compile Include="LSServerService\LSASyncSocket.cs" />
|
|
<Compile Include="LSServerService\LSSocket.cs" />
|
|
<EmbeddedResource Include="LSFileClient\FrmBatchProgress.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>FrmBatchProgress.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LSFileClient\frmDelete.resx">
|
|
<DependentUpon>frmDelete.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LSFileClient\frmSingleDownload.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>frmSingleDownload.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LSFileClient\frmSmartClient.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>frmSmartClient.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
<EmbeddedResource Include="LSTest\Properties\Resources.resx">
|
|
<SubType>Designer</SubType>
|
|
<DependentUpon>Resources.cs</DependentUpon>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\插件库\CommonLib\CommonLib.csproj">
|
|
<Project>{3E8E6529-5D8A-4F17-8C41-27CD7380178D}</Project>
|
|
<Name>CommonLib</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>IF EXIST $(TargetDir)LSTest.vshost.exe DEL $(TargetDir)LSTest.vshost.exe
|
|
IF EXIST $(TargetDir)LSTest.vshost.exe.manifest DEL $(TargetDir)LSTest.vshost.exe.manifest</PostBuildEvent>
|
|
</PropertyGroup>
|
|
</Project> |