cli...
This commit is contained in:
parent
a9564cdddb
commit
ba11d324f6
3 changed files with 6 additions and 6 deletions
|
|
@ -63,9 +63,6 @@
|
|||
<Reference Include="Microsoft.AspNet.Identity">
|
||||
<HintPath>..\..\..\..\..\srv\www\dnx\packages\Microsoft.AspNet.Identity\3.0.0-rc1-final\lib\net451\Microsoft.AspNet.Identity.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Yavsc">
|
||||
<HintPath>..\Yavsc\bin\Debug\dnx451\Yavsc.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Microsoft.Framework.ConfigurationModel">
|
||||
<HintPath>..\..\..\..\..\srv\www\dnx\packages\Microsoft.Framework.ConfigurationModel\1.0.0-beta4\lib\net45\Microsoft.Framework.ConfigurationModel.dll</HintPath>
|
||||
</Reference>
|
||||
|
|
@ -260,6 +257,9 @@
|
|||
<Reference Include="Microsoft.Extensions.CommandLineUtils">
|
||||
<HintPath>packages\Microsoft.Extensions.CommandLineUtils.1.1.1\lib\net451\Microsoft.Extensions.CommandLineUtils.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Yavsc.Abstract">
|
||||
<HintPath>packages\Yavsc.Abstract.1.0.5-rc7\lib\portable-net45+win8+wp8+wpa81+Xamarin.Mac+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Yavsc.Abstract.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.cs" />
|
||||
|
|
@ -276,4 +276,4 @@
|
|||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue