|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
<PropertyGroup> |
|
|
|
<OutputType>Exe</OutputType> |
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework> |
|
|
|
<TargetFramework>net6.0</TargetFramework> |
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> |
|
|
|
<RootNamespace></RootNamespace> |
|
|
|
<IsPackable>False</IsPackable> |
|
|
|
@ -36,9 +36,10 @@ |
|
|
|
<None Include="..\GitVersion.yml" Condition="Exists('..\GitVersion.yml')" /> |
|
|
|
<Compile Remove="Numerge/**/*.*" /> |
|
|
|
<Compile Include="Numerge/Numerge/**/*.cs" /> |
|
|
|
<Compile Include="..\src\tools\MicroComGenerator\**\*.cs" /> |
|
|
|
<Compile Remove="..\src\tools\MicroComGenerator\bin\*.cs" /> |
|
|
|
<Compile Remove="..\src\tools\MicroComGenerator\obj\*.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\src\tools\MicroComGenerator\MicroComGenerator.csproj" /> |
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
</Project> |
|
|
|
|