Commit 157e0c1a authored by Rabbit's avatar Rabbit
Browse files

e

parent be82ef92
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
Microsoft Visual Studio Solution File, Format Version 12.00
# 17
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CountDownList", "CountDownList\CountDownList.csproj", "{C75F6118-1E30-44E0-BE04-A5B4892A418F}"
@@ -7,11 +7,14 @@ EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Pub|Any CPU = Pub|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{C75F6118-1E30-44E0-BE04-A5B4892A418F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{C75F6118-1E30-44E0-BE04-A5B4892A418F}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{C75F6118-1E30-44E0-BE04-A5B4892A418F}.Pub|Any CPU.ActiveCfg = Debug|Any CPU
		{C75F6118-1E30-44E0-BE04-A5B4892A418F}.Pub|Any CPU.Build.0 = Debug|Any CPU
		{C75F6118-1E30-44E0-BE04-A5B4892A418F}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{C75F6118-1E30-44E0-BE04-A5B4892A418F}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
+10 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
    <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    <ApplicationIcon>CountDownList.ico</ApplicationIcon>
    <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion>
    <Configurations>Debug;Release;Pub</Configurations>
  </PropertyGroup>
  <PropertyGroup>
    <!-- Eazfuscator.NET is integrated with this project at MSBuild level: https://help.gapotchenko.com/eazfuscator.net/kb/100036 -->
@@ -29,6 +30,11 @@
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
    <DebugType>none</DebugType>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Pub|AnyCPU'">
    <Deterministic>False</Deterministic>
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
    <DebugType>none</DebugType>
  </PropertyGroup>
  <ItemGroup>
    <None Remove="Data\Image\1.jpg" />
    <None Remove="Data\Image\2.jpg" />
@@ -156,6 +162,7 @@
    <None Remove="UI\test2.jpg" />
    <None Remove="UI\test3.jpg" />
    <None Remove="UI\test4.jpg" />
    <None Remove="UI\WindowFrame\Help\Res\Doc1.rtf" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="CountDownList.ico" />
@@ -528,6 +535,9 @@
    <Content Include="Data\RandomImg\GenshinNormal\test4.jpg">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
    <Content Include="UI\WindowFrame\Help\Res\Doc1.rtf">
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="HandyControl" Version="3.5.1" />
+0 −0

File added.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.