mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 11:14:25 +00:00
Remove braces from project files that seems to make some msbuilds fail.
This commit is contained in:
19
.idea/.idea.DiscImageChef/.idea/contentModel.xml
generated
19
.idea/.idea.DiscImageChef/.idea/contentModel.xml
generated
@@ -57,7 +57,13 @@
|
||||
</e>
|
||||
<e p="Settings.StyleCop" t="Include" />
|
||||
<e p="bin" t="ExcludeRecursive" />
|
||||
<e p="obj" t="ExcludeRecursive" />
|
||||
<e p="obj" t="ExcludeRecursive">
|
||||
<e p="Debug" t="Include">
|
||||
<e p="netcoreapp2.0" t="Include">
|
||||
<e p="DiscImageChef.AssemblyInfo.cs" t="Include" />
|
||||
</e>
|
||||
</e>
|
||||
</e>
|
||||
</e>
|
||||
<e p="DiscImageChef.Checksums" t="IncludeRecursive">
|
||||
<e p="Adler32Context.cs" t="Include" />
|
||||
@@ -1793,7 +1799,16 @@
|
||||
<e p="tabXboxInfo.xeto.cs" t="Include" />
|
||||
</e>
|
||||
<e p="bin" t="ExcludeRecursive" />
|
||||
<e p="obj" t="ExcludeRecursive" />
|
||||
<e p="obj" t="ExcludeRecursive">
|
||||
<e p="Debug" t="Include">
|
||||
<e p="net461" t="Include">
|
||||
<e p="DiscImageChef.Gui.AssemblyInfo.cs" t="Include" />
|
||||
</e>
|
||||
<e p="netstandard2.0" t="Include">
|
||||
<e p="DiscImageChef.Gui.AssemblyInfo.cs" t="Include" />
|
||||
</e>
|
||||
</e>
|
||||
</e>
|
||||
</e>
|
||||
<e p="DiscImageChef.Helpers" t="IncludeRecursive">
|
||||
<e p="ArrayFill.cs" t="Include" />
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<ApplicationVersion>$(Version)</ApplicationVersion>
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<ReleaseVersion>$(Version)</ReleaseVersion>
|
||||
<Copyright>Copyright © {copyright:2011} Natalia Portillo</Copyright>
|
||||
<Copyright>Copyright © 2011-2019 Natalia Portillo</Copyright>
|
||||
<AssemblyTitle>DiscImageChef</AssemblyTitle>
|
||||
<AssemblyName>DiscImageChefGui</AssemblyName>
|
||||
<RuntimeIdentifiers>alpine-x64;linux-arm;linux-arm64;linux-x64;linux-x86</RuntimeIdentifiers>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<Version>4.5.99.1693</Version>
|
||||
<Company>Claunia.com</Company>
|
||||
<Copyright>Copyright © {copyright:2011} Natalia Portillo</Copyright>
|
||||
<Copyright>Copyright © 2011-2019 Natalia Portillo</Copyright>
|
||||
<Product>The Disc Image Chef</Product>
|
||||
<Title>The Disc Image Chef</Title>
|
||||
<ApplicationVersion>$(Version)</ApplicationVersion>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<Version>4.5.99.1693</Version>
|
||||
<Company>Claunia.com</Company>
|
||||
<Copyright>Copyright © {copyright:2011} Natalia Portillo</Copyright>
|
||||
<Copyright>Copyright © 2011-2019 Natalia Portillo</Copyright>
|
||||
<Product>The Disc Image Chef</Product>
|
||||
<Title>The Disc Image Chef</Title>
|
||||
<ApplicationVersion>$(Version)</ApplicationVersion>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
|
||||
<Version>4.5.99.1693</Version>
|
||||
<Company>Claunia.com</Company>
|
||||
<Copyright>Copyright © {copyright:2011} Natalia Portillo</Copyright>
|
||||
<Copyright>Copyright © 2011-2019 Natalia Portillo</Copyright>
|
||||
<Product>The Disc Image Chef</Product>
|
||||
<Title>The Disc Image Chef</Title>
|
||||
<ApplicationVersion>$(Version)</ApplicationVersion>
|
||||
|
||||
Reference in New Issue
Block a user