summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/HandBrakeWPF.csproj
blob: 00ab596a54345fadd33385a138ba50fb2943bf11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <OutputType>WinExe</OutputType>
    <TargetFramework>net5.0-windows</TargetFramework>
    <UseWPF>true</UseWPF>
    <UseWindowsForms>true</UseWindowsForms>
    <PackageId>HandBrake</PackageId>
    <Authors>HandBrake Team</Authors>
    <Company>HandBrake Team</Company>
    <Product>HandBrake</Product>
    <Copyright>Copyright © 2003-2021 HandBrake Team</Copyright>
    <Description>HandBrake is an open-source, GPL-licensed, multiplatform,video transcoder.</Description>
    <PackageProjectUrl>https://handbrake.fr</PackageProjectUrl>
    <RepositoryUrl>https://github.com/HandBrake/HandBrake</RepositoryUrl>
    <RepositoryType>git</RepositoryType>
    <AssemblyVersion>1.4.0.0</AssemblyVersion>
    <Platforms>AnyCPU</Platforms>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <ApplicationIcon>handbrakepineapple.ico</ApplicationIcon>
    <StartupObject />
    <AssemblyName>HandBrake</AssemblyName>
    <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
    <AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
    <OutputPath>bin\Debug</OutputPath>
  </PropertyGroup>

  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
    <OutputPath>bin\Release</OutputPath>
  </PropertyGroup>

  <ItemGroup>
    <None Remove="handbrakepineapple.ico" />
    <None Remove="Views\Images\Dark\Reorder.png" />
    <None Remove="Views\Images\Light\Reorder.png" />
    <None Remove="Views\Images\pause_small.png" />
  </ItemGroup>

  <ItemGroup>
    <PackageReference Include="Caliburn.Micro" Version="3.2.0" />
    <PackageReference Include="gong-wpf-dragdrop" Version="2.3.2" />
    <PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
    <PackageReference Include="Ookii.Dialogs.Wpf" Version="3.1.0" />
    <PackageReference Include="System.Management" Version="5.0.0" />
  </ItemGroup>

  <ItemGroup>
    <ProjectReference Include="..\HandBrake.Interop\HandBrake.Interop.csproj" />
  </ItemGroup>

  <ItemGroup>
    <Resource Include="handbrakepineapple.ico" />
    <Resource Include="Views\Images\close64.png" />
    <Resource Include="Views\Images\close64_dark.png" />
    <Resource Include="Views\Images\Complete.png" />
    <Resource Include="Views\Images\Dark\Activity.png" />
    <Resource Include="Views\Images\Dark\Activity2.png" />
    <Resource Include="Views\Images\Dark\Add.png" />
    <Resource Include="Views\Images\Dark\AddToQueue.png" />
    <Resource Include="Views\Images\Dark\Advanced.png" />
    <Resource Include="Views\Images\Dark\Copy.png" />
    <Resource Include="Views\Images\Dark\Disc.png" />
    <Resource Include="Views\Images\Dark\File.png" />
    <Resource Include="Views\Images\Dark\Folder.png" />
    <Resource Include="Views\Images\Dark\New.png" />
    <Resource Include="Views\Images\Dark\Presets2.png" />
    <Resource Include="Views\Images\Dark\Preview.png" />
    <Resource Include="Views\Images\Dark\Queue.png" />
    <Resource Include="Views\Images\Dark\Refresh.png" />
    <Resource Include="Views\Images\Dark\Remove.png" />
    <Resource Include="Views\Images\Dark\Reorder.png" />
    <Resource Include="Views\Images\Dark\Settings.png" />
    <Resource Include="Views\Images\Dark\Source.png" />
    <Resource Include="Views\Images\Disc.png" />
    <Resource Include="Views\Images\disc_small.png" />
    <Resource Include="Views\Images\ErrorX.png" />
    <Resource Include="Views\Images\information.png" />
    <Resource Include="Views\Images\information64.png" />
    <Resource Include="Views\Images\Light\Activity.png" />
    <Resource Include="Views\Images\Light\Activity2.png" />
    <Resource Include="Views\Images\Light\Add.png" />
    <Resource Include="Views\Images\Light\AddToQueue.png" />
    <Resource Include="Views\Images\Light\Advanced.png" />
    <Resource Include="Views\Images\Light\Copy.png" />
    <Resource Include="Views\Images\Light\Disc.png" />
    <Resource Include="Views\Images\Light\File.png" />
    <Resource Include="Views\Images\Light\Folder.png" />
    <Resource Include="Views\Images\Light\New.png" />
    <Resource Include="Views\Images\Light\Presets2.png" />
    <Resource Include="Views\Images\Light\Preview.png" />
    <Resource Include="Views\Images\Light\Queue.png" />
    <Resource Include="Views\Images\Light\Refresh.png" />
    <Resource Include="Views\Images\Light\Remove.png" />
    <Resource Include="Views\Images\Light\Reorder.png" />
    <Resource Include="Views\Images\Light\Settings.png" />
    <Resource Include="Views\Images\Light\Source.png" />
    <Resource Include="Views\Images\logo128.png" />
    <Resource Include="Views\Images\logo64.png" />
    <Resource Include="Views\Images\Pause.png" />
    <Resource Include="Views\Images\pause_small.png" />
    <Resource Include="Views\Images\Play.png" />
    <Resource Include="Views\Images\Play_small.png" />
    <Resource Include="Views\Images\question.png" />
    <Resource Include="Views\Images\stop.png" />
    <Resource Include="Views\Images\warningsmall.png" />
    <Resource Include="Views\Images\Working0.png" />
  </ItemGroup>

  <ItemGroup>
    <None Update="portable.ini.template">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </None>
  </ItemGroup>

  <ItemGroup>
    <EmbeddedResource Include="public.key" />
  </ItemGroup>

  <ItemGroup>
    <Compile Update="Properties\Resources.Designer.cs">
      <DesignTime>True</DesignTime>
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
    </Compile>
    <Compile Update="Properties\ResourcesTooltips.Designer.cs">
      <DesignTime>True</DesignTime>
      <AutoGen>True</AutoGen>
      <DependentUpon>ResourcesTooltips.resx</DependentUpon>
    </Compile>
  </ItemGroup>

  <ItemGroup>
    <EmbeddedResource Update="Properties\Resources.resx">
      <Generator>PublicResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
    </EmbeddedResource>
    <EmbeddedResource Update="Properties\ResourcesTooltips.resx">
      <Generator>PublicResXFileCodeGenerator</Generator>
      <LastGenOutput>ResourcesTooltips.Designer.cs</LastGenOutput>
    </EmbeddedResource>
  </ItemGroup>

  <ItemGroup>
    <Page Update="Themes\Controls\GroupBoxDark.xaml">
      <SubType>Designer</SubType>
    </Page>
    <Page Update="Themes\Controls\ToolbarLight.xaml">
      <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
      <SubType>Designer</SubType>
    </Page>
    <Page Update="Themes\Controls\ToolbarDark.xaml">
      <SubType>Designer</SubType>
    </Page>
    <Page Update="Themes\Light.xaml">
      <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
    </Page>
    <Page Update="Views\Standalone\CropPanelView.xaml">
      <XamlRuntime>$(DefaultXamlRuntime)</XamlRuntime>
    </Page>
  </ItemGroup>

  <ItemGroup>
    <Folder Include="Properties\PublishProfiles\" />
  </ItemGroup>

  <Target Name="PostBuild" AfterTargets="PostBuildEvent">
    <Exec Command="copy ..\HandBrake.Worker\bin\$(ConfigurationName)\*.*  bin\$(ConfigurationName)" />
  </Target>
  
</Project>