diff options
| author | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-23 12:00:02 +0300 |
|---|---|---|
| committer | Victoria Plitt <Victoria.Plitt@twine-s.com> | 2023-04-23 12:00:02 +0300 |
| commit | f86efbca4aac00a1a4e6d290feca1a0236c2d828 (patch) | |
| tree | e83fce8f7bf2da088a12bc6fa3b18ff32ac2377d /Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj | |
| parent | 82f5e5a9c43641b473e54d1c0534f05bb8190f11 (diff) | |
| download | Tango-f86efbca4aac00a1a4e6d290feca1a0236c2d828.tar.gz Tango-f86efbca4aac00a1a4e6d290feca1a0236c2d828.zip | |
ArcProgress Control.
Diffstat (limited to 'Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj b/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj index 2e2370584..1096ec112 100644 --- a/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj +++ b/Software/Visual_Studio/Tango.Touch/Tango.Touch.csproj @@ -67,6 +67,7 @@ <Compile Include="Controls\FocusSelectionMode.cs" /> <Compile Include="Controls\IValueControl.cs" /> <Compile Include="Controls\MessageBoxVM.cs" /> + <Compile Include="Controls\TouchArcProgress.cs" /> <Compile Include="Controls\TouchAutoComplete.cs" /> <Compile Include="Controls\TouchCalendar.cs" /> <Compile Include="Controls\TouchCheckBox.cs" /> @@ -132,6 +133,10 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> + <Page Include="Controls\TouchArcProgress.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> <Page Include="Controls\TouchAutoComplete.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> @@ -497,7 +502,7 @@ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <ProjectExtensions> <VisualStudio> - <UserProperties BuildVersion_StartDate="2000/1/1" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" /> + <UserProperties BuildVersion_AssemblyInfoFilename="Properties\AssemblyInfo.cs" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.None.Increment.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_StartDate="2000/1/1" /> </VisualStudio> </ProjectExtensions> </Project>
\ No newline at end of file |
