VideoImageBuilder.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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>{EC3BEA10-F8C0-44B3-9D41-99BC94229892}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>VideoImageBuilder</RootNamespace>
  10. <AssemblyName>VideoImageBuilder</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. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <TargetFrameworkProfile />
  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\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32Bit>false</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="FluentWPF, Version=0.8.0.6, Culture=neutral, processorArchitecture=MSIL">
  44. <HintPath>..\packages\FluentWPF.0.8.0\lib\net45\FluentWPF.dll</HintPath>
  45. </Reference>
  46. <Reference Include="MaterialDesignColors, Version=2.1.4.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  47. <HintPath>..\packages\MaterialDesignColors.2.1.4\lib\net462\MaterialDesignColors.dll</HintPath>
  48. </Reference>
  49. <Reference Include="MaterialDesignThemes.Wpf, Version=4.9.0.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
  50. <HintPath>..\packages\MaterialDesignThemes.4.9.0\lib\net462\MaterialDesignThemes.Wpf.dll</HintPath>
  51. </Reference>
  52. <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  53. <HintPath>..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  59. <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="PresentationCore" />
  62. <Reference Include="System" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.IO.Compression.FileSystem" />
  65. <Reference Include="System.Xml" />
  66. <Reference Include="Microsoft.CSharp" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Xml.Linq" />
  69. <Reference Include="System.Data.DataSetExtensions" />
  70. <Reference Include="System.Net.Http" />
  71. <Reference Include="System.Xaml">
  72. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  73. </Reference>
  74. <Reference Include="WindowsBase" />
  75. <Reference Include="PresentationFramework" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Service\AppSettingService.cs" />
  79. <Compile Include="Service\FirmwareHeaderBuilder.cs" />
  80. <Compile Include="Service\UiGenerateImageService.cs" />
  81. <Compile Include="Service\VideoImageBuilerService.cs" />
  82. <Compile Include="SubPage\GenerateImageUc.xaml.cs">
  83. <DependentUpon>GenerateImageUc.xaml</DependentUpon>
  84. </Compile>
  85. <Compile Include="SubPage\VideoSelectUc.xaml.cs">
  86. <DependentUpon>VideoSelectUc.xaml</DependentUpon>
  87. </Compile>
  88. <Compile Include="Service\VideoImageBuilderContext.cs" />
  89. <Compile Include="SubPage\TargetChargeBoxUc.xaml.cs">
  90. <DependentUpon>TargetChargeBoxUc.xaml</DependentUpon>
  91. </Compile>
  92. <Page Include="MainWindow.xaml">
  93. <Generator>MSBuild:Compile</Generator>
  94. <SubType>Designer</SubType>
  95. </Page>
  96. <ApplicationDefinition Include="App.xaml">
  97. <Generator>MSBuild:Compile</Generator>
  98. <SubType>Designer</SubType>
  99. </ApplicationDefinition>
  100. <Compile Include="DpiDecorator.cs" />
  101. <Compile Include="MainWindow.xaml.cs">
  102. <DependentUpon>MainWindow.xaml</DependentUpon>
  103. <SubType>Code</SubType>
  104. </Compile>
  105. <Page Include="SubPage\GenerateImageUc.xaml">
  106. <SubType>Designer</SubType>
  107. <Generator>MSBuild:Compile</Generator>
  108. </Page>
  109. <Page Include="SubPage\TargetChargeBoxUc.xaml">
  110. <SubType>Designer</SubType>
  111. <Generator>MSBuild:Compile</Generator>
  112. </Page>
  113. <Page Include="SubPage\VideoSelectUc.xaml">
  114. <SubType>Designer</SubType>
  115. <Generator>MSBuild:Compile</Generator>
  116. </Page>
  117. </ItemGroup>
  118. <ItemGroup>
  119. <Compile Include="Properties\AssemblyInfo.cs">
  120. <SubType>Code</SubType>
  121. </Compile>
  122. <Compile Include="Properties\Resources.Designer.cs">
  123. <AutoGen>True</AutoGen>
  124. <DesignTime>True</DesignTime>
  125. <DependentUpon>Resources.resx</DependentUpon>
  126. </Compile>
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Settings.settings</DependentUpon>
  130. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  131. </Compile>
  132. <EmbeddedResource Include="Properties\Resources.resx">
  133. <Generator>ResXFileCodeGenerator</Generator>
  134. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  135. </EmbeddedResource>
  136. <None Include="packages.config" />
  137. <None Include="Properties\Settings.settings">
  138. <Generator>SettingsSingleFileGenerator</Generator>
  139. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  140. </None>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="App.config" />
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <Import Project="..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.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\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets'))" />
  152. </Target>
  153. <PropertyGroup>
  154. <PreBuildEvent>GitVersion.exe $(SolutionDir) /updateassemblyinfo</PreBuildEvent>
  155. </PropertyGroup>
  156. </Project>