diff options
| author | MichaelTheShifter <[email protected]> | 2016-07-20 10:36:27 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-07-20 10:36:27 -0400 |
| commit | c5576314e278c33129b3ed4c967120b541974ac0 (patch) | |
| tree | 62db54e19f09c4e81a5f131c5f83e29612a8ea53 /source/WindowsFormsApplication1/ShiftOS.csproj | |
| parent | 995b1404e0966950f53447383da4c5f91bd2cdb0 (diff) | |
| download | shiftos-c--c5576314e278c33129b3ed4c967120b541974ac0.tar.gz shiftos-c--c5576314e278c33129b3ed4c967120b541974ac0.tar.bz2 shiftos-c--c5576314e278c33129b3ed4c967120b541974ac0.zip | |
Fix appveyor builds (hopefully)
Diffstat (limited to 'source/WindowsFormsApplication1/ShiftOS.csproj')
| -rw-r--r-- | source/WindowsFormsApplication1/ShiftOS.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/WindowsFormsApplication1/ShiftOS.csproj b/source/WindowsFormsApplication1/ShiftOS.csproj index 3e2d172..f794b02 100644 --- a/source/WindowsFormsApplication1/ShiftOS.csproj +++ b/source/WindowsFormsApplication1/ShiftOS.csproj @@ -63,7 +63,7 @@ <Private>True</Private> </Reference> <Reference Include="ShiftUI"> - <HintPath>..\..\..\Project-Circle\ShiftUI\bin\Debug\ShiftUI.dll</HintPath> + <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> |
