Skip to content

Commit

Permalink
Cleanup and no longer combining assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake Ginnivan committed Apr 8, 2013
1 parent 2164c3b commit 904c53d
Show file tree
Hide file tree
Showing 53 changed files with 23 additions and 13,229 deletions.
4 changes: 0 additions & 4 deletions src/MarkPad.PluginApi/MarkPad.Plugins.csproj
Expand Up @@ -43,9 +43,6 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="FileReference.cs" />
<Compile Include="ICanCreateNewPage.cs" />
<Compile Include="ICanSavePage.cs" />
Expand All @@ -59,7 +56,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\Tools\GenerateCommonAssemblyInfo.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.
<Target Name="BeforeBuild">
Expand Down
4 changes: 4 additions & 0 deletions src/MarkPad.PluginApi/Properties/AssemblyInfo.cs
Expand Up @@ -7,6 +7,10 @@
[assembly: AssemblyTitle("MarkPad.PluginApi")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyProduct("MarkPad.PluginApi")]
[assembly: AssemblyCompany("Code52")]
[assembly: AssemblyCopyright("Copyright © Code52 2013")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down
4 changes: 0 additions & 4 deletions src/MarkPad.PreviewControl/MarkPad.PreviewControl.csproj
Expand Up @@ -57,9 +57,6 @@
<Reference Include="WindowsFormsIntegration" />
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="AwesomiumHost.cs" />
<Compile Include="AwesomiumResourceHandler.cs" />
<Compile Include="Constants.cs" />
Expand All @@ -81,7 +78,6 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\Tools\GenerateCommonAssemblyInfo.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.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.
Expand Down
4 changes: 4 additions & 0 deletions src/MarkPad.PreviewControl/Properties/AssemblyInfo.cs
Expand Up @@ -7,6 +7,10 @@
[assembly: AssemblyTitle("MarkPad.PreviewControl")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyProduct("MarkPad.PreviewControl")]
[assembly: AssemblyCompany("Code52")]
[assembly: AssemblyCopyright("Copyright © Code52 2013")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down
1 change: 0 additions & 1 deletion src/MarkPad.Tests/Properties/AssemblyInfo.cs
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
1 change: 0 additions & 1 deletion src/MarkPad/FodyWeavers.xml
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<PropertyChanged />
<ModuleInit />
</Weavers>
10 changes: 3 additions & 7 deletions src/MarkPad/MarkPad.csproj
Expand Up @@ -165,9 +165,6 @@
</None>
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="Behaviors\StateHelper.cs" />
<Compile Include="DocumentSources\IOpenDocumentFromWeb.cs" />
<Compile Include="DocumentSources\NewDocument\NewDocumentContext.cs" />
Expand All @@ -184,7 +181,6 @@
<Compile Include="Infrastructure\IAsyncCommand`1.cs" />
<Compile Include="Infrastructure\IFileSystem.cs" />
<Compile Include="Infrastructure\IRaiseCanExecuteChanged.cs" />
<Compile Include="ModuleInitializer.cs" />
<Compile Include="Converters\BoolToGridLengthConverter.cs" />
<Compile Include="Converters\IsCurrentItemConverter.cs" />
<Compile Include="Converters\EnumDisplayConverter.cs" />
Expand Down Expand Up @@ -496,7 +492,9 @@
<ItemGroup>
<Resource Include="Fonts\Entypo.ttf" />
<Resource Include="icon.png" />
<Resource Include="markpad.ico" />
<Resource Include="markpad.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Resource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="markpaddoc.ico" />
Expand Down Expand Up @@ -548,10 +546,8 @@
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)..\Tools\GenerateCommonAssemblyInfo.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />
<Import Project="$(SolutionDir)..\Tools\Fody\Fody.targets" />
<Import Project="$(SolutionDir)..\Tools\Embedding\EmbedAssemblies.targets" />
<PropertyGroup>
<PreBuildEvent>copy $(SolutionDir)..\lib\Awesomium* $(TargetDir)

Expand Down
207 changes: 0 additions & 207 deletions src/MarkPad/ModuleInitializer.cs

This file was deleted.

4 changes: 4 additions & 0 deletions src/MarkPad/Properties/AssemblyInfo.cs
Expand Up @@ -8,6 +8,10 @@
[assembly: AssemblyTitle("MarkPad")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyProduct("MarkPad")]
[assembly: AssemblyCompany("Code52")]
[assembly: AssemblyCopyright("Copyright © Code52 2013")]
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: AssemblyFileVersion("0.0.0.0")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down
43 changes: 0 additions & 43 deletions src/MetaWebLogSite/App_Start/BundleConfig.cs

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
2 changes: 0 additions & 2 deletions src/MetaWebLogSite/Global.asax.cs
@@ -1,6 +1,5 @@
using System.Web;
using System.Web.Mvc;
using System.Web.Optimization;
using System.Web.Routing;

namespace MetaWebLogSite
Expand All @@ -16,7 +15,6 @@ protected void Application_Start()

FilterConfig.RegisterGlobalFilters(GlobalFilters.Filters);
RouteConfig.RegisterRoutes(RouteTable.Routes);
BundleConfig.RegisterBundles(BundleTable.Bundles);
}
}
}

0 comments on commit 904c53d

Please sign in to comment.