Hi,
I have a slice file defined for which I need to run both slice for Java and C#.
I'm trying to add the slice file that I have already defined into VS 2010 to generate the slice for C# code. Unfortunately, when I try to add the .ice file as an existing file, it makes a copy of the file into VS solution directory which results in have 2 files - one for Java and another one for C#.
Is there a more cleaner approach that I could follow? The other way I could try to do this is to define the file through VS and then reference it for Java. Ideally, I would like to place the slice file separately so that both the Java and C# builds can access it.
Thanks,
Gesly

Reply With Quote