VidTool.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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>{1A0A06BF-AF5C-46A0-B6D7-51E3CC5107DF}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>VidTool</RootNamespace>
  10. <AssemblyName>VidTool</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</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. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <PlatformTarget>AnyCPU</PlatformTarget>
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DefineConstants>DEBUG;TRACE</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DefineConstants>TRACE</DefineConstants>
  36. <ErrorReport>prompt</ErrorReport>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="SkiaSharp, Version=1.68.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  41. <HintPath>..\..\packages\SkiaSharp.1.68.2.1\lib\net45\SkiaSharp.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  50. <HintPath>..\..\packages\System.Memory.4.5.3\lib\netstandard2.0\System.Memory.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System.Numerics" />
  53. <Reference Include="System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  54. <HintPath>..\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  57. <HintPath>..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Windows.Forms" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Data.DataSetExtensions" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xaml">
  67. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  68. </Reference>
  69. <Reference Include="WindowsBase" />
  70. <Reference Include="PresentationCore" />
  71. <Reference Include="PresentationFramework" />
  72. </ItemGroup>
  73. <ItemGroup>
  74. <ApplicationDefinition Include="App.xaml">
  75. <Generator>MSBuild:Compile</Generator>
  76. <SubType>Designer</SubType>
  77. </ApplicationDefinition>
  78. <Page Include="MainWindow.xaml">
  79. <Generator>MSBuild:Compile</Generator>
  80. <SubType>Designer</SubType>
  81. </Page>
  82. <Compile Include="App.xaml.cs">
  83. <DependentUpon>App.xaml</DependentUpon>
  84. <SubType>Code</SubType>
  85. </Compile>
  86. <Compile Include="MainWindow.xaml.cs">
  87. <DependentUpon>MainWindow.xaml</DependentUpon>
  88. <SubType>Code</SubType>
  89. </Compile>
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Compile Include="Properties\AssemblyInfo.cs">
  93. <SubType>Code</SubType>
  94. </Compile>
  95. <Compile Include="Properties\Resources.Designer.cs">
  96. <AutoGen>True</AutoGen>
  97. <DesignTime>True</DesignTime>
  98. <DependentUpon>Resources.resx</DependentUpon>
  99. </Compile>
  100. <Compile Include="Properties\Settings.Designer.cs">
  101. <AutoGen>True</AutoGen>
  102. <DependentUpon>Settings.settings</DependentUpon>
  103. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  104. </Compile>
  105. <EmbeddedResource Include="Properties\Resources.resx">
  106. <Generator>ResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  108. </EmbeddedResource>
  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. <ProjectReference Include="..\..\Common\Vinno.vCloud.Common.Vid2.Standard\Vinno.vCloud.Common.Vid2.csproj">
  120. <Project>{E739E49F-598B-485F-A1DF-C39B22EE954A}</Project>
  121. <Name>Vinno.vCloud.Common.Vid2</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\..\Common\Vinno.vCloud.Common.Vid2Codec.Standard\Vinno.vCloud.Common.Vid2Codec.Standard.csproj">
  124. <Project>{eef812e6-c20f-4113-a5c5-a08eafb5eb86}</Project>
  125. <Name>Vinno.vCloud.Common.Vid2Codec.Standard</Name>
  126. </ProjectReference>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. <Import Project="..\..\packages\SkiaSharp.1.68.2.1\build\net45\SkiaSharp.targets" Condition="Exists('..\..\packages\SkiaSharp.1.68.2.1\build\net45\SkiaSharp.targets')" />
  130. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  131. <PropertyGroup>
  132. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  133. </PropertyGroup>
  134. <Error Condition="!Exists('..\..\packages\SkiaSharp.1.68.2.1\build\net45\SkiaSharp.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SkiaSharp.1.68.2.1\build\net45\SkiaSharp.targets'))" />
  135. </Target>
  136. </Project>