diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-16 18:03:09 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-01-16 18:03:09 +0200 |
| commit | 1ca3d89bba12432446930e2f458264c72a01c672 (patch) | |
| tree | 940324e36a4fd702b1e7b879923c05ea18dabafe /Software/Visual_Studio/Tango.DragAndDrop | |
| parent | 57f72e9c530316129b14a5f1f04a357fa0a00eec (diff) | |
| download | Tango-1ca3d89bba12432446930e2f458264c72a01c672.tar.gz Tango-1ca3d89bba12432446930e2f458264c72a01c672.zip | |
Fix issue with db save on partial observable properties.
Diffstat (limited to 'Software/Visual_Studio/Tango.DragAndDrop')
| -rw-r--r-- | Software/Visual_Studio/Tango.DragAndDrop/Tango.DragAndDrop.csproj | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Software/Visual_Studio/Tango.DragAndDrop/Tango.DragAndDrop.csproj b/Software/Visual_Studio/Tango.DragAndDrop/Tango.DragAndDrop.csproj index 1c3f02230..98de232af 100644 --- a/Software/Visual_Studio/Tango.DragAndDrop/Tango.DragAndDrop.csproj +++ b/Software/Visual_Studio/Tango.DragAndDrop/Tango.DragAndDrop.csproj @@ -33,7 +33,7 @@ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>true</Optimize> - <OutputPath>..\Build\WpfVideoTools\Release\</OutputPath> + <OutputPath>..\Build\Debug\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> @@ -101,11 +101,6 @@ <Project>{8491d07b-c1f6-4b62-a412-41b9fd2d6538}</Project> <Name>Tango.SharedUI</Name> </ProjectReference> - <ProjectReference Include="..\WpfVideoTools.Core\WpfVideoTools.Core.csproj"> - <Project>{ed504ebe-110e-433d-96a9-344be453587a}</Project> - <Name>WpfVideoTools.Core</Name> - <Private>False</Private> - </ProjectReference> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
