| <StartupObject> | <StartupObject> | ||||
| </StartupObject> | </StartupObject> | ||||
| <SignAssembly>true</SignAssembly> | <SignAssembly>true</SignAssembly> | ||||
| <AssemblyOriginatorKeyFile>StrongNameKey.pfx</AssemblyOriginatorKeyFile> | |||||
| <AssemblyOriginatorKeyFile> | |||||
| </AssemblyOriginatorKeyFile> | |||||
| </PropertyGroup> | </PropertyGroup> | ||||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
| <DebugSymbols>true</DebugSymbols> | <DebugSymbols>true</DebugSymbols> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| <None Include="Help\Documentation - DocX v 1.0.0.7.chm" /> | <None Include="Help\Documentation - DocX v 1.0.0.7.chm" /> | ||||
| <None Include="StrongNameKey.pfx" /> | <None Include="StrongNameKey.pfx" /> | ||||
| <EmbeddedResource Include="Resources\default_styles.xml.gz" /> | |||||
| <EmbeddedResource Include="Resources\styles.xml.gz" /> | |||||
| </ItemGroup> | </ItemGroup> | ||||
| <ItemGroup> | <ItemGroup> | ||||
| <Content Include="License\License.html" /> | <Content Include="License\License.html" /> | ||||
| </ItemGroup> | </ItemGroup> | ||||
| <ItemGroup> | |||||
| <EmbeddedResource Include="Resources\default_styles.xml.gz" /> | |||||
| <EmbeddedResource Include="Resources\styles.xml.gz" /> | |||||
| </ItemGroup> | |||||
| <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> | ||||
| <!-- To modify your build process, add your task inside one of the targets below and uncomment it. | <!-- 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. | Other similar extension points exist, see Microsoft.Common.targets. |