Update csproj file to reflect spalling correction.
This commit is contained in:
parent
28f9cd9975
commit
dad82d800c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
<Compile Include="ClassGenerator.cs" />
|
<Compile Include="ClassGenerator.cs" />
|
||||||
<Compile Include="Utiliities.cs" />
|
<Compile Include="Utilities.cs" />
|
||||||
<Compile Include="SBRLUtilities\EmbeddedFiles.cs" />
|
<Compile Include="SBRLUtilities\EmbeddedFiles.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||||
|
|
Loading…
Reference in a new issue