LauncherIcarus.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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\Launcher\LauncherIcarus.exe-->
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{1C762126-981C-4830-A940-E1C6A0E00BCE}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AssemblyName>LauncherIcarus</AssemblyName>
  10. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  11. <ApplicationVersion>1.0.0.0</ApplicationVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <RootNamespace>LauncherIcarus</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. <ItemGroup>
  35. <Reference Include="Newtonsoft.Json">
  36. <HintPath>lib\Newtonsoft.Json.dll</HintPath>
  37. </Reference>
  38. <Reference Include="PresentationCore" />
  39. <Reference Include="PresentationFramework" />
  40. <Reference Include="System" />
  41. <Reference Include="System.IO.Compression" />
  42. <Reference Include="System.IO.Compression.FileSystem" />
  43. <Reference Include="System.Net.Http" />
  44. <Reference Include="System.Xaml" />
  45. <Reference Include="WindowsBase" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="App.cs" />
  49. <Compile Include="Properties\Resources.cs" />
  50. <Compile Include="Properties\Settings.cs" />
  51. <Compile Include="ResponseModel\ResponseLauncherVersion.cs" />
  52. <Compile Include="ResponseModel\ResponseListLauncherFiles.cs" />
  53. <Compile Include="ResponseModel\Files.cs" />
  54. <Compile Include="ResponseModel\ResponseLogin.cs" />
  55. <Compile Include="ResponseModel\Accountinfos.cs" />
  56. <Compile Include="Model\AccountModel.cs" />
  57. <Compile Include="Model\MainViewModel.cs" />
  58. <Compile Include="Model\ViewModelBase.cs" />
  59. <Compile Include="Daemon\Crc32.cs" />
  60. <Compile Include="Daemon\EncryptionHelper.cs" />
  61. <Compile Include="Daemon\EnvironmentHelper.cs" />
  62. <Compile Include="Daemon\FileConfig.cs" />
  63. <Compile Include="Daemon\Logger.cs" />
  64. <Compile Include="Daemon\SelectAllFocusBehavior.cs" />
  65. <Compile Include="Daemon\Configuration.cs" />
  66. <Compile Include="Daemon\HTTP\HTTPREQ.cs" />
  67. <Compile Include="MainWindow.xaml.cs">
  68. <DependentUpon>mainwindow.xaml</DependentUpon>
  69. <SubType>Code</SubType>
  70. </Compile>
  71. <Compile Include="AssemblyInfo.cs" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <Resource Include="data\img\acessar.png" />
  75. <Resource Include="data\img\acessar_hover.png" />
  76. <Resource Include="data\img\atualizando.png" />
  77. <Resource Include="data\img\back_img.png" />
  78. <Resource Include="data\img\close.png" />
  79. <Resource Include="data\img\close_hover.png" />
  80. <Resource Include="data\img\icon3.png" />
  81. <Resource Include="data\img\icon4.ico" />
  82. <Resource Include="data\img\iniciar.png" />
  83. <Resource Include="data\img\iniciar_bw.png" />
  84. <Resource Include="data\img\iniciar_hover.png" />
  85. <Resource Include="data\img\input.png" />
  86. <Resource Include="data\img\minimizer.png" />
  87. <Resource Include="data\img\minimizer_hover.png" />
  88. <Resource Include="data\img\update_bar.png" />
  89. <Resource Include="data\img\verificando.png" />
  90. <Resource Include="data\img\verificar.png" />
  91. <Resource Include="data\img\verificar_hover.png" />
  92. <Resource Include="icon4.ico" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <EmbeddedResource Include="Properties\Resources.resx" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Page Include="mainwindow.xaml">
  99. <Generator>MSBuild:Compile</Generator>
  100. <SubType>Designer</SubType>
  101. </Page>
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. </Project>