Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
146 commits
Select commit Hold shift + click to select a range
e9f2cd0
Small adjust to make it work with VS2015 and older C#
VitorVilela7 Apr 22, 2019
154f139
Add SA-1 ROM support.
VitorVilela7 Apr 22, 2019
81bdb84
Merge remote-tracking branch 'upstream/master'
VitorVilela7 Apr 27, 2019
d1a8d5c
Paint data bank cell if current opcode is MVN/MVP.
VitorVilela7 Apr 27, 2019
d9f3da1
Paint data bank cell if current opcode is MVN/MVP.
VitorVilela7 Apr 27, 2019
994d2e8
Merge branch 'master' of https://github.com/VitorVilela7/DiztinGUIsh
VitorVilela7 Apr 28, 2019
cb57227
Add support for imporing usage maps
VitorVilela7 Jun 2, 2019
afb55a1
Add high DPI support
VitorVilela7 Jun 2, 2019
0cc4319
Carry MX flags to the operands
VitorVilela7 Jun 2, 2019
a80a87b
Adjust column sizes because of DPI scaling
VitorVilela7 Jun 2, 2019
04cb6ea
Initlal trace log support
VitorVilela7 Jun 2, 2019
6b955b6
Get rid of the warnings
VitorVilela7 Jun 3, 2019
d6534d2
Add tracelog support
VitorVilela7 Jun 3, 2019
1859698
Ignore code executed on RAM when importing trace log
VitorVilela7 Jun 17, 2019
61cc0cd
Test all possible SNES addresses when importing usage map
VitorVilela7 Jun 21, 2019
7ab27df
Fix Direct Page opcodes log generation
VitorVilela7 Aug 6, 2019
b819614
Add basic function of importing BizHawk CDL
gocha Jan 23, 2020
0590704
[BizHawk CDL] Operand reuses the last M and X flag values used in Opcode
gocha Feb 2, 2020
398a54e
Merge branch 'master' of https://github.com/VitorVilela7/DiztinGUIsh
gocha Feb 9, 2020
caf7a17
Merge branch 'bizhawk-cdl' of https://github.com/gocha/DiztinGUIsh
gocha Feb 9, 2020
1a36d5a
[ui] Set default and cancel buttons for almost all dialogs
gocha Feb 9, 2020
65a8078
add ability to:
binary1230 Aug 29, 2020
796f133
increase max label length allowed
binary1230 Aug 31, 2020
fad1620
add support for pasting formatted addresses into GOTO dialog box
binary1230 Aug 30, 2020
a4678ef
better validation for goto dialog box
binary1230 Sep 1, 2020
3a17b2d
Merge branch 'increase_max_label_length'
binary1230 Sep 1, 2020
4a67f23
Merge branch 'goto_dialog_paste_support'
binary1230 Sep 1, 2020
dcbf78a
make max length of labels 60 chars
binary1230 Sep 1, 2020
a0ea981
support multiple tracelog imports at once
binary1230 Sep 4, 2020
95fdbb0
improved import log support
binary1230 Sep 8, 2020
22ff9b1
fix progress bar display
binary1230 Sep 15, 2020
ae9a93f
progress bar now covers all files
binary1230 Sep 15, 2020
8d2c197
add progress bar suppot for exporting disassembly
binary1230 Sep 16, 2020
370da16
add delete all labels function
binary1230 Sep 19, 2020
c890f22
add comment about where it insert some aliasing stuff later
binary1230 Sep 19, 2020
0bd1eac
rename progressbarjob class
binary1230 Sep 19, 2020
f780be0
add new way to read lines from file that: 1) saves a little memory 2)…
binary1230 Sep 19, 2020
1a165b8
UX: add project-specific settings for:
binary1230 Sep 19, 2020
9c69e4a
add more control over CSV importing options, validation
binary1230 Sep 19, 2020
3acf32e
add fork-specific documentation to README
binary1230 Sep 19, 2020
0eb795c
reverse direction of comparison to future-proof with BSNES
binary1230 Sep 20, 2020
3337338
make Data be singleton
binary1230 Sep 20, 2020
73208d4
starting on XML based save/load
binary1230 Sep 21, 2020
76a1b6a
WIP load/save XML almost working
binary1230 Sep 21, 2020
32926b9
new load/save XML 100% working. just need to hook it up for real.
binary1230 Sep 23, 2020
881b091
major refactoring completed, now just need to test more.
binary1230 Sep 26, 2020
df27e40
almost finished major rewrite of exporter and other subsystems
binary1230 Sep 27, 2020
cc956ea
finished out features refactoring, now testing.
binary1230 Sep 28, 2020
cbeb6a8
fix save as using wrong filename
binary1230 Sep 28, 2020
300ac17
add GitInfo package for version info
binary1230 Sep 28, 2020
942f587
remove dead line
binary1230 Sep 28, 2020
02bd556
Merge remote-tracking branch 'origin/master' into dom-refactor
binary1230 Sep 28, 2020
6bcc82f
merge
binary1230 Sep 28, 2020
87986e3
move files into new directory structure
binary1230 Sep 28, 2020
b435130
Add logo to progressbar, for extra snazziness
binary1230 Sep 29, 2020
e5220f4
WIP further refactoring
binary1230 Sep 29, 2020
989af0e
working on databinding
binary1230 Oct 2, 2020
be63d3d
working databinding! mostly. off by one. it's a good start.
binary1230 Oct 2, 2020
27ac837
working databinding! that took forevvvvvvvvvvvvvvvvver
binary1230 Oct 2, 2020
1f4db1a
probably the real databinding
binary1230 Oct 3, 2020
edbbbb1
final databinding, this is the right way to go
binary1230 Oct 3, 2020
71ab19f
- Finish import dialog (I think!)
binary1230 Oct 3, 2020
63147fc
basically done with the ROM importer overhaul
binary1230 Oct 3, 2020
c2c1212
move importer stuff out of Data
binary1230 Oct 3, 2020
061f9b5
use an external library for ObservableDictionary
binary1230 Oct 4, 2020
75e9a17
fix not storing the ROM title name
binary1230 Oct 4, 2020
c2a751b
add new observabledict package
binary1230 Oct 4, 2020
f8bed30
fix null err, we don't have Project at this stage yet
binary1230 Oct 4, 2020
04142c3
fix dialog box threading not allowing a dialog to popup while we're i…
binary1230 Oct 4, 2020
76d73ec
WIP fixing Dictionay serialization support
binary1230 Oct 6, 2020
833f64c
move all core functionality into its own project
binary1230 Oct 6, 2020
c41db27
add Xunit unit testing framework and sample test
binary1230 Oct 6, 2020
8eacfe5
WIP unit test to figure out IDictionary Serializer stuff
binary1230 Oct 6, 2020
b4c1ffd
working (but messy as all hell) observabledict serializer
binary1230 Oct 6, 2020
a33f01d
cleanup for a working unit test, we'll clean further from here
binary1230 Oct 6, 2020
30c76c2
further cleanup, ready for improving this more
binary1230 Oct 6, 2020
9f4fd72
working IDictionary export
binary1230 Oct 6, 2020
cf5e40c
working serialize/deserialize complete test
binary1230 Oct 6, 2020
9801205
rework and fix test again
binary1230 Oct 6, 2020
3912c08
working XML serializer for dictionary class! woo
binary1230 Oct 6, 2020
16798bf
cleanup and add check for multiple odwrapper
binary1230 Oct 7, 2020
d9f2672
re-organize folders
binary1230 Oct 7, 2020
58e800b
minor but widespread cleanup / namespace cleanup
binary1230 Oct 7, 2020
ebfa8fe
fix trying to save with zero odwrappers registered
binary1230 Oct 7, 2020
2ceb307
finish OdWrapper serialization support
binary1230 Oct 7, 2020
75dda39
delete tmp file
binary1230 Oct 7, 2020
09aeb1f
fix sample data length issue
binary1230 Oct 10, 2020
384b8e2
fix sample data labels, use SNES addresses instead of PC
binary1230 Oct 10, 2020
f371436
fix label handling in logcreator
binary1230 Oct 10, 2020
4134cc1
revert half-baked byte printout refactor
binary1230 Oct 10, 2020
851e4bf
WIP refactoring logcreator
binary1230 Oct 10, 2020
80db6d8
fix bad labelling for generated labels
binary1230 Oct 11, 2020
a085e86
finishing touches on logwriter
binary1230 Oct 11, 2020
9c2aa76
modify importer to show a warning instead of fatal error when loading…
binary1230 Oct 11, 2020
5e02893
revert experimental changes to RomBytes
binary1230 Oct 11, 2020
7a582f9
cleanup
binary1230 Oct 11, 2020
4bc9d0f
update assembly git info, icon
binary1230 Oct 11, 2020
479487f
upgrade to preview version of ExtendedXmlSerializer
binary1230 Oct 11, 2020
b49e205
fix unit tests
binary1230 Oct 11, 2020
d5855c1
trying to publish, VS wanted to change this stuff. not sure we need t…
binary1230 Oct 11, 2020
7dcf8b9
WIP - diztinguish support for tracelog capturing via socket
binary1230 Oct 15, 2020
c473914
better modification detection
binary1230 Oct 15, 2020
4136920
comment
binary1230 Oct 15, 2020
51f2404
implement working version of socket capture from BSNES
binary1230 Oct 17, 2020
6ce8868
finish socket implementation
binary1230 Oct 19, 2020
7fe04fa
overhaul internal guts of threading
binary1230 Oct 20, 2020
a03d59e
Add first pass at data visualization :)
binary1230 Oct 22, 2020
26362b8
finishing out tuning tracelog capture
binary1230 Oct 22, 2020
72f80c0
better implementation of visualizer
binary1230 Oct 23, 2020
148acb6
remove extra UI update calls, still works when not focused.
binary1230 Oct 23, 2020
c7c3938
Much more stable ROM image viewer setup
binary1230 Oct 24, 2020
6da5413
add sizing support to visualizer, this is pretty complete now!
binary1230 Oct 24, 2020
1ebcdd8
refactor Rom visuals class to allow arbitrary starting offsets and le…
binary1230 Oct 24, 2020
dbf9a57
added new rom visualizer control, about to hook it up
binary1230 Oct 24, 2020
f9cb3af
shave ~2 seconds off loading
binary1230 Oct 24, 2020
0890539
remove dead datasources
binary1230 Oct 25, 2020
02d300c
remove dead code
binary1230 Oct 25, 2020
6e87291
optimization: shave ~6 seconds off project load
binary1230 Oct 25, 2020
a28608e
WIP improving visuals
binary1230 Oct 25, 2020
0644586
temp disable currently unused visuals code
binary1230 Oct 25, 2020
1b81e64
better lazy loading for visuals form
binary1230 Oct 25, 2020
38ed2db
breakup main function so we can add some command line args
binary1230 Oct 25, 2020
49284cf
add tracing for project loading [light diagnostics]
binary1230 Oct 25, 2020
3d8c2d8
auto-remove lots of unused 'using' directives
binary1230 Oct 25, 2020
39623dc
lint: I let Jetbrains rename everything to be consistent with its acc…
binary1230 Oct 25, 2020
10c6408
fix bug with compression routine
binary1230 Oct 25, 2020
0f9f827
refactor:
binary1230 Oct 25, 2020
039f851
optimize: make fake64 be ultra-bare-metal, hardcore the crap out of it
binary1230 Oct 25, 2020
fbf59f2
optimize: tried a strategy with less memory copying for opening. kind…
binary1230 Oct 26, 2020
09a5bf2
Merge branch 'improve_visuals'
binary1230 Oct 26, 2020
d9465da
fix test
binary1230 Oct 26, 2020
dfa071a
fix recursive issue w/visuals forms (merge error)
binary1230 Oct 26, 2020
3b3c59f
visualizer solid pogress, WIP
binary1230 Oct 26, 2020
e996c54
fully working visualizer
binary1230 Oct 26, 2020
809e6d8
remove some unused visuals code
binary1230 Oct 26, 2020
505a169
bugfix: dont pad empty row pixels when using the dirty list
binary1230 Oct 26, 2020
43f475e
rename test
binary1230 Oct 27, 2020
037546b
add licensing info for included libraries (not sure we exactly have t…
binary1230 Oct 27, 2020
4dd7519
don't save the project filename in XML
binary1230 Oct 27, 2020
b7da7b6
denote certain properties as not being saved in XML
binary1230 Oct 29, 2020
720d2c5
add new "closeproject" support
binary1230 Oct 29, 2020
7d2f07c
simplify "mark" operations
binary1230 Oct 29, 2020
0c9e86c
allow property notification change events to look at just the ref typ…
binary1230 Oct 29, 2020
3b6af2e
add new DizDocument, for better managing changes of Project's. this c…
binary1230 Oct 29, 2020
681305b
fixup visual form handling of project open/close/new events
binary1230 Oct 29, 2020
ab5236b
massive overhaul of main form
binary1230 Oct 29, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
163 changes: 163 additions & 0 deletions Diz.Core/Diz.Core.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,163 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{50646B00-03D8-4CEC-9ED1-3EF4CB199E8B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Diz.Core</RootNamespace>
<AssemblyName>Diz.Core</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="ExtendedXmlSerializer, Version=3.4.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\ExtendedXmlSerializer.3.4.1\lib\net452\ExtendedXmlSerializer.dll</HintPath>
</Reference>
<Reference Include="FastBitmapLib, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\FastBitmapLib.2.0.0\lib\net452\FastBitmapLib.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=1.3.0.8, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
<HintPath>..\packages\SharpZipLib.1.3.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="IX.Abstractions, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.Abstractions.0.5.3\lib\net472\IX.Abstractions.dll</HintPath>
</Reference>
<Reference Include="IX.Abstractions.Collections, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.Abstractions.Collections.0.5.3\lib\net472\IX.Abstractions.Collections.dll</HintPath>
</Reference>
<Reference Include="IX.Abstractions.Threading, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.Abstractions.Threading.0.5.3\lib\net472\IX.Abstractions.Threading.dll</HintPath>
</Reference>
<Reference Include="IX.Observable, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.Observable.0.5.3\lib\net472\IX.Observable.dll</HintPath>
</Reference>
<Reference Include="IX.StandardExtensions, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.StandardExtensions.0.5.3\lib\net472\IX.StandardExtensions.dll</HintPath>
</Reference>
<Reference Include="IX.StandardExtensions.ComponentModel, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.StandardExtensions.ComponentModel.0.5.3\lib\net472\IX.StandardExtensions.ComponentModel.dll</HintPath>
</Reference>
<Reference Include="IX.StandardExtensions.Threading, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.StandardExtensions.Threading.0.5.3\lib\net472\IX.StandardExtensions.Threading.dll</HintPath>
</Reference>
<Reference Include="IX.Undoable, Version=0.5.3.0, Culture=neutral, PublicKeyToken=029c2b9bf120ba32, processorArchitecture=MSIL">
<HintPath>..\packages\IX.Undoable.0.5.3\lib\net472\IX.Undoable.dll</HintPath>
</Reference>
<Reference Include="JetBrains.Annotations, Version=2019.1.3.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
<HintPath>..\packages\JetBrains.Annotations.2019.1.3\lib\net20\JetBrains.Annotations.dll</HintPath>
</Reference>
<Reference Include="LightInject, Version=6.3.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\LightInject.6.3.5\lib\net46\LightInject.dll</HintPath>
</Reference>
<Reference Include="NReco.LambdaParser, Version=1.0.11.0, Culture=neutral, PublicKeyToken=50b5ad72a1d364c6, processorArchitecture=MSIL">
<HintPath>..\packages\NReco.LambdaParser.1.0.12\lib\net45\NReco.LambdaParser.dll</HintPath>
</Reference>
<Reference Include="Sprache, Version=2.3.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Sprache.2.3.1\lib\net45\Sprache.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
</Reference>
<Reference Include="System.Collections.Immutable, Version=1.2.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Collections.Immutable.1.7.1\lib\net461\System.Collections.Immutable.dll</HintPath>
</Reference>
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Interactive, Version=4.1.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL">
<HintPath>..\packages\System.Interactive.4.1.1\lib\net45\System.Interactive.dll</HintPath>
</Reference>
<Reference Include="System.IO" />
<Reference Include="System.Linq.Expressions" />
<Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath>
</Reference>
<Reference Include="System.Numerics" />
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
</Reference>
<Reference Include="System.Runtime" />
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Threading.Tasks" />
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
</Reference>
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="arch\CPU65C816.cs" />
<Compile Include="export\LogCreator.ErrorChecking.cs" />
<Compile Include="export\LogCreator.Setup.cs" />
<Compile Include="export\LogOutput.cs" />
<Compile Include="export\LogWriterSettings.cs" />
<Compile Include="import\BSNESImportStreamProcessor.cs" />
<Compile Include="import\BSNESTraceLogCapture.cs" />
<Compile Include="import\BSNESTraceLogImporter.cs" />
<Compile Include="model\Data.Constants.cs" />
<Compile Include="model\Data.Properties.cs" />
<Compile Include="serialization\xml_serializer\RepeaterCompression.cs" />
<Compile Include="serialization\xml_serializer\RomByteEncoding.cs" />
<Compile Include="serialization\xml_serializer\SubstitutionCompression.cs" />
<Compile Include="util\Fake64Encoding.cs" />
<Compile Include="util\RomVisual.cs" />
<Compile Include="util\WorkerTaskManager.cs" />
<Compile Include="model\Data.cs" />
<Compile Include="import\BizHawkCdlImporter.cs" />
<Compile Include="import\BSNESUsageMapImporter.cs" />
<Compile Include="SampleRomData.cs" />
<Compile Include="model\Label.cs" />
<Compile Include="export\LogCreator.cs" />
<Compile Include="model\Project.cs" />
<Compile Include="model\RomBytes.cs" />
<Compile Include="util\ByteUtil.cs" />
<Compile Include="util\RomUtil.cs" />
<Compile Include="util\Util.cs" />
<Compile Include="serialization\binary_serializer_old\BinarySerializer.cs" />
<Compile Include="serialization\ImportSettings.cs" />
<Compile Include="serialization\ProjectFileManager.cs" />
<Compile Include="serialization\ProjectSerializer.cs" />
<Compile Include="serialization\xml_serializer\ProjectXMLSerializer.cs" />
<Compile Include="serialization\xml_serializer\RomBytesXMLSerializer.cs" />
<Compile Include="serialization\xml_serializer\XMLSerializerSupport.cs" />
<Compile Include="model\Model.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="model\ROMByte.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
35 changes: 35 additions & 0 deletions Diz.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Diz.Core")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Diz.Core")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("50646b00-03d8-4cec-9ed1-3ef4cb199e8b")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Loading