cmake csharp_set_designer_cs_properties examples

Signatures

csharp_set_designer_cs_properties([<file1> [<file2> [...]]])

Examples

DragonJoker/Castor3D demos/CastorViewerSharp/CMakeLists.txt :24

csharp_set_designer_cs_properties(
		Properties/AssemblyInfo.cs
		Properties/Resources.Designer.cs
		Properties/Resources.resx
		Properties/Settings.Designer.cs
		Properties/Settings.settings
	)

hlrs-vis/covise src/OpenCOVER/plugins/hlrs/Revit/RevitPlugin/OpenCOVERPlugin/CMakeLists.txt :55

csharp_set_designer_cs_properties(
Properties/AssemblyInfo.cs
ConnectionDialog.cs
ConnectionDialog.Designer.cs
ConnectionDialog.resx
SettingsDialog.cs
SettingsDialog.Designer.cs
SettingsDialog.resx

)

VowpalWabbit/vowpal_wabbit cs/common/CMakeLists.txt :30

CSHARP_SET_DESIGNER_CS_PROPERTIES(
    "Properties/AssemblyInfo.cs"
)

gongminmin/KlayGE KlayGE/Tools/src/KGEditor/KGEditor/CMakeLists.txt :92

CSHARP_SET_DESIGNER_CS_PROPERTIES(${PROPERTY_FILES})

IntelRealSense/librealsense wrappers/csharp/Intel.RealSense/CMakeLists.txt :28

csharp_set_designer_cs_properties(
    .nuget/Intel.RealSense.targets
)

IntelRealSense/RealSenseID samples/csharp/CMakeLists.txt :17

csharp_set_designer_cs_properties(Properties/AssemblyInfo.cs)