Mercurial > silverbladetech
diff Messaging/Common/Common.csproj @ 36:c8c79f05d76f
WORKING VERSION! HIGH FIVE!
author | adminsh@apollo |
---|---|
date | Tue, 27 Mar 2012 18:33:44 +0100 |
parents | 83c1f62d9370 |
children | b008faa1baa7 |
line wrap: on
line diff
--- a/Messaging/Common/Common.csproj Tue Mar 27 16:15:45 2012 +0100 +++ b/Messaging/Common/Common.csproj Tue Mar 27 18:33:44 2012 +0100 @@ -61,6 +61,10 @@ <Compile Include="Xaml\XamlHelper.cs" /> </ItemGroup> <ItemGroup> + <Page Include="Themes\SecondaryStyle.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="Themes\Generic.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> @@ -97,6 +101,9 @@ <Resource Include="Icons\settings.png" /> <Resource Include="Icons\upload.png" /> </ItemGroup> + <ItemGroup> + <None Include="Controls\MetroTileDiagram.cd" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- 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.