|
1 |
| -<Project Sdk="Microsoft.NET.Sdk"> |
2 |
| - |
3 |
| - <Import Project="..\Common.props" /> |
4 |
| - |
5 |
| - <PropertyGroup> |
6 |
| - |
7 |
| - <UseWindowsForms>true</UseWindowsForms> |
8 |
| - |
9 |
| - <AssemblyTitle>HolzShots.Windows</AssemblyTitle> |
10 |
| - <Product>HolzShots.Windows</Product> |
11 |
| - <Description>HolzShots Core Components</Description> |
12 |
| - </PropertyGroup> |
13 |
| - |
14 |
| - <ItemGroup> |
15 |
| - <Import Include="Microsoft.CSharp" /> |
16 |
| - <Import Include="System.Windows.Forms" /> |
17 |
| - |
18 |
| - <PackageReference Include="HolzShots.Forms.Transitions" Version="3.0.0-preview.1" /> |
19 |
| - <PackageReference Include="StartupHelper" Version="1.0.3.4" /> |
20 |
| - <PackageReference Include="TaskScheduler" Version="2.10.1" /> |
21 |
| - |
22 |
| - <ProjectReference Include="..\HolzShots.Core\HolzShots.Core.csproj" /> |
23 |
| - <ProjectReference Include="..\HolzShots.Native\HolzShots.Native.csproj" /> |
24 |
| - </ItemGroup> |
25 |
| - |
26 |
| - <ItemGroup> |
27 |
| - <Reference Include="Microsoft.Win32.TaskScheduler, Version=2.10.1.0, Culture=neutral, PublicKeyToken=e25603a88b3aa7da, processorArchitecture=MSIL"> |
28 |
| - <HintPath>..\..\packages\TaskScheduler.2.10.1\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath> |
29 |
| - </Reference> |
30 |
| - <Reference Include="StartupHelper, Version=1.0.3.4, Culture=neutral, processorArchitecture=MSIL"> |
31 |
| - <HintPath>..\..\packages\StartupHelper.1.0.3.4\lib\net40\StartupHelper.dll</HintPath> |
32 |
| - </Reference> |
33 |
| - </ItemGroup> |
34 |
| - |
35 |
| - <ItemGroup> |
36 |
| - <Compile Update="Forms\ExplorerLinkLabel.cs" /> |
37 |
| - |
38 |
| - <Compile Update="Forms\UploadResultForm.cs"> |
39 |
| - <SubType>Form</SubType> |
40 |
| - </Compile> |
41 |
| - <Compile Update="Forms\UploadResultForm.Designer.cs"> |
42 |
| - <DependentUpon>UploadResultForm.cs</DependentUpon> |
43 |
| - </Compile> |
44 |
| - |
45 |
| - <Compile Update="Forms\FlyoutForm.cs"> |
46 |
| - <SubType>Form</SubType> |
47 |
| - </Compile> |
48 |
| - <Compile Update="Forms\FlyoutForm.Designer.cs"> |
49 |
| - <DependentUpon>FlyoutForm.cs</DependentUpon> |
50 |
| - </Compile> |
51 |
| - </ItemGroup> |
52 |
| - |
53 |
| - <ItemGroup> |
54 |
| - <EmbeddedResource Update="Forms\UploadResultForm.resx"> |
55 |
| - <DependentUpon>UploadResultForm.cs</DependentUpon> |
56 |
| - </EmbeddedResource> |
57 |
| - <EmbeddedResource Update="Forms\FlyoutForm.resx"> |
58 |
| - <DependentUpon>FlyoutForm.cs</DependentUpon> |
59 |
| - </EmbeddedResource> |
60 |
| - <EmbeddedResource Update="Forms\PluginForm.resx"> |
61 |
| - <DependentUpon>PluginForm.cs</DependentUpon> |
62 |
| - </EmbeddedResource> |
63 |
| - </ItemGroup> |
64 |
| -</Project> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
| 2 | + |
| 3 | + <Import Project="..\Common.props" /> |
| 4 | + |
| 5 | + <PropertyGroup> |
| 6 | + |
| 7 | + <UseWindowsForms>true</UseWindowsForms> |
| 8 | + |
| 9 | + <AssemblyTitle>HolzShots.Windows</AssemblyTitle> |
| 10 | + <Product>HolzShots.Windows</Product> |
| 11 | + <Description>HolzShots Core Components</Description> |
| 12 | + </PropertyGroup> |
| 13 | + |
| 14 | + <ItemGroup> |
| 15 | + <Import Include="Microsoft.CSharp" /> |
| 16 | + <Import Include="System.Windows.Forms" /> |
| 17 | + |
| 18 | + <PackageReference Include="HolzShots.Forms.Transitions" Version="3.0.0-preview.1" /> |
| 19 | + <PackageReference Include="StartupHelper" Version="1.0.3.4" /> |
| 20 | + <PackageReference Include="TaskScheduler" Version="2.11.0" /> |
| 21 | + |
| 22 | + <ProjectReference Include="..\HolzShots.Core\HolzShots.Core.csproj" /> |
| 23 | + <ProjectReference Include="..\HolzShots.Native\HolzShots.Native.csproj" /> |
| 24 | + </ItemGroup> |
| 25 | + |
| 26 | + <ItemGroup> |
| 27 | + <Reference Include="Microsoft.Win32.TaskScheduler, Version=2.10.1.0, Culture=neutral, PublicKeyToken=e25603a88b3aa7da, processorArchitecture=MSIL"> |
| 28 | + <HintPath>..\..\packages\TaskScheduler.2.10.1\lib\net452\Microsoft.Win32.TaskScheduler.dll</HintPath> |
| 29 | + </Reference> |
| 30 | + <Reference Include="StartupHelper, Version=1.0.3.4, Culture=neutral, processorArchitecture=MSIL"> |
| 31 | + <HintPath>..\..\packages\StartupHelper.1.0.3.4\lib\net40\StartupHelper.dll</HintPath> |
| 32 | + </Reference> |
| 33 | + </ItemGroup> |
| 34 | + |
| 35 | + <ItemGroup> |
| 36 | + <Compile Update="Forms\ExplorerLinkLabel.cs" /> |
| 37 | + |
| 38 | + <Compile Update="Forms\UploadResultForm.cs"> |
| 39 | + <SubType>Form</SubType> |
| 40 | + </Compile> |
| 41 | + <Compile Update="Forms\UploadResultForm.Designer.cs"> |
| 42 | + <DependentUpon>UploadResultForm.cs</DependentUpon> |
| 43 | + </Compile> |
| 44 | + |
| 45 | + <Compile Update="Forms\FlyoutForm.cs"> |
| 46 | + <SubType>Form</SubType> |
| 47 | + </Compile> |
| 48 | + <Compile Update="Forms\FlyoutForm.Designer.cs"> |
| 49 | + <DependentUpon>FlyoutForm.cs</DependentUpon> |
| 50 | + </Compile> |
| 51 | + </ItemGroup> |
| 52 | + |
| 53 | + <ItemGroup> |
| 54 | + <EmbeddedResource Update="Forms\UploadResultForm.resx"> |
| 55 | + <DependentUpon>UploadResultForm.cs</DependentUpon> |
| 56 | + </EmbeddedResource> |
| 57 | + <EmbeddedResource Update="Forms\FlyoutForm.resx"> |
| 58 | + <DependentUpon>FlyoutForm.cs</DependentUpon> |
| 59 | + </EmbeddedResource> |
| 60 | + <EmbeddedResource Update="Forms\PluginForm.resx"> |
| 61 | + <DependentUpon>PluginForm.cs</DependentUpon> |
| 62 | + </EmbeddedResource> |
| 63 | + </ItemGroup> |
| 64 | +</Project> |
0 commit comments