Skip to content

Commit

Permalink
Fix configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
speps committed Feb 15, 2020
1 parent 5618f1e commit eafc13d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
12 changes: 4 additions & 8 deletions LibTessDotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,28 +25,24 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5EE39029-873A-45A0-9259-2198BF8729F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.DebugDouble|Any CPU.ActiveCfg = Debug|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.DebugDouble|Any CPU.Build.0 = Debug|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.DebugDouble|Any CPU.ActiveCfg = DebugDouble|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.DebugDouble|Any CPU.Build.0 = DebugDouble|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.Release|Any CPU.Build.0 = Release|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.ReleaseDouble|Any CPU.ActiveCfg = Release|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.ReleaseDouble|Any CPU.Build.0 = Release|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.ReleaseDouble|Any CPU.ActiveCfg = ReleaseDouble|Any CPU
{5EE39029-873A-45A0-9259-2198BF8729F4}.ReleaseDouble|Any CPU.Build.0 = ReleaseDouble|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.DebugDouble|Any CPU.ActiveCfg = Debug|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.DebugDouble|Any CPU.Build.0 = Debug|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.Release|Any CPU.Build.0 = Release|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.ReleaseDouble|Any CPU.ActiveCfg = Release|Any CPU
{AA3C13F4-2628-43D5-BAAE-751AE013C865}.ReleaseDouble|Any CPU.Build.0 = Release|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.DebugDouble|Any CPU.ActiveCfg = Debug|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.DebugDouble|Any CPU.Build.0 = Debug|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.Release|Any CPU.Build.0 = Release|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.ReleaseDouble|Any CPU.ActiveCfg = Release|Any CPU
{BB1005DC-C911-4E65-B3B8-7316357FD254}.ReleaseDouble|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 1 addition & 0 deletions LibTessDotNet/LibTessDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<AssemblyName>LibTessDotNet</AssemblyName>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Configurations>Debug;Release;ReleaseDouble;DebugDouble</Configurations>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit eafc13d

Please sign in to comment.