summaryrefslogtreecommitdiff
path: root/IvyTransduct/IvyTransduct.csproj.user
diff options
context:
space:
mode:
authorfcolin2011-11-30 08:59:39 +0000
committerfcolin2011-11-30 08:59:39 +0000
commit4f5cb588bd29d89337a9286d4efdc88536931b32 (patch)
tree07f7d340577c55d20eccfd329ae704ea7636541c /IvyTransduct/IvyTransduct.csproj.user
parent34aba3fec072e68324b91a98e6962202c81615ee (diff)
downloadivy-csharp-4f5cb588bd29d89337a9286d4efdc88536931b32.zip
ivy-csharp-4f5cb588bd29d89337a9286d4efdc88536931b32.tar.gz
ivy-csharp-4f5cb588bd29d89337a9286d4efdc88536931b32.tar.bz2
ivy-csharp-4f5cb588bd29d89337a9286d4efdc88536931b32.tar.xz
ajout IvyTransduct
Tool to change message syntaxe based on an xml file
Diffstat (limited to 'IvyTransduct/IvyTransduct.csproj.user')
-rw-r--r--IvyTransduct/IvyTransduct.csproj.user9
1 files changed, 9 insertions, 0 deletions
diff --git a/IvyTransduct/IvyTransduct.csproj.user b/IvyTransduct/IvyTransduct.csproj.user
new file mode 100644
index 0000000..123fab5
--- /dev/null
+++ b/IvyTransduct/IvyTransduct.csproj.user
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
+ <StartArguments>..\transduct_droid.xml</StartArguments>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
+ <StartArguments>-d ..\..\transduct_droid.xml</StartArguments>
+ </PropertyGroup>
+</Project> \ No newline at end of file