vCloud.Windows.ForceUpgrade.csproj 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props" Condition="Exists('..\..\packages\Costura.Fody.3.3.3\build\Costura.Fody.props')" />
  4. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  5. <PropertyGroup>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{B58570AD-742A-4319-BED4-72A9853FE2C8}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>vCloud.Windows.ForceUpgrade</RootNamespace>
  11. <AssemblyName>vCloud.Windows.ForceUpgrade</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. <Deterministic>true</Deterministic>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>..\..\Bin\PC\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>..\..\Bin\PC\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationIcon>AppIcon.ico</ApplicationIcon>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Costura, Version=3.3.3.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\Costura.Fody.3.3.3\lib\net40\Costura.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  48. <HintPath>..\..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Runtime.Serialization" />
  53. <Reference Include="System.Xml" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="System.Net.Http" />
  59. <Reference Include="System.Xaml">
  60. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  61. </Reference>
  62. <Reference Include="WindowsBase" />
  63. <Reference Include="PresentationCore" />
  64. <Reference Include="PresentationFramework" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <ApplicationDefinition Include="App.xaml">
  68. <Generator>MSBuild:Compile</Generator>
  69. <SubType>Designer</SubType>
  70. </ApplicationDefinition>
  71. <Compile Include="Common\TranslateHelper.cs" />
  72. <Compile Include="FileHelper.cs" />
  73. <Compile Include="UpgradeFileInfo.cs" />
  74. <Compile Include="UpgradeFilePathReader.cs" />
  75. <Page Include="MainWindow.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </Page>
  79. <Compile Include="App.xaml.cs">
  80. <DependentUpon>App.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="MainWindow.xaml.cs">
  84. <DependentUpon>MainWindow.xaml</DependentUpon>
  85. <SubType>Code</SubType>
  86. </Compile>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Compile Include="NetWorkException.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs">
  91. <SubType>Code</SubType>
  92. </Compile>
  93. <Compile Include="Properties\Resources.Designer.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Resources.resx</DependentUpon>
  97. </Compile>
  98. <Compile Include="Properties\Settings.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Settings.settings</DependentUpon>
  101. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  102. </Compile>
  103. <EmbeddedResource Include="Properties\Resources.resx">
  104. <Generator>ResXFileCodeGenerator</Generator>
  105. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  106. </EmbeddedResource>
  107. <EmbeddedResource Include="Common\Languages\Chinese.json" />
  108. <EmbeddedResource Include="Common\Languages\English.json" />
  109. <None Include="packages.config" />
  110. <None Include="Properties\Settings.settings">
  111. <Generator>SettingsSingleFileGenerator</Generator>
  112. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  113. </None>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="App.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Resource Include="AppIcon.ico" />
  120. </ItemGroup>
  121. <ItemGroup>
  122. <Resource Include="backImage.png" />
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Resource Include="enBackImage.png" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Network.Standard\Vinno.IUS.Common.Network.csproj">
  129. <Project>{8ED5F0DE-26EF-41A2-8419-BFFFBA1E9235}</Project>
  130. <Name>Vinno.IUS.Common.Network</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\..\Common\Vinno.IUS.Common.Standard\Vinno.IUS.Common.csproj">
  133. <Project>{32e55117-5af2-494e-b19b-be58b7765cd4}</Project>
  134. <Name>Vinno.IUS.Common</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\..\Common\Vinno.vCloud.Common.Storage.Standard\Vinno.vCloud.Common.Storage.csproj">
  137. <Project>{71f3050a-7336-4616-b8fc-a21e7f5484b8}</Project>
  138. <Name>Vinno.vCloud.Common.Storage</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\..\Protocol\Vinno.vCloud.Protocol.Standard\Vinno.vCloud.Protocol.csproj">
  141. <Project>{EE5E65ED-1B4B-4387-95E6-8EFCE5B7AF43}</Project>
  142. <Name>Vinno.vCloud.Protocol</Name>
  143. </ProjectReference>
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <Import Project="..\..\packages\Fody.4.0.2\build\Fody.targets" Condition="Exists('..\..\packages\Fody.4.0.2\build\Fody.targets')" />
  147. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  148. <PropertyGroup>
  149. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  150. </PropertyGroup>
  151. <Error Condition="!Exists('..\..\packages\Fody.4.0.2\build\Fody.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Fody.4.0.2\build\Fody.targets'))" />
  152. <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'))" />
  153. </Target>
  154. </Project>