diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-11-05 11:38:50 +0200 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2019-11-05 11:38:50 +0200 |
| commit | bf66536228666d733475f4ccdb248e5cec74c0aa (patch) | |
| tree | 7621aa627c3326a2a8175da0bcadd20f8e814b39 /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | |
| parent | 7092213ad8c196f0d5ca0c408a95893b556ce375 (diff) | |
| download | Tango-bf66536228666d733475f4ccdb248e5cec74c0aa.tar.gz Tango-bf66536228666d733475f4ccdb248e5cec74c0aa.zip | |
Done
Related Work Items: #1277
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj')
| -rw-r--r-- | Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj index b542821d7..3379ef4ae 100644 --- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj +++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/Tango.MachineStudio.UI.csproj @@ -359,6 +359,18 @@ <Link>TCC\template.bmp</Link> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> + <Resource Include="Images\Statuses\dyeing.png" /> + <Resource Include="Images\Statuses\dyeing_Anim.gif" /> + <Resource Include="Images\Statuses\error_Anim.gif" /> + <Resource Include="Images\Statuses\getting_ready_Anim.gif" /> + <Resource Include="Images\Statuses\machine-off.png" /> + <Resource Include="Images\Statuses\machine_off_Anim.gif" /> + <Resource Include="Images\Statuses\ready-to-dye.png" /> + <Resource Include="Images\Statuses\Ready_Anim.gif" /> + <Resource Include="Images\Statuses\service_Anim.gif" /> + <Resource Include="Images\Statuses\shutdown_icon_Anim.gif" /> + <Resource Include="Images\Statuses\standby.png" /> + <Resource Include="Images\Statuses\standby_Anim.gif" /> <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> @@ -384,6 +396,10 @@ <Project>{bb2abb74-ba58-4812-83aa-ec8171f42df4}</Project> <Name>Tango.AutoComplete</Name> </ProjectReference> + <ProjectReference Include="..\..\Tango.AnimatedGif\Tango.AnimatedGif.csproj"> + <Project>{d129789c-3096-4d0b-8dd7-fe24a4df4b21}</Project> + <Name>Tango.AnimatedGif</Name> + </ProjectReference> <ProjectReference Include="..\..\Tango.BL\Tango.BL.csproj"> <Project>{f441feee-322a-4943-b566-110e12fd3b72}</Project> <Name>Tango.BL</Name> @@ -641,7 +657,7 @@ if $(ConfigurationName) == Release RD /S /Q "$(TargetDir)ProtoCompilers\"</PostB </Target> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_BuildVersioningStyle="None.None.Increment.DeltaBaseYearDayOfYear" BuildVersion_UpdateFileVersion="True" BuildVersion_DetectChanges="True" BuildVersion_UseGlobalSettings="False" /> + <UserProperties BuildVersion_UseGlobalSettings="False" BuildVersion_DetectChanges="True" BuildVersion_UpdateFileVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.DeltaBaseYearDayOfYear" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
