diff options
Diffstat (limited to 'LibMatrix/LibMatrix.csproj')
-rw-r--r-- | LibMatrix/LibMatrix.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/LibMatrix/LibMatrix.csproj b/LibMatrix/LibMatrix.csproj index 805695b..e2e1433 100644 --- a/LibMatrix/LibMatrix.csproj +++ b/LibMatrix/LibMatrix.csproj @@ -5,6 +5,9 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <LangVersion>preview</LangVersion> + + <Optimize>true</Optimize> + <EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles> </PropertyGroup> <ItemGroup> |