Skip to content

Commit

Permalink
update version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fallingrust committed Dec 8, 2023
1 parent 3a82c97 commit 9ea6f66
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 63 deletions.
6 changes: 4 additions & 2 deletions XMagnetSearch.BTSOW/XMagnetSearch.BTSOW.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Release\net8.0-windows\publish\</OutputPath>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XMagnetSearch.ISearch\XMagnetSearch.ISearch.csproj" />
Expand Down
6 changes: 4 additions & 2 deletions XMagnetSearch.EUSJ/XMagnetSearch.EUSJ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Release\net8.0-windows\publish\</OutputPath>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
Expand Down
5 changes: 4 additions & 1 deletion XMagnetSearch.ISearch/XMagnetSearch.ISearch.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="8.0.0" />
<PackageReference Include="AngleSharp" Version="1.0.7" />
Expand Down
39 changes: 21 additions & 18 deletions XMagnetSearch.Resources/XMagnetSearch.Resources.csproj
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<None Remove="Resources\logos\*.*" />
</ItemGroup>

<ItemGroup>
<None Remove="Resources\logos\*.*" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\icons\" />
</ItemGroup>

<ItemGroup>
<Folder Include="Resources\icons\" />
</ItemGroup>

<ItemGroup>
<Resource Include="Resources\logos\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\logos\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
</ItemGroup>

</Project>
8 changes: 6 additions & 2 deletions XMagnetSearch.SOKK/XMagnetSearch.SOKK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Release\net8.0-windows\publish\</OutputPath>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XMagnetSearch.ISearch\XMagnetSearch.ISearch.csproj" />
Expand Down
Binary file added XMagnetSearch.UI/Resources/logo/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 41 additions & 35 deletions XMagnetSearch.UI/XMagnetSearch.UI.csproj
Original file line number Diff line number Diff line change
@@ -1,38 +1,44 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<ApplicationIcon>Resources\logo\logo.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<None Remove="Resources\logo\*.*" />
</ItemGroup>



<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
<PackageReference Include="SharpVectors.Wpf" Version="1.8.2" />
<PackageReference Include="ShowMeTheXAML.MSBuild" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\XMagnetSearch.ISearch\XMagnetSearch.ISearch.csproj" />
<ProjectReference Include="..\XMagnetSearch.Resources\XMagnetSearch.Resources.csproj" />
</ItemGroup>

<ItemGroup>
<Content Include="Resources\logo\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>


<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UseWPF>true</UseWPF>
<Version>0.0.1</Version>
<ApplicationIcon>Resources\logo\logo.ico</ApplicationIcon>
<Description>磁力聚合搜索</Description>
<PackageProjectUrl>https://github.com/fallingrust/XMagnetSearch</PackageProjectUrl>
<RepositoryUrl>https://github.com/fallingrust/XMagnetSearch</RepositoryUrl>
<PackageIcon>logo.png</PackageIcon>
<Authors>fallingrust</Authors>
<Company>fallingrust</Company>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)'=='Release'">
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="MaterialDesignThemes" Version="4.9.0" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
<PackageReference Include="SharpVectors.Wpf" Version="1.8.2" />
<PackageReference Include="ShowMeTheXAML.MSBuild" Version="2.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\XMagnetSearch.ISearch\XMagnetSearch.ISearch.csproj" />
<ProjectReference Include="..\XMagnetSearch.Resources\XMagnetSearch.Resources.csproj" />
</ItemGroup>

<ItemGroup>
<None Remove="Resources\logo\*.*" />
</ItemGroup>
<ItemGroup>
<Resource Include="Resources\logo\*.*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Resource>
</ItemGroup>

</Project>
9 changes: 6 additions & 3 deletions XMagnetSearch.ZhongZiSo/XMagnetSearch.ZhongZiSo.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Nullable>enable</Nullable>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Debug\net8.0-windows</OutputPath>
<OutputPath>$(SolutionDir)\XMagnetSearch.UI\bin\Release\net8.0-windows\publish\</OutputPath>
<DebugType>None</DebugType>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XMagnetSearch.ISearch\XMagnetSearch.ISearch.csproj" />
Expand Down

0 comments on commit 9ea6f66

Please sign in to comment.