Skip to content

Commit

Permalink
馃摑 Chore: 鍙樻洿 bin 鐩綍浣嶇疆
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Jun 24, 2022
1 parent c2b235f commit 9447113
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
KitX\ Build/

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Nullable>enable</Nullable>
<BaseOutputPath>..\..\KitX Build\Contracts\CSharp\</BaseOutputPath>
<BaseIntermediateOutputPath>..\..\KitX Build\Temp\Contracts\CSharp\</BaseIntermediateOutputPath>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 2 additions & 0 deletions KitX Dashboard/KitX Dashboard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationIcon>Assets\KitX-Icon-256x.ico</ApplicationIcon>
<EnableUnsafeBinaryFormatterSerialization>true</EnableUnsafeBinaryFormatterSerialization>
<BaseOutputPath>..\KitX Build\Dashboard\</BaseOutputPath>
<BaseIntermediateOutputPath>..\KitX Build\Temp\Dashboard\</BaseIntermediateOutputPath>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="Assets\**" />
Expand Down
3 changes: 3 additions & 0 deletions KitX Loaders/KitX.Loader.WPF.Core/KitX.Loader.WPF.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<BaseOutputPath>..\..\KitX Build\Loaders\WPF.Core</BaseOutputPath>
<BaseIntermediateOutputPath>..\..\KitX Build\Temp\Loaders\WPF.Core</BaseIntermediateOutputPath>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\KitX Contracts\KitX.Contract.CSharp\KitX.Contract.CSharp.csproj" />
<ProjectReference Include="..\..\KitX Rules\KitX.Web.Rules\KitX.Web.Rules.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\KitX Build\Loaders\WPF.Framework\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<BaseOutputPath>..\..\KitX Build\Loaders\Winform.Core\</BaseOutputPath>
<BaseIntermediateOutputPath>..\..\KitX Build\Temp\Loaders\Winform.Core\</BaseIntermediateOutputPath>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\..\KitX Build\Loaders\Winform.Framework\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<BaseOutputPath>..\..\KitX Build\Plugins\TestPlugin.WPF.Core\</BaseOutputPath>
<BaseIntermediateOutputPath>..\..\KitX Build\Temp\Plugins\TestPlugin.WPF.Core\</BaseIntermediateOutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\KitX Contracts\KitX.Contract.CSharp\KitX.Contract.CSharp.csproj" />
</ItemGroup>
Expand Down
11 changes: 11 additions & 0 deletions KitX Rules/KitX.Web.Rules/KitX.Web.Rules.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<BaseOutputPath>..\..\KitX Build\Rules\Web.Rules\</BaseOutputPath>
<BaseIntermediateOutputPath>..\..\KitX Build\Temp\Rules\Web.Rules\</BaseIntermediateOutputPath>
</PropertyGroup>

</Project>

0 comments on commit 9447113

Please sign in to comment.