Add a color (2 colors can be now defined for a machine).
[temp2RGB.git] / IntelOC / IntelOC - Backup.csproj
1 <Project Sdk="Microsoft.NET.Sdk">
2
3   <PropertyGroup>
4     <OutputType>Exe</OutputType>
5     <TargetFramework>net6.0</TargetFramework>
6     <ImplicitUsings>enable</ImplicitUsings>
7     <Nullable>enable</Nullable>
8     <ProduceReferenceAssembly>False</ProduceReferenceAssembly>
9     <IsPublishable>False</IsPublishable>
10   </PropertyGroup>
11
12   <ItemGroup>
13     <Reference Include="IntelOCWrapper">
14       <HintPath>IntelOCWrapper.dll</HintPath>
15     </Reference>
16   </ItemGroup>
17
18   <Target Name="PostBuild" AfterTargets="PostBuildEvent">
19     <Exec Command="copy $(ProjectDir)$(OutDir)$(ProjectName).exe $(ProjectDir)..\target\release&#xD;&#xA;copy $(ProjectDir)$(OutDir)$(ProjectName).dll $(ProjectDir)..\target\release" />
20   </Target>
21
22 </Project>