File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
src/editors/xrPostprocessEditor Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 22using System . Collections . Generic ;
33using System . Linq ;
44using System . Windows . Forms ;
5+ using XRay . ManagedApi . Core ;
56
67namespace xrPostprocessEditor
78{
@@ -15,7 +16,9 @@ static void Main()
1516 {
1617 Application . EnableVisualStyles ( ) ;
1718 Application . SetCompatibleTextRenderingDefault ( false ) ;
19+ Core . Initialize ( Application . ProductName ) ;
1820 Application . Run ( new MainDialog ( ) ) ;
21+ Core . Destroy ( ) ;
1922 }
2023 }
2124}
Original file line number Diff line number Diff line change 9393 <DesignTimeSharedInput >True</DesignTimeSharedInput >
9494 </Compile >
9595 </ItemGroup >
96+ <ItemGroup >
97+ <ProjectReference Include =" ..\xrManagedApi\xrManagedApi.vcxproj" >
98+ <Project >{55b0e2ca-e27a-47fc-bc92-21abdc1044f5}</Project >
99+ <Name >xrManagedApi</Name >
100+ </ProjectReference >
101+ </ItemGroup >
96102 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97103 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98104 Other similar extension points exist, see Microsoft.Common.targets.
You can’t perform that action at this time.
0 commit comments