Closed Buildstarted closed 9 years ago
<Content Include="Web.config" /> <Content Include="Web.Debug.config"> <DependentUpon>Web.config</DependentUpon> </Content> <Content Include="Web.Release.config"> <DependentUpon>Web.config</DependentUpon> </Content>
The above files are dependent upon each other yet Scrawl shows them as separate entities due to the Content element.
Content
Other filetypes are not so lucky.
<TypeScriptCompile Include="Scripts\definitions.ts" /> <Content Include="Scripts\definitions.js"> <DependentUpon>definitions.ts</DependentUpon> </Content>
Only the definitions.js file shows up in the project viewer. The .ts file is nowhere to be found.
definitions.js
.ts
Where'd my files go?
The joys of csproj.
Not entirely happy with the visual we've got atm but I do have this working in dev now. Should merge back so you can see it soon.
The above files are dependent upon each other yet Scrawl shows them as separate entities due to the
Content
element.Other filetypes are not so lucky.
Only the
definitions.js
file shows up in the project viewer. The.ts
file is nowhere to be found.Where'd my files go?