diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-20 11:01:14 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-20 11:01:14 -0400 |
| commit | 64aae03a9b08a10ace6366008093e95ab5e99945 (patch) | |
| tree | 6513f96bfb69add98b898ef5c643b713e5a86094 /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | c5576314e278c33129b3ed4c967120b541974ac0 (diff) | |
| download | shiftos-c--64aae03a9b08a10ace6366008093e95ab5e99945.tar.gz shiftos-c--64aae03a9b08a10ace6366008093e95ab5e99945.tar.bz2 shiftos-c--64aae03a9b08a10ace6366008093e95ab5e99945.zip | |
Fix project reference.
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOS.csproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index f794b02..9b65eaf 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -62,9 +62,6 @@ <HintPath>..\packages\Newtonsoft.Json.8.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> <Private>True</Private> </Reference> - <Reference Include="ShiftUI"> - <HintPath>..\ShiftUI\bin\Debug\ShiftUI.dll</HintPath> - </Reference> <Reference Include="Svg, Version=2.1.0.28187, Culture=neutral, PublicKeyToken=12a0bac221edeae2, processorArchitecture=MSIL"> <HintPath>..\packages\Svg.2.1.0\lib\Svg.dll</HintPath> <Private>True</Private> @@ -987,7 +984,12 @@ <EmbedInteropTypes>True</EmbedInteropTypes> </COMReference> </ItemGroup> - <ItemGroup /> + <ItemGroup> + <ProjectReference Include="..\ShiftUI\ShiftUI.csproj"> + <Project>{c56e34d0-4749-4a73-9469-bccd063569cd}</Project> + <Name>ShiftUI</Name> + </ProjectReference> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="..\packages\Baseclass.Contrib.Nuget.Output.2.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets" Condition="Exists('..\packages\Baseclass.Contrib.Nuget.Output.2.0.0\build\net40\Baseclass.Contrib.Nuget.Output.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
