Skip to content

Commit

Permalink
Merge pull request #420 from NetOfficeFw/dev/examples_restructure
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso authored Jun 9, 2024
2 parents 8b62548 + 5d7e135 commit c4d24c7
Show file tree
Hide file tree
Showing 185 changed files with 394 additions and 1,086 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
Expand All @@ -33,6 +34,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -47,6 +49,7 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Programme\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Programme\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\Release\</OutputPath>
Expand All @@ -61,51 +64,14 @@
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Programme\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Programme\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="AccessApi">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\AccessApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="ADODBApi">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\ADODBApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="DAOApi">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\DAOApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="ExampleBase">
<HintPath>..\..\..\..\ExampleBase.dll</HintPath>
</Reference>
<Reference Include="MSComctlLibApi">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\MSComctlLibApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="MSDATASRCApi">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\MSDATASRCApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="NetOffice">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\NetOffice.dll</HintPath>
</Reference>
<Reference Include="OfficeApi">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\OfficeApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="OWC10Api">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\OWC10Api.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="VBIDEApi">
<HintPath>..\..\..\..\..\Assemblies\Any CPU\VBIDEApi.dll</HintPath>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Examples\Example01.cs" />
Expand Down Expand Up @@ -147,6 +113,7 @@
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand All @@ -160,7 +127,28 @@
<ItemGroup>
<EmbeddedResource Include="Overview.txt" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\..\..\Source\Access\AccessApi.csproj">
<Project>{e01e3993-d6ff-4cae-a8bd-e6c924988624}</Project>
<Name>AccessApi</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Source\DAO\DAOApi.csproj">
<Project>{e66d74ef-226c-46b9-b008-7af495a1da11}</Project>
<Name>DAOApi</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Source\NetOffice\NetOffice.csproj">
<Project>{c34ee361-0d28-471d-b44f-e1b4b286401f}</Project>
<Name>NetOffice</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Source\Office\OfficeApi.csproj">
<Project>{28ec9afb-801e-4acd-a922-109332f43434}</Project>
<Name>OfficeApi</Name>
</ProjectReference>
<ProjectReference Include="..\..\ExampleBase\ExampleBase.csproj">
<Project>{0d84e472-2f2b-490e-927a-0bdd751d6362}</Project>
<Name>ExampleBase</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Examples/Access/Automation/app.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/></startup></configuration>
26 changes: 0 additions & 26 deletions Examples/Access/Standard Examples/AccessExamples.sln

This file was deleted.

This file was deleted.

Binary file removed Examples/AddinProject.exe
Binary file not shown.
28 changes: 0 additions & 28 deletions Examples/AddinProjectHelper/AddinProjectHelper.sln

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed Examples/AddinRemoval.exe
Binary file not shown.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{9BF0A9F0-F7BC-4A98-BEA4-44F29A92C9A2}</ProjectGuid>
<ProjectGuid>{FFE28948-F038-49FC-B407-19AD9C549EDF}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AddinRemovalTool</RootNamespace>
<AssemblyName>AddinRemovalTool</AssemblyName>
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
<TargetFrameworkProfile></TargetFrameworkProfile>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
Expand Down
26 changes: 0 additions & 26 deletions Examples/AddinRemovalTool/AddinRemovalTool.sln

This file was deleted.

Loading

0 comments on commit c4d24c7

Please sign in to comment.