aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BrushPicker
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2018-07-23 12:03:18 +0300
committerRoy Ben-Shabat <Roy@Twine-s.com>2018-07-23 12:03:18 +0300
commit1f2ebb7e81e6082ec31f3febbcf0f777263679aa (patch)
tree97fae56feb42f796e0fa08bc67c28bb319ef97f1 /Software/Visual_Studio/Tango.BrushPicker
parentdc774f2956a749a9054aad17b04a202d5373548d (diff)
downloadTango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.tar.gz
Tango-1f2ebb7e81e6082ec31f3febbcf0f777263679aa.zip
Changed versions to per assembly.
Diffstat (limited to 'Software/Visual_Studio/Tango.BrushPicker')
-rw-r--r--Software/Visual_Studio/Tango.BrushPicker/Properties/AssemblyInfo.cs2
-rw-r--r--Software/Visual_Studio/Tango.BrushPicker/Tango.BrushPicker.csproj9
2 files changed, 8 insertions, 3 deletions
diff --git a/Software/Visual_Studio/Tango.BrushPicker/Properties/AssemblyInfo.cs b/Software/Visual_Studio/Tango.BrushPicker/Properties/AssemblyInfo.cs
index 8bb5e186c..aa1393de1 100644
--- a/Software/Visual_Studio/Tango.BrushPicker/Properties/AssemblyInfo.cs
+++ b/Software/Visual_Studio/Tango.BrushPicker/Properties/AssemblyInfo.cs
@@ -16,7 +16,7 @@ using System.Windows;
using System.Windows.Markup;
[assembly: AssemblyTitle("Tango - Brush Picker Control")]
-
+[assembly: AssemblyVersion("2.0.*")]
[assembly: ThemeInfo(ResourceDictionaryLocation.SourceAssembly, ResourceDictionaryLocation.SourceAssembly)]
// Setting ComVisible to false makes the types in this assembly not visible
diff --git a/Software/Visual_Studio/Tango.BrushPicker/Tango.BrushPicker.csproj b/Software/Visual_Studio/Tango.BrushPicker/Tango.BrushPicker.csproj
index 422b5f1ff..d3f246911 100644
--- a/Software/Visual_Studio/Tango.BrushPicker/Tango.BrushPicker.csproj
+++ b/Software/Visual_Studio/Tango.BrushPicker/Tango.BrushPicker.csproj
@@ -57,8 +57,8 @@
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
- <Compile Include="..\Versioning\Core.cs">
- <Link>Core.cs</Link>
+ <Compile Include="..\Versioning\GlobalVersionInfo.cs">
+ <Link>GlobalVersionInfo.cs</Link>
</Compile>
<Compile Include="Converters\BrushToGradientStopsConverter.cs" />
<Compile Include="Implementation\AlphaSelector.cs" />
@@ -88,6 +88,11 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ProjectExtensions>
+ <VisualStudio>
+ <UserProperties BuildVersion_StartDate="2000/1/1" />
+ </VisualStudio>
+ </ProjectExtensions>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">