Skip to content

Commit 6ceba1b

Browse files
committed
Minor style changes
1 parent 9e74ff8 commit 6ceba1b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

thcrap_configure_v3/Page2_advanced.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ public class Repo : INotifyPropertyChanged
177177
public thcrap_configure_v3.Repo SourceRepo { get; private set; }
178178
public List<RepoPatch> Patches { get; private set; }
179179

180-
181-
182180
private bool isVisible = true;
183181

184182
public Repo(thcrap_configure_v3.Repo repo)

thcrap_configure_v3/thcrap_configure_v3.csproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@
4040
<PropertyGroup>
4141
<ApplicationIcon>$(SolutionDir)\gfx\abstractcactus\icon_01.ico</ApplicationIcon>
4242
</PropertyGroup>
43-
<PropertyGroup />
44-
<PropertyGroup />
45-
<PropertyGroup />
4643
<PropertyGroup>
4744
<ApplicationManifest>app.manifest</ApplicationManifest>
4845
</PropertyGroup>
@@ -180,4 +177,4 @@
180177
</PackageReference>
181178
</ItemGroup>
182179
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
183-
</Project>
180+
</Project>

0 commit comments

Comments
 (0)