add docfx samples.
This commit is contained in:
+12
-9
@@ -3,18 +3,21 @@
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0-windows</TargetFramework>
|
||||
<Platforms>x64</Platforms>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Configurations>Demo;Maintenance</Configurations>
|
||||
<Platforms>x64</Platforms>
|
||||
<AssemblyName>Hi.Sample.Wpf</AssemblyName>
|
||||
<RootNamespace>Sample.Wpf</RootNamespace>
|
||||
<RootNamespace>Sample</RootNamespace>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Configurations>Debug;Release</Configurations>
|
||||
<VersionBuild>0</VersionBuild>
|
||||
<VersionPrefix>1.4.$(VersionBuild)</VersionPrefix>
|
||||
<Product>$(AssemblyName)</Product>
|
||||
<OutputPath>bin\$(Platform).$(Configuration)\</OutputPath>
|
||||
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
||||
<StartupObject>Sample.Machining.DemoRenderingMachiningProcessAndStripPosSelection</StartupObject>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Hi.Sample\Hi.Sample.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(Configuration)'=='Maintenance'">
|
||||
<ItemGroup Condition="'$(Configuration)'=='Debug'">
|
||||
<ProjectReference Include="..\HiLicense\HiLicense.csproj" />
|
||||
<ProjectReference Include="..\HiGeom\HiGeom.csproj" />
|
||||
<ProjectReference Include="..\HiDisp\HiDisp.csproj" />
|
||||
@@ -24,7 +27,7 @@
|
||||
<ProjectReference Include="..\HiNc\HiNc.csproj" />
|
||||
<ProjectReference Include="..\Hi.Wpf\Hi.Wpf.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup Condition="'$(Configuration)'=='Demo'">
|
||||
<ItemGroup Condition="'$(Configuration)'=='Release'">
|
||||
<PackageReference Include="HiNc" Version="1.4.*" />
|
||||
<PackageReference Include="Hi.Wpf" Version="1.4.*" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user