Skip to content

Commit 49f7c06

Browse files
committed
Renamed .csproj
1 parent bab5ed6 commit 49f7c06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

BeatSaberPerfectionDisplay.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatSaberPerfectionDisplay", "BeatSaberPerfectionDisplay\Perfection Display.csproj", "{A1BA4F12-3244-4C53-8BB3-C81775A890E2}"
3+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BeatSaberPerfectionDisplay", "BeatSaberPerfectionDisplay\PerfectionDisplay.csproj", "{A1BA4F12-3244-4C53-8BB3-C81775A890E2}"
44
EndProject
55
Global
66
GlobalSection(SolutionConfigurationPlatforms) = preSolution

BeatSaberPerfectionDisplay/Perfection Display.csproj renamed to BeatSaberPerfectionDisplay/PerfectionDisplay.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<OutputType>Library</OutputType>
66
<LangVersion>8</LangVersion>
77
<Nullable>enable</Nullable>
8-
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>
8+
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
99
<RootNamespace>PerfectionDisplay</RootNamespace>
1010
<AssemblyName>Perfect Display</AssemblyName>
1111
</PropertyGroup>
@@ -93,7 +93,7 @@
9393
<ItemGroup>
9494
<None Include="Directory.Build.props" Condition="Exists('Directory.Build.props')" />
9595
<None Include="Directory.Build.targets" Condition="Exists('Directory.Build.targets')" />
96-
<None Include="Perfection Display.csproj.user" Condition="Exists('Perfection Display.csproj.user')" />
96+
<None Include="PerfectionDisplay.csproj.user" Condition="Exists('PerfectionDisplay.csproj.user')" />
9797
</ItemGroup>
9898

9999
<ItemGroup>

0 commit comments

Comments
 (0)