UpgradePackageUploadTool.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{F8EE9689-A9D1-4278-AEEE-763C384E7CC8}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>UpgradePackageUploadTool</RootNamespace>
  10. <AssemblyName>UpgradePackageUploadTool</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <WarningLevel>4</WarningLevel>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\..\Bin\UpgradePackageUploadTool\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <Prefer32Bit>false</Prefer32Bit>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\..\Bin\UpgradePackageUploadTool\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Data" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Xml.Linq" />
  48. <Reference Include="System.Data.DataSetExtensions" />
  49. <Reference Include="System.Net.Http" />
  50. <Reference Include="System.Xaml">
  51. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  52. </Reference>
  53. <Reference Include="WindowsBase" />
  54. <Reference Include="PresentationCore" />
  55. <Reference Include="PresentationFramework" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ApplicationDefinition Include="App.xaml">
  59. <Generator>MSBuild:Compile</Generator>
  60. <SubType>Designer</SubType>
  61. </ApplicationDefinition>
  62. <Compile Include="Extensions\FileSizeConverterExtension.cs" />
  63. <Compile Include="Extensions\UpdateTimeConverterExtension.cs" />
  64. <Compile Include="Models\JsonRpcResult.cs" />
  65. <Compile Include="Models\StorageServiceSettingDTO.cs" />
  66. <Compile Include="Models\PackagesDTO.cs" />
  67. <Compile Include="Models\LoginResult.cs" />
  68. <Compile Include="Models\ResultModel.cs" />
  69. <Compile Include="Services\WingServerService.cs" />
  70. <Compile Include="Services\vCloudService.cs" />
  71. <Compile Include="Settings\SettingConfig.cs" />
  72. <Compile Include="Utilties\FileHelper.cs" />
  73. <Compile Include="Utilties\ProxyManager.cs" />
  74. <Compile Include="WaitingSpinner.xaml.cs">
  75. <DependentUpon>WaitingSpinner.xaml</DependentUpon>
  76. </Compile>
  77. <Page Include="MainWindow.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </Page>
  81. <Compile Include="App.xaml.cs">
  82. <DependentUpon>App.xaml</DependentUpon>
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="MainWindow.xaml.cs">
  86. <DependentUpon>MainWindow.xaml</DependentUpon>
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Page Include="Resources\Styles\Common.xaml">
  90. <Generator>MSBuild:Compile</Generator>
  91. <SubType>Designer</SubType>
  92. </Page>
  93. <Page Include="WaitingSpinner.xaml">
  94. <Generator>MSBuild:Compile</Generator>
  95. <SubType>Designer</SubType>
  96. </Page>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="Properties\AssemblyInfo.cs">
  100. <SubType>Code</SubType>
  101. </Compile>
  102. <Compile Include="Properties\Resources.Designer.cs">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>Resources.resx</DependentUpon>
  106. </Compile>
  107. <Compile Include="Properties\Settings.Designer.cs">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. <EmbeddedResource Include="Properties\Resources.resx">
  113. <Generator>ResXFileCodeGenerator</Generator>
  114. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  115. </EmbeddedResource>
  116. <None Include="packages.config" />
  117. <None Include="Properties\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  120. </None>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <None Include="App.config" />
  124. </ItemGroup>
  125. <ItemGroup>
  126. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj">
  127. <Project>{FF6F839F-E460-445C-82E2-93CFAF79249A}</Project>
  128. <Name>Vinno.IUS.Common.Network</Name>
  129. </ProjectReference>
  130. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Standard\Vinno.IUS.Common.csproj">
  131. <Project>{AF2D37DA-BDFB-4589-A07A-8B76FBEF818D}</Project>
  132. <Name>Vinno.IUS.Common</Name>
  133. </ProjectReference>
  134. <ProjectReference Include="..\..\Common\Vinno.vCloud.Common.Storage.Standard\Vinno.vCloud.Common.Storage.csproj">
  135. <Project>{71F3050A-7336-4616-B8FC-A21E7F5484B8}</Project>
  136. <Name>Vinno.vCloud.Common.Storage</Name>
  137. </ProjectReference>
  138. <ProjectReference Include="..\..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj">
  139. <Project>{052F8C35-36AF-4779-8BD0-000CCF82C74F}</Project>
  140. <Name>Vinno.vCloud.Protocol</Name>
  141. </ProjectReference>
  142. </ItemGroup>
  143. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  144. <PropertyGroup>
  145. <PostBuildEvent>
  146. </PostBuildEvent>
  147. </PropertyGroup>
  148. <PropertyGroup>
  149. <PreBuildEvent>
  150. </PreBuildEvent>
  151. </PropertyGroup>
  152. </Project>