diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-25 14:12:56 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-25 14:12:56 +0200 |
| commit | dc11398ba5728af943256ca99eba8c9d66e1b6e2 (patch) | |
| tree | 5ff3d0f64f2361d254511810258d7824eeab98d3 /Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj | |
| parent | d36a5ab7115ec53405622e4437cd3f8f615d515d (diff) | |
| download | Tango-dc11398ba5728af943256ca99eba8c9d66e1b6e2.tar.gz Tango-dc11398ba5728af943256ca99eba8c9d66e1b6e2.zip | |
Refactored ObservableEntity:
Observables comparison is now done by GUID.
Implemented != == Equals overrides.
Save and load are now done only on decorated properties so properties on partial class are allowed!
Implemented dynamic graph sizes on developer module.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj index 276dd6c54..970556986 100644 --- a/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj +++ b/Software/Visual_Studio/MachineStudio/Modules/Tango.MachineStudio.Developer/Tango.MachineStudio.Developer.csproj @@ -185,5 +185,8 @@ <ItemGroup> <Resource Include="Images\camera.png" /> </ItemGroup> + <ItemGroup> + <Resource Include="Images\video-frame.png" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> </Project>
\ No newline at end of file |
