Skip to content

Commit 1b759b4

Browse files
author
Caitlin Bales (MSFT)
committed
Include VIPR and the Code Writer proj
1 parent 6d91106 commit 1b759b4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

GraphODataTemplateWriter.Test/GraphODataTemplateWriter.Test.csproj

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,24 @@
4646
</Reference>
4747
<Reference Include="System" />
4848
<Reference Include="System.Core" />
49+
<Reference Include="Vipr.Core">
50+
<HintPath>..\..\vipr\src\Core\Vipr.Core\bin\Debug\Vipr.Core.dll</HintPath>
51+
</Reference>
4952
</ItemGroup>
5053
<ItemGroup>
51-
<Compile Include="UnitTest1.cs" />
5254
<Compile Include="Properties\AssemblyInfo.cs" />
55+
<Compile Include="*.cs" />
56+
<Compile Include="*\*.cs" />
5357
</ItemGroup>
5458
<ItemGroup>
5559
<None Include="packages.config" />
5660
</ItemGroup>
61+
<ItemGroup>
62+
<ProjectReference Include="..\src\GraphODataTemplateWriter\GraphODataTemplateWriter.csproj">
63+
<Project>{e6b5202f-4f66-428a-ab92-0aaa11ba81de}</Project>
64+
<Name>GraphODataTemplateWriter</Name>
65+
</ProjectReference>
66+
</ItemGroup>
5767
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
5868
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5969
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">

0 commit comments

Comments
 (0)