Move util

Splitting next.
This commit is contained in:
Kaphotics
2016-07-09 15:05:12 -07:00
parent cc2b3fc081
commit 41f7c9fd6c
2 changed files with 2 additions and 4 deletions

View File

@@ -254,7 +254,7 @@
<Compile Include="Misc\SplashScreen.Designer.cs">
<DependentUpon>SplashScreen.cs</DependentUpon>
</Compile>
<Compile Include="Misc\Util.cs" />
<Compile Include="Util\Util.cs" />
<EmbeddedResource Include="Misc\QR.resx">
<DependentUpon>QR.cs</DependentUpon>
<SubType>Designer</SubType>
@@ -2410,9 +2410,7 @@
<None Include="Resources\img\ribbons\artist.png" />
<None Include="Resources\img\ribbons\alert.png" />
</ItemGroup>
<ItemGroup>
<Folder Include="SAV\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.