@@ -40,6 +40,9 @@
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
+ <ItemGroup>
+ <SourceRoot Include="../"/>
+ </ItemGroup>
<ItemGroup>
<Reference Include="Dicom.Core">
<HintPath>..\packages\Dicom\Dicom.Core.dll</HintPath>
@@ -181,6 +184,7 @@
<SubType>Code</SubType>
</Compile>
</ItemGroup>
+
<Compile Include="Managers\AfterSalesManager.cs" />
<Compile Include="Managers\AppManager.cs" />