tune.
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
<Platforms>x64</Platforms>
|
||||
<UseWPF>true</UseWPF>
|
||||
<Configurations>Demo;Maintenance</Configurations>
|
||||
<AssemblyName>Hi.Sample.Wpf</AssemblyName>
|
||||
<RootNamespace>Sample.Wpf</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@@ -13,6 +15,12 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(Configuration)'=='Maintenance'">
|
||||
<ProjectReference Include="..\HiLicense\HiLicense.csproj" />
|
||||
<ProjectReference Include="..\HiGeom\HiGeom.csproj" />
|
||||
<ProjectReference Include="..\HiDisp\HiDisp.csproj" />
|
||||
<ProjectReference Include="..\HiCbtr\HiCbtr.csproj" />
|
||||
<ProjectReference Include="..\HiMech\HiMech.csproj" />
|
||||
<ProjectReference Include="..\HiUniNc\HiUniNc.csproj" />
|
||||
<ProjectReference Include="..\HiNc\HiNc.csproj" />
|
||||
<ProjectReference Include="..\Hi.Wpf\Hi.Wpf.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user