Skip to content

Commit

Permalink
fixed a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiaszuercher committed Oct 27, 2014
1 parent 89de6c4 commit 58bd06e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/TransformerUsageSample/.nuget/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Transformer.VisualStudio" version="0.7.0.0" />
<package id="Transformer.VisualStudio" version="1.0.0.31" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="App.template.config" />
<None Include="App.config">
<DependentUpon>App.template.config</DependentUpon>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
4 changes: 4 additions & 0 deletions src/Transformer.VisualStudio/Transformer.VisualStudio.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@
<None Include="Transformer.VisualStudio.nuspec" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Transformer.PowerShell\Transformer.PowerShell.csproj">
<Project>{7fcadfb9-c69c-49a4-9a47-841bbf8950e7}</Project>
<Name>Transformer.PowerShell</Name>
</ProjectReference>
<ProjectReference Include="..\Transformer\Transformer.csproj">
<Project>{b7a5ffd2-a16d-482c-8d28-4552b3d29aa0}</Project>
<Name>Transformer</Name>
Expand Down

0 comments on commit 58bd06e

Please sign in to comment.