Skip to content

Commit 0133568

Browse files
datalogics-brucehdatalogics-robb
authored andcommitted
Update sln files
1 parent b86af01 commit 0133568

File tree

7 files changed

+109
-80
lines changed

7 files changed

+109
-80
lines changed

ContentModification/ChangeLayerConfiguration/ChangeLayerConfiguration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
7-
<ProjectGuid>{C5493EAE-45F6-4502-9D26-5BFEC574729F}</ProjectGuid>
7+
<ProjectGuid>{E2C4287F-5817-49CE-912D-9A9F29DBC0DD}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<RootNamespace>ChangeLayerConfiguration</RootNamespace>
1010
<AssemblyName>ChangeLayerConfiguration</AssemblyName>

DocumentConversion/ZUGFeRDConverter/ZUGFeRDConverter.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
7-
<ProjectGuid>{7e090b4f-0db4-4c40-a48a-40c0111019d5}</ProjectGuid>
7+
<ProjectGuid>{7CA392CB-AFD3-4BD8-B3B5-C634A8A51F74}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<RootNamespace>ZUGFeRDConverter</RootNamespace>
1010
<AssemblyName>ZUGFeRDConverter</AssemblyName>
@@ -56,4 +56,4 @@
5656
</PackageReference>
5757
</ItemGroup>
5858
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
59-
</Project>
59+
</Project>

OpticalCharacterRecognition/AddTextToImage/AddTextToImage.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
7-
<ProjectGuid>{a1a2f184-6250-4843-8d6b-3a72776dd27d}</ProjectGuid>
7+
<ProjectGuid>{7B949A55-4748-4B93-A9D7-AE6555648A79}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<RootNamespace>AddTextToImage</RootNamespace>
1010
<AssemblyName>AddTextToImage</AssemblyName>

Samples.sln

Lines changed: 76 additions & 71 deletions
Large diffs are not rendered by default.

Security/AddDigitalSignature/AddDigitalSignature.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
7-
<ProjectGuid>{3790CE63-DB43-4F16-8226-BDFEFA25BCDD}</ProjectGuid>
7+
<ProjectGuid>{AB753937-DF3D-4B06-B475-D3B597D32BC5}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<RootNamespace>AddDigitalSignature</RootNamespace>
1010
<AssemblyName>AddDigitalSignature</AssemblyName>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Microsoft Visual Studio Solution File, Format Version 12.00
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.13.35818.85
4+
MinimumVisualStudioVersion = 10.0.40219.1
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AddDigitalSignature", "AddDigitalSignature.csproj", "{3790CE63-DB43-4F16-8226-BDFEFA25BCDD}"
6+
EndProject
7+
Global
8+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
9+
Debug|x64 = Debug|x64
10+
Release|x64 = Release|x64
11+
EndGlobalSection
12+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13+
{3790CE63-DB43-4F16-8226-BDFEFA25BCDD}.Debug|x64.ActiveCfg = Debug|x64
14+
{3790CE63-DB43-4F16-8226-BDFEFA25BCDD}.Debug|x64.Build.0 = Debug|x64
15+
{3790CE63-DB43-4F16-8226-BDFEFA25BCDD}.Release|x64.ActiveCfg = Release|x64
16+
{3790CE63-DB43-4F16-8226-BDFEFA25BCDD}.Release|x64.Build.0 = Release|x64
17+
EndGlobalSection
18+
GlobalSection(SolutionProperties) = preSolution
19+
HideSolutionNode = FALSE
20+
EndGlobalSection
21+
GlobalSection(ExtensibilityGlobals) = postSolution
22+
SolutionGuid = {08DC1B85-4756-4272-B76A-197A8E79394D}
23+
EndGlobalSection
24+
EndGlobal

Text/ExtractTextFromAnnotations/ExtractTextFromAnnotations.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup>
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
7-
<ProjectGuid>{05B2CC4F-FCF5-46B2-89FC-0B5ECCD061DF}</ProjectGuid>
7+
<ProjectGuid>{28F740D7-D28F-458F-A9A4-903CC1310558}</ProjectGuid>
88
<OutputType>Exe</OutputType>
99
<RootNamespace>ExtractTextFromAnnotations</RootNamespace>
1010
<AssemblyName>ExtractTextFromAnnotations</AssemblyName>
@@ -59,4 +59,4 @@
5959
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
6060
</ItemGroup>
6161
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62-
</Project>
62+
</Project>

0 commit comments

Comments
 (0)