|
@@ -0,0 +1,153 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProjectGuid>{EC3BEA10-F8C0-44B3-9D41-99BC94229892}</ProjectGuid>
|
|
|
+ <OutputType>WinExe</OutputType>
|
|
|
+ <RootNamespace>VideoImageBuilder</RootNamespace>
|
|
|
+ <AssemblyName>VideoImageBuilder</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
+ <Deterministic>true</Deterministic>
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
+ <TargetFrameworkProfile />
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="FluentWPF, Version=0.8.0.6, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\FluentWPF.0.8.0\lib\net45\FluentWPF.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="MaterialDesignColors, Version=2.1.4.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\MaterialDesignColors.2.1.4\lib\net462\MaterialDesignColors.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="MaterialDesignThemes.Wpf, Version=4.9.0.0, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\MaterialDesignThemes.4.9.0\lib\net462\MaterialDesignThemes.Wpf.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="PresentationCore" />
|
|
|
+ <Reference Include="System" />
|
|
|
+ <Reference Include="System.Data" />
|
|
|
+ <Reference Include="System.IO.Compression.FileSystem" />
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
+ <Reference Include="Microsoft.CSharp" />
|
|
|
+ <Reference Include="System.Core" />
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
|
+ <Reference Include="System.Net.Http" />
|
|
|
+ <Reference Include="System.Xaml">
|
|
|
+ <RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="WindowsBase" />
|
|
|
+ <Reference Include="PresentationFramework" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Service\AppSettingService.cs" />
|
|
|
+ <Compile Include="Service\FirmwareHeaderBuilder.cs" />
|
|
|
+ <Compile Include="Service\UiGenerateImageService.cs" />
|
|
|
+ <Compile Include="Service\VideoImageBuilerService.cs" />
|
|
|
+ <Compile Include="SubPage\GenerateImageUc.xaml.cs">
|
|
|
+ <DependentUpon>GenerateImageUc.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="SubPage\VideoSelectUc.xaml.cs">
|
|
|
+ <DependentUpon>VideoSelectUc.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Service\VideoImageBuilderContext.cs" />
|
|
|
+ <Compile Include="SubPage\TargetChargeBoxUc.xaml.cs">
|
|
|
+ <DependentUpon>TargetChargeBoxUc.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Page Include="MainWindow.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </Page>
|
|
|
+ <ApplicationDefinition Include="App.xaml">
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ </ApplicationDefinition>
|
|
|
+ <Compile Include="DpiDecorator.cs" />
|
|
|
+ <Compile Include="MainWindow.xaml.cs">
|
|
|
+ <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Page Include="SubPage\GenerateImageUc.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="SubPage\TargetChargeBoxUc.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ <Page Include="SubPage\VideoSelectUc.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs">
|
|
|
+ <SubType>Code</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Properties\Resources.Designer.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
+ <DependentUpon>Resources.resx</DependentUpon>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Properties\Settings.Designer.cs">
|
|
|
+ <AutoGen>True</AutoGen>
|
|
|
+ <DependentUpon>Settings.settings</DependentUpon>
|
|
|
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
+ </Compile>
|
|
|
+ <EmbeddedResource Include="Properties\Resources.resx">
|
|
|
+ <Generator>ResXFileCodeGenerator</Generator>
|
|
|
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
+ </EmbeddedResource>
|
|
|
+ <None Include="packages.config" />
|
|
|
+ <None Include="Properties\Settings.settings">
|
|
|
+ <Generator>SettingsSingleFileGenerator</Generator>
|
|
|
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="App.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Import Project="..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets" Condition="Exists('..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets')" />
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <ErrorText>此專案參考這部電腦上所缺少的 NuGet 套件。請啟用 NuGet 套件還原,以下載該套件。如需詳細資訊,請參閱 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的檔案是 {0}。</ErrorText>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Error Condition="!Exists('..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MaterialDesignThemes.4.9.0\build\MaterialDesignThemes.targets'))" />
|
|
|
+ </Target>
|
|
|
+</Project>
|