publish aicam server.
This commit is contained in:
parent
e2cb50d1e7
commit
5c6f6c4a35
@ -10,7 +10,7 @@
|
|||||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||||
<Configurations>Debug;Release</Configurations>
|
<Configurations>Debug;Release</Configurations>
|
||||||
<VersionBuild>0</VersionBuild>
|
<VersionBuild>0</VersionBuild>
|
||||||
<VersionPrefix>1.4.$(VersionBuild)</VersionPrefix>
|
<VersionPrefix>3.1.$(VersionBuild)</VersionPrefix>
|
||||||
<Product>$(AssemblyName)</Product>
|
<Product>$(AssemblyName)</Product>
|
||||||
<OutputPath>bin\$(Platform).$(Configuration)\</OutputPath>
|
<OutputPath>bin\$(Platform).$(Configuration)\</OutputPath>
|
||||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||||
@ -28,8 +28,8 @@
|
|||||||
<ProjectReference Include="..\Hi.Wpf\Hi.Wpf.csproj" />
|
<ProjectReference Include="..\Hi.Wpf\Hi.Wpf.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
||||||
<PackageReference Include="HiNc" Version="1.4.*" />
|
<PackageReference Include="HiNc" Version="3.1.*" />
|
||||||
<PackageReference Include="Hi.Wpf" Version="1.4.*" />
|
<PackageReference Include="Hi.Wpf" Version="3.1.*" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Folder Include="Mech\" />
|
<Folder Include="Mech\" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user