cmake csharp_set_xaml_cs_properties examples

Signatures

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

Examples

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

csharp_set_xaml_cs_properties(
		App.xaml
		App.xaml.cs
		MainWindow.xaml
		MainWindow.xaml.cs
	)

JamesBoer/Jinx Utils/JinxPad/CMakeLists.txt :32

csharp_set_xaml_cs_properties(${jinxpad_source})

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

CSHARP_SET_XAML_CS_PROPERTIES(${SOURCE_FILES})

microsoft/WSL src/windows/wslsettings/CMakeLists.txt :134

csharp_set_xaml_cs_properties(
  Controls/HyperlinkTextBlock.xaml
  Controls/HyperlinkTextBlock.xaml.cs
  Styles/Button.xaml
  Styles/FontSizes.xaml
  Styles/CommonStyles.xaml
  Styles/Thickness.xaml
  Windows/OOBEWindow.xaml
  Windows/OOBEWindow.xaml.cs
  Windows/MainWindow.xaml
  Windows/MainWindow.xaml.cs
  Views/OOBE/DistroManagementPage.xaml
  Views/OOBE/DistroManagementPage.xaml.cs
  Views/OOBE/DockerDesktopIntegrationPage.xaml
  Views/OOBE/DockerDesktopIntegrationPage.xaml.cs
  Views/OOBE/GeneralPage.xaml
  Views/OOBE/GeneralPage.xaml.cs
  Views/OOBE/GPUAccelerationPage.xaml
  Views/OOBE/GPUAccelerationPage.xaml.cs
  Views/OOBE/GUIAppsPage.xaml
  Views/OOBE/GUIAppsPage.xaml.cs
  Views/OOBE/NetworkingIntegrationPage.xaml
  Views/OOBE/NetworkingIntegrationPage.xaml.cs
  Views/OOBE/ShellPage.xaml
  Views/OOBE/ShellPage.xaml.cs
  Views/OOBE/VSCodeIntegrationPage.xaml
  Views/OOBE/VSCodeIntegrationPage.xaml.cs
  Views/OOBE/WorkingAcrossFileSystemsPage.xaml
  Views/OOBE/WorkingAcrossFileSystemsPage.xaml.cs
  Views/Settings/AboutPage.xaml
  Views/Settings/AboutPage.xaml.cs
  Views/Settings/DeveloperPage.xaml
  Views/Settings/DeveloperPage.xaml.cs
  Views/Settings/FileSystemPage.xaml
  Views/Settings/FileSystemPage.xaml.cs
  Views/Settings/MemAndProcPage.xaml
  Views/Settings/MemAndProcPage.xaml.cs
  Views/Settings/NetworkingPage.xaml
  Views/Settings/NetworkingPage.xaml.cs
  Views/Settings/OptionalFeaturesPage.xaml
  Views/Settings/OptionalFeaturesPage.xaml.cs
  Views/Settings/ShellPage.xaml
  Views/Settings/ShellPage.xaml.cs
)

IntelRealSense/RealSenseID tools/rsid-viewer/CMakeLists.txt :84

csharp_set_xaml_cs_properties(
    App.xaml
    App.xaml.cs    
    Dictionary1.xaml
    ErrorDialog.xaml
    ErrorDialog.xaml.cs
    ProgressBarDialog.xaml
    ProgressBarDialog.xaml.cs
    MainWindow.xaml
    MainWindow.xaml.cs
    EnrollInput.xaml
    EnrollInput.xaml.cs
    FwUpdateInput.xaml
    FwUpdateInput.xaml.cs
    EnrollInstructions.xaml
    EnrollInstructions.xaml.cs
    AuthSettingsInput.xaml
    AuthSettingsInput.xaml.cs
    DeleteUserInput.xaml
    DeleteUserInput.xaml.cs
	UpdateAvailableDialog.xaml
	UpdateAvailableDialog.xaml.cs
	)