Skip to content
This repository has been archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
Add external inheritance example to T4TS.Build
Browse files Browse the repository at this point in the history
  • Loading branch information
cskeppstedt committed Jul 15, 2014
1 parent 73b4916 commit 52155d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions T4TS.Build/T4TS.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@
<Compile Include="..\T4TS.Example\Models\InheritanceTest4.cs">
<Link>Models\InheritanceTest4.cs</Link>
</Compile>
<Compile Include="..\T4TS.Example\Models\InheritanceTestExternal.cs">
<Link>Models\InheritanceTestExternal.cs</Link>
</Compile>
<Compile Include="..\T4TS.Example\Models\Inherited.cs">
<Link>Models\Inherited.cs</Link>
</Compile>
Expand Down Expand Up @@ -96,6 +99,12 @@
<DependentUpon>T4TS.tt</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\T4TS.Example.Models\T4TS.Example.Models.csproj">
<Project>{93ee0391-db26-40cc-a613-6ca32e3eeb18}</Project>
<Name>T4TS.Example.Models</Name>
</ProjectReference>
</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.
Expand Down
6 changes: 6 additions & 0 deletions T4TS.Build/T4TS.Build.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4TS.Build", "T4TS.Build.csproj", "{DD5BD892-D179-4E30-9185-9475BBF18B1F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "T4TS.Example.Models", "..\T4TS.Example.Models\T4TS.Example.Models.csproj", "{93EE0391-DB26-40CC-A613-6CA32E3EEB18}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -13,6 +15,10 @@ Global
{DD5BD892-D179-4E30-9185-9475BBF18B1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD5BD892-D179-4E30-9185-9475BBF18B1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD5BD892-D179-4E30-9185-9475BBF18B1F}.Release|Any CPU.Build.0 = Release|Any CPU
{93EE0391-DB26-40CC-A613-6CA32E3EEB18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93EE0391-DB26-40CC-A613-6CA32E3EEB18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93EE0391-DB26-40CC-A613-6CA32E3EEB18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93EE0391-DB26-40CC-A613-6CA32E3EEB18}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 52155d6

Please sign in to comment.