diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-11-12 14:25:03 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-11-12 14:25:03 +0000 |
| commit | db2ca04e7a888289ac0f59537dcb6833cb7341da (patch) | |
| tree | d5fde9e9a5ec3df30dc3d1e6254c35a46acfae72 /dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj | |
| parent | 72923c235672cb67f2789a9375ec575bcd7b3614 (diff) | |
| download | qpid-python-db2ca04e7a888289ac0f59537dcb6833cb7341da.tar.gz | |
Qpid-1146: Added doc + samples
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@713378 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj')
| -rw-r--r-- | dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj b/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj index e6f1bd020b..048b0ab6ec 100644 --- a/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj +++ b/dotnet/client-010/addins/ExcelAddIn/ExcelAddIn.csproj @@ -1,4 +1,4 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -11,6 +11,11 @@ <AssemblyName>Qpid Excel AddIn</AssemblyName>
<StartupObject>
</StartupObject>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>2.0</OldToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -21,6 +26,7 @@ <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<RegisterForComInterop>true</RegisterForComInterop>
+ <DocumentationFile>bin\Debug\Qpid Excel AddIn.XML</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
@@ -48,6 +54,9 @@ <Name>Client</Name>
</ProjectReference>
</ItemGroup>
+ <ItemGroup>
+ <None Include="Excel.exe.config" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
|
