Skip to content

Commit

Permalink
Removing changes to project and solution
Browse files Browse the repository at this point in the history
  • Loading branch information
KJ-Cox committed May 12, 2024
1 parent 989c3dd commit 1ad7dc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions FanartHandler.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FanartHandler", "FanartHandler\FanartHandler.csproj", "{4E7B5EA7-A01E-4E5A-A0CE-A3684A68376B}"
EndProject
Expand All @@ -13,8 +13,8 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E7B5EA7-A01E-4E5A-A0CE-A3684A68376B}.Debug|AnyCPU.ActiveCfg = Debug|AnyCPU
{4E7B5EA7-A01E-4E5A-A0CE-A3684A68376B}.Debug|AnyCPU.Build.0 = Debug|AnyCPU
{4E7B5EA7-A01E-4E5A-A0CE-A3684A68376B}.Release|AnyCPU.ActiveCfg = Release|Any CPU
{4E7B5EA7-A01E-4E5A-A0CE-A3684A68376B}.Release|AnyCPU.Build.0 = Release|Any CPU
{4E7B5EA7-A01E-4E5A-A0CE-A3684A68376B}.Release|AnyCPU.ActiveCfg = Release|AnyCPU
{4E7B5EA7-A01E-4E5A-A0CE-A3684A68376B}.Release|AnyCPU.Build.0 = Release|AnyCPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
10 changes: 5 additions & 5 deletions FanartHandler/FanartHandler.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<Optimize>true</Optimize>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Common.GUIPlugins">
Expand Down

0 comments on commit 1ad7dc9

Please sign in to comment.