LauncherUpdater.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <!--Project was exported from assembly: C:\Users\Administrator\Desktop\Launcher\New folder\LauncherUpdater.exe-->
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{3626DC35-20ED-476A-B9A3-047B88C5FCB9}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AssemblyName>LauncherUpdater</AssemblyName>
  10. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  11. <ApplicationVersion>1.0.0.0</ApplicationVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <RootNamespace>LauncherUpdater</RootNamespace>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <ApplicationIcon>icon4.ico</ApplicationIcon>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="mscorlib" />
  39. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\LauncherIcarus\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="PresentationCore" />
  43. <Reference Include="PresentationFramework" />
  44. <Reference Include="System" />
  45. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  46. <HintPath>..\LauncherIcarus\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System.IO.Hashing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  49. <HintPath>..\LauncherIcarus\packages\System.IO.Hashing.8.0.0\lib\net462\System.IO.Hashing.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\LauncherIcarus\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Net.Http" />
  55. <Reference Include="System.Numerics" />
  56. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  57. <HintPath>..\LauncherIcarus\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  60. <HintPath>..\LauncherIcarus\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System.Xaml" />
  63. <Reference Include="WindowsBase" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Compile Include="App.cs" />
  67. <Compile Include="Properties\Resources.cs" />
  68. <Compile Include="Properties\Settings.cs" />
  69. <Compile Include="MainWindow.xaml.cs">
  70. <DependentUpon>mainwindow.xaml</DependentUpon>
  71. <SubType>Code</SubType>
  72. </Compile>
  73. <Compile Include="AssemblyInfo.cs" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Resource Include="data\img\update_bar.png" />
  77. <Resource Include="icon4.ico" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <EmbeddedResource Include="Properties\Resources.resx" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Page Include="mainwindow.xaml">
  84. <Generator>MSBuild:Compile</Generator>
  85. <SubType>Designer</SubType>
  86. </Page>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <None Include="packages.config" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Folder Include="obj\Debug" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ProjectReference Include="..\LauncherIcarus\LauncherIcarus.csproj">
  96. <Project>{1c762126-981c-4830-a940-e1c6a0e00bce}</Project>
  97. <Name>LauncherIcarus</Name>
  98. </ProjectReference>
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. </Project>