1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{71A8C5B2-759C-4462-8D97-1414A1714204}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >LocalizedResources</RootNamespace >
11+ <AssemblyName >LocalizedResources</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" ExcelDna.Integration, Version=0.33.5730.40390, Culture=neutral, processorArchitecture=MSIL" >
34+ <HintPath >packages\ExcelDna.Integration.0.33.9\lib\ExcelDna.Integration.dll</HintPath >
35+ <Private >False</Private >
36+ </Reference >
37+ <Reference Include =" System" />
38+ <Reference Include =" System.Core" />
39+ <Reference Include =" System.Xml.Linq" />
40+ <Reference Include =" System.Data.DataSetExtensions" />
41+ <Reference Include =" Microsoft.CSharp" />
42+ <Reference Include =" System.Data" />
43+ <Reference Include =" System.Xml" />
44+ </ItemGroup >
45+ <ItemGroup >
46+ <Compile Include =" Class1.cs" />
47+ <Compile Include =" Properties\AssemblyInfo.cs" />
48+ <Compile Include =" Resource1.Designer.cs" >
49+ <AutoGen >True</AutoGen >
50+ <DesignTime >True</DesignTime >
51+ <DependentUpon >Resource1.resx</DependentUpon >
52+ </Compile >
53+ </ItemGroup >
54+ <ItemGroup >
55+ <Content Include =" LocalizedResources-AddIn.dna" >
56+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
57+ </Content >
58+ <None Include =" packages.config" />
59+ <None Include =" Readme.md" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <EmbeddedResource Include =" Resource1.es.resx" />
63+ <EmbeddedResource Include =" Resource1.fr-FR.resx" />
64+ <EmbeddedResource Include =" Resource1.resx" >
65+ <Generator >ResXFileCodeGenerator</Generator >
66+ <LastGenOutput >Resource1.Designer.cs</LastGenOutput >
67+ </EmbeddedResource >
68+ </ItemGroup >
69+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
70+ <PropertyGroup >
71+ <PostBuildEvent >xcopy "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDna.xll" "$(TargetDir)LocalizedResources-AddIn.xll*" /C /Y
72+ xcopy "$(TargetDir)LocalizedResources-AddIn.dna*" "$(TargetDir)LocalizedResources-AddIn64.dna*" /C /Y
73+ xcopy "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDna64.xll" "$(TargetDir)LocalizedResources-AddIn64.xll*" /C /Y
74+ "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDnaPack.exe" "$(TargetDir)LocalizedResources-AddIn.dna" /Y
75+ "$(SolutionDir)\packages\ExcelDna.AddIn.0.33.9.65\tools\ExcelDnaPack.exe" "$(TargetDir)LocalizedResources-AddIn64.dna" /Y</PostBuildEvent >
76+ </PropertyGroup >
77+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78+ Other similar extension points exist, see Microsoft.Common.targets.
79+ <Target Name="BeforeBuild">
80+ </Target>
81+ <Target Name="AfterBuild">
82+ </Target>
83+ -->
84+ </Project >
0 commit comments