dds-bridge-sys 3.3.0

Generated bindings to DDS, the double dummy solver for bridge
Documentation
<Project>
	<PropertyGroup>
		<LangVersion>latest</LangVersion>
		<WarningLevel>4</WarningLevel>
		<BaseOutputPath>..\..\Build\bin\$(platform)\</BaseOutputPath>
		<BaseIntermediateOutputPath>..\..\Build\int\$(platform)\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
	</PropertyGroup>

	<PropertyGroup Condition="'$(Configuration)'=='Debug'">
		<DefineConstants>$(DefineConstants);DEBUG;</DefineConstants>
		<Optimize>false</Optimize>
		<DebugType>full</DebugType>
	</PropertyGroup>

	
	<PropertyGroup Condition="'$(Configuration)'=='Release'">
		<DefineConstants>$(DefineConstants); RELEASE; </DefineConstants>
		<Optimize>true</Optimize>
		<DebugType>none</DebugType>
	</PropertyGroup>
</Project>