sln/project file updates

This commit is contained in:
chris.watts90@outlook.com 2017-02-15 22:55:30 +00:00
parent fe7fda42a5
commit 439dcc2154
2 changed files with 35 additions and 1 deletions

View File

@ -25,6 +25,40 @@
<Compile Include="DirectoryStructure.wxs" />
<Compile Include="Product.wxs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Interfaces\Interfaces.csproj">
<Name>Interfaces</Name>
<Project>{b7347b72-e208-423a-9d99-723b558ea3d7}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\NLogLogger\NLogLogger.csproj">
<Name>NLogLogger</Name>
<Project>{1c5220d6-9166-4f47-b57d-beb4d09d2a3f}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\SQLiteRepository\SQLiteRepository.csproj">
<Name>SQLiteRepository</Name>
<Project>{b3510c81-f069-48a2-b826-ebe0ce7ab0b2}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\WindowsDataCenter\WindowsDataCenter.csproj">
<Name>WindowsDataCenter</Name>
<Project>{a5fee048-17a6-4966-9b6b-bf073592a470}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
</ItemGroup>
<Import Project="$(WixTargetsPath)" />
<!--
To modify your build process, add your task inside one of the targets below and uncomment it.

View File

@ -13,7 +13,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SQLiteRepository", "SQLiteR
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NLogLogger", "NLogLogger\NLogLogger.csproj", "{1C5220D6-9166-4F47-B57D-BEB4D09D2A3F}"
EndProject
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "WebApiServerHostInstaller", "WebApiServerHostInstaller\WebApiServerHostInstaller.wixproj", "{C5A4CDC3-849C-4166-BDC3-56BDB307126D}"
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "DataCenterHostInstaller", "WebApiServerHostInstaller\DataCenterHostInstaller.wixproj", "{C5A4CDC3-849C-4166-BDC3-56BDB307126D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardReaderService", "CardReaderService\CardReaderService.csproj", "{5F30E8E4-5107-4C99-ADFF-38D735DC113D}"
EndProject