|
From: <sv...@de...> - 2005-06-18 00:07:29
|
Author: marcelo Date: 2005-06-17 20:07:32 -0400 (Fri, 17 Jun 2005) New Revision: 1357 Added: humano2/trunk/apps/import/app.config Log: * Forgot to include file for import process Added: humano2/trunk/apps/import/app.config =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- humano2/trunk/apps/import/app.config 2005-06-18 00:01:26 UTC (rev 135= 6) +++ humano2/trunk/apps/import/app.config 2005-06-18 00:07:32 UTC (rev 135= 7) @@ -0,0 +1,9 @@ +<?xml version=3D"1.0" encoding=3D"utf-8" ?> +<configuration> + <appSettings> + <add key=3D"configFile" value=3D"D:\H250-Trunk\config\config.xml" /= > + <add key=3D"Key0" value=3D"0" /> + <add key=3D"Key1" value=3D"1" /> + <add key=3D"Key2" value=3D"2" /> + </appSettings> +</configuration> \ No newline at end of file |