123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" />
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{0DECA493-5698-4249-9DF0-9B1C33E0720B}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <RootNamespace>UploadClient</RootNamespace>
- <AssemblyName>UploadClient</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <WarningLevel>4</WarningLevel>
- <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
- <Deterministic>true</Deterministic>
- <NuGetPackageImportStamp>
- </NuGetPackageImportStamp>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\bin\UploadClient\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Bin\UploadClient\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
- </Reference>
- <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="SharpCompress, Version=0.24.0.0, Culture=neutral, PublicKeyToken=afb0a02973931d96, processorArchitecture=MSIL">
- <HintPath>..\..\packages\SharpCompress.0.24.0\lib\net45\SharpCompress.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Web" />
- <Reference Include="System.Xml" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Net.Http" />
- <Reference Include="System.Xaml">
- <RequiredTargetFramework>4.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="WindowsBase" />
- <Reference Include="PresentationCore" />
- <Reference Include="PresentationFramework" />
- </ItemGroup>
- <ItemGroup>
- <ApplicationDefinition Include="App.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </ApplicationDefinition>
- <Compile Include="Common\BaseWindow.cs" />
- <Compile Include="Common\Configuration\ConfigLoader.cs" />
- <Compile Include="Common\Configuration\ConfigManager.cs" />
- <Compile Include="Common\Configuration\ConfigSection.cs" />
- <Compile Include="Common\Configuration\IConfigUpdater.cs" />
- <Compile Include="Common\Configuration\LanguageItem.cs" />
- <Compile Include="Common\Configuration\TokenHelper.cs" />
- <Compile Include="Common\DesBuilder.cs" />
- <Compile Include="Common\Enums.cs" />
- <Compile Include="Common\FileHelper.cs" />
- <Compile Include="Common\InstallEntity.cs" />
- <Compile Include="Common\RegexHelper.cs" />
- <Compile Include="Common\SettingJsonGet.cs" />
- <Compile Include="Common\ThreadCallBackDelegate.cs" />
- <Compile Include="Common\TranslateHelper.cs" />
- <Compile Include="Common\TranslaterExtension.cs" />
- <Compile Include="Common\UpgradeFilePathReader.cs" />
- <Compile Include="Common\UpgradeHelper.cs" />
- <Compile Include="Common\UpgradePackage.cs" />
- <Compile Include="Common\UpgradePackageReader.cs" />
- <Compile Include="Common\UpgradePackageWriter.cs" />
- <Compile Include="RegexHelper.cs" />
- <Compile Include="UCWaitingProgress.xaml.cs">
- <DependentUpon>UCWaitingProgress.xaml</DependentUpon>
- </Compile>
- <Compile Include="WaitProcessWindow.xaml.cs">
- <DependentUpon>WaitProcessWindow.xaml</DependentUpon>
- </Compile>
- <Compile Include="WebOperate\WebHandle.cs" />
- <Page Include="MainWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Compile Include="App.xaml.cs">
- <DependentUpon>App.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Cryptography.cs" />
- <Compile Include="FileHelper.cs" />
- <Compile Include="MainWindow.xaml.cs">
- <DependentUpon>MainWindow.xaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- <Page Include="UCWaitingProgress.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- <Page Include="WaitProcessWindow.xaml">
- <Generator>MSBuild:Compile</Generator>
- <SubType>Designer</SubType>
- </Page>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="Common\Languages\Chinese.json" />
- <EmbeddedResource Include="Common\Languages\English.json" />
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <None Include="UFileConfig.conf">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="App.config" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="Loading.png" />
- </ItemGroup>
- <ItemGroup>
- <None Include="7z\7z.NET.dll">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="7z\7za.exe">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <None Include="OldAndroid\Readme.txt">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Standard\Vinno.IUS.Common.csproj">
- <Project>{099CF965-2583-4B20-B849-B1302B579B0E}</Project>
- <Name>Vinno.IUS.Common</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\Vinno.vCloud.DiffPatch.Standard\Vinno.vCloud.DiffPatch.csproj">
- <Project>{0f5e1638-0e58-40d0-ad5e-8afc348ed300}</Project>
- <Name>Vinno.vCloud.DiffPatch</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\Vinno.vCloud.ObjectStorage.Authorization.Standard\Vinno.vCloud.ObjectStorage.Authorization.csproj">
- <Project>{EBAAA3A6-A0B3-45B0-8406-411F9BF99493}</Project>
- <Name>Vinno.vCloud.ObjectStorage.Authorization</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Common\Vinno.vCloud.ObjectStorage.Standard\Vinno.vCloud.ObjectStorage.csproj">
- <Project>{C06BD4C9-3EC6-4693-91FB-E5D6E1EDBE20}</Project>
- <Name>Vinno.vCloud.ObjectStorage</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj">
- <Project>{1E3022D9-044F-4B71-BB04-466E75ED5870}</Project>
- <Name>Vinno.vCloud.Protocol</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <Import Project="..\..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\..\packages\Fody.4.0.2\build\Fody.targets')" />
- <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
- <PropertyGroup>
- <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
- </PropertyGroup>
- <Error Condition="!Exists('..\..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.4.0.2\build\Fody.targets'))" />
- <Error Condition="!Exists('..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props'))" />
- </Target>
- </Project>
|