Keln.csproj 894 B

123456789101112131415161718192021222324252627
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. <SignAssembly>true</SignAssembly>
  6. <DelaySign>false</DelaySign>
  7. </PropertyGroup>
  8. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
  9. <OutputPath>C:\Users\admin\source\repos\DeviceEmotion\bin\Debug\</OutputPath>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\..\Termco\Termco\Termco.csproj" />
  13. <ProjectReference Include="..\ApiService\ApiService.csproj" />
  14. <ProjectReference Include="..\Leah\Leah.csproj" />
  15. <ProjectReference Include="D:\admin\Documents\Visual Studio 2015\Projects\fire\fire.csproj" />
  16. </ItemGroup>
  17. <ItemGroup>
  18. <None Update="config\services.conf">
  19. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  20. </None>
  21. </ItemGroup>
  22. </Project>