From 7e9eea9e2628a5074fb3c68e6c74b50edb73ee2e Mon Sep 17 00:00:00 2001 From: Glatzemann Date: Fri, 16 Nov 2012 10:50:10 +0000 Subject: [PATCH] - added ContentCompiler to install script - created file association for 'cproj' files to ContentCompiler while installing - registered ANX folders for Visual Studio to open assemblies without path --- Installer/anx.wxs | 24 ++++++++++++++++++++++-- build/ANX.Framework.build | 2 +- 2 files changed, 23 insertions(+), 3 deletions(-) diff --git a/Installer/anx.wxs b/Installer/anx.wxs index ee6e8ac4..f6a73ba3 100644 --- a/Installer/anx.wxs +++ b/Installer/anx.wxs @@ -8,6 +8,7 @@ Manufacturer="ANX.Framework Developer Team" UpgradeCode="{7A54B375-318B-40B7-ABF7-60BB50689361}"> + @@ -18,6 +19,7 @@ + @@ -50,12 +52,17 @@ Name="ANX Status Comparer" Description="compare the development status between ANX and XNA" Target="[TOOLSFOLDER]asc.exe" - WorkingDirectory="TOOLSFOLDER"/> + WorkingDirectory="TOOLSFOLDER" /> + WorkingDirectory="TOOLSFOLDER" /> + @@ -80,6 +87,19 @@ + + + + + + + + + + + + + diff --git a/build/ANX.Framework.build b/build/ANX.Framework.build index 752f0df4..2e735b02 100644 --- a/build/ANX.Framework.build +++ b/build/ANX.Framework.build @@ -481,7 +481,7 @@ - +