diff --git a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
index 3b80d3c..6cfa0e2 100644
--- a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
+++ b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.csproj
@@ -71,6 +71,10 @@
Designer
Always
+
+ Designer
+ Always
+
Designer
diff --git a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.props b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.props
new file mode 100644
index 0000000..8c89c3f
--- /dev/null
+++ b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.props
@@ -0,0 +1,14 @@
+
+
+
+ $(MSBuildProjectDirectory)\ILRepack.Config.props
+ $(MSBuildProjectDirectory)\ILRepack.Config.props
+
+
+
+ ILRepackGetInputAssemblies
+ Build
+
+ ILRepack
+
+
\ No newline at end of file
diff --git a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets
index e3222f2..8192cf5 100644
--- a/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets
+++ b/ILRepack.Lib.MSBuild.Task/ILRepack.Lib.MSBuild.Task.targets
@@ -1,5 +1,7 @@
+
+
@@ -10,26 +12,33 @@
-
+
-
-
-
-
+
+
+
+
+
+
+
+ $(OutputPath)$(TargetName)$(TargetExt)
+
+
+ Condition=" !Exists('$(ILRepackTargetsFile)') ">
@@ -39,4 +48,6 @@
+
+
\ No newline at end of file