Added ../CommonAssemblyInfo.cs so that the assembly gets the right version (and is strong named when doing a strong name build).

This commit is contained in:
jfrijters 2008-11-19 06:06:00 +00:00
Родитель ab0277e449
Коммит 083b5ebd71
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -12,6 +12,7 @@
</if>
<csc target="exe" output="../bin/ikvmstub.exe" define="${defs}">
<sources>
<include name="../CommonAssemblyInfo.cs" />
<include name="*.cs" />
</sources>
<references>