refactor(storage): rename TasMemory to TasStorage and update references
- Renamed TasMemory.cs file to TasStorage.cs - Updated project file reference from TasMemory to TasStorage - Removed unused test project files and configurations - Fixed solution file project name and GUID references - Cleaned up obsolete MSTest configuration files
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
</Compile>
|
||||
<Compile Include="Utils\FpsConverter.cs" />
|
||||
<Compile Include="Utils\TasFrame.cs" />
|
||||
<Compile Include="Utils\TasMemory.cs" />
|
||||
<Compile Include="Utils\TasStorage.cs" />
|
||||
<Compile Include="Views\MainWindow.xaml.cs">
|
||||
<DependentUpon>MainWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
|
||||
Reference in New Issue
Block a user