Skip to content

Commit

Permalink
backing out that dirty dirty hack and using TeamCity's AssemblyInfo p…
Browse files Browse the repository at this point in the history
…atcher
  • Loading branch information
shiftbot committed Jul 12, 2013
1 parent e269b47 commit ffa5bf8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MahApps.Metro/MahApps.Metro.NET45.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\CommonAssemblyInfo.cs" Condition="EXISTS('Properties\CommonAssemblyInfo.cs')" />
<!--<Compile Include="Properties\CommonAssemblyInfo.cs" Condition="EXISTS('Properties\CommonAssemblyInfo.cs')" />-->
<Compile Include="Theme.cs" />
<Compile Include="ThemeManager.cs" />
<AppDesigner Include="Properties\" />
Expand Down
2 changes: 1 addition & 1 deletion MahApps.Metro/MahApps.Metro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<Compile Include="Converters\ToUpperConverter.cs" />
<Compile Include="Native\UnsafeNativeMethods.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\CommonAssemblyInfo.cs" Condition="EXISTS('Properties\CommonAssemblyInfo.cs')" />
<!--<Compile Include="Properties\CommonAssemblyInfo.cs" Condition="EXISTS('Properties\CommonAssemblyInfo.cs')" />-->
<Compile Include="Theme.cs" />
<Compile Include="ThemeManager.cs" />
<AppDesigner Include="Properties\" />
Expand Down
3 changes: 3 additions & 0 deletions MahApps.Metro/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@
[assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/shared", "MahApps.Metro.Behaviours")]
[assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/shared", "MahApps.Metro.Converters")]
[assembly: XmlnsDefinition("http://metro.mahapps.com/winfx/xaml/controls", "MahApps.Metro.Controls")]

[assembly: AssemblyVersion("0.0.0.999")]
[assembly: AssemblyFileVersion("0.0.0.999")]

0 comments on commit ffa5bf8

Please sign in to comment.