This commit is contained in:
Tom van Dijck 2017-06-18 14:55:20 -07:00
parent 3eede41a93
commit 0e1db71d7c

View File

@ -127,6 +127,21 @@
]]
end
function suite.textTemplatingDependency()
files { "foobar.tt", "foobar.cs" }
prepare()
test.capture [[
<Compile Include="foobar.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>foobar.tt</DependentUpon>
</Compile>
<Content Include="foobar.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>foobar.cs</LastGenOutput>
</Content>
]]
end
--
-- File associations should always be made relative to the file