diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 12:03:18 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-07-23 12:03:18 +0300 |
| commit | 1f2ebb7e81e6082ec31f3febbcf0f777263679aa (patch) | |
| tree | 97fae56feb42f796e0fa08bc67c28bb319ef97f1 /Software/Visual_Studio/Utilities/Tango.TransportRouter.UI | |
| parent | dc774f2956a749a9054aad17b04a202d5373548d (diff) | |
| download | Tango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.tar.gz Tango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.zip | |
Changed versions to per assembly.
Diffstat (limited to 'Software/Visual_Studio/Utilities/Tango.TransportRouter.UI')
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Properties/AssemblyInfo.cs | 1 | ||||
| -rw-r--r-- | Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Tango.TransportRouter.UI.csproj | 9 |
2 files changed, 8 insertions, 2 deletions
diff --git a/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Properties/AssemblyInfo.cs index fa96a03aa..f7ad5809f 100644 --- a/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Properties/AssemblyInfo.cs +++ b/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Properties/AssemblyInfo.cs @@ -3,4 +3,5 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("Tango - Transport Routing Utility")] +[assembly: AssemblyVersion("2.0.*")] [assembly: ComVisible(false)]
\ No newline at end of file diff --git a/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Tango.TransportRouter.UI.csproj b/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Tango.TransportRouter.UI.csproj index 0183fd92a..ad303ba14 100644 --- a/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Tango.TransportRouter.UI.csproj +++ b/Software/Visual_Studio/Utilities/Tango.TransportRouter.UI/Tango.TransportRouter.UI.csproj @@ -66,8 +66,8 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> - <Compile Include="..\..\Versioning\Core.cs"> - <Link>Core.cs</Link> + <Compile Include="..\..\Versioning\GlobalVersionInfo.cs"> + <Link>GlobalVersionInfo.cs</Link> </Compile> <Compile Include="ViewModels\MainViewVM.cs" /> <Compile Include="Views\MainView.xaml.cs"> @@ -146,4 +146,9 @@ <PropertyGroup> <PostBuildEvent>if $(ConfigurationName) == Debug $(TargetDir)linkgen.exe -s "$(TargetPath)" -d "$(TargetDir)Utilities\Transport Router.lnk"</PostBuildEvent> </PropertyGroup> + <ProjectExtensions> + <VisualStudio> + <UserProperties BuildVersion_StartDate="2000/1/1" /> + </VisualStudio> + </ProjectExtensions> </Project>
\ No newline at end of file |
