Skip to content

Commit a1da18e

Browse files
author
rstam
committed
Fixing line endings for files that appear to have been added without setting core.autocrlf to true.
1 parent 8070d23 commit a1da18e

File tree

4 files changed

+237
-237
lines changed

4 files changed

+237
-237
lines changed

CSharpDriverSetup-2010.sln

Lines changed: 59 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,59 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 11.00
3-
# Visual Studio 2010
4-
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "CSharpDriverInstaller", "Installer\CSharpDriverInstaller.wixproj", "{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}"
5-
EndProject
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bson", "Bson\Bson.csproj", "{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}"
7-
EndProject
8-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "Driver\Driver.csproj", "{AE5166CD-76B0-4911-BD80-CED9521F37A1}"
9-
EndProject
10-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A0C688C-BDBC-4ED0-9BF0-D7BCDB836063}"
11-
ProjectSection(SolutionItems) = preProject
12-
CSharpDriverDocs.shfbproj = CSharpDriverDocs.shfbproj
13-
EndProjectSection
14-
EndProject
15-
Global
16-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17-
Debug|Any CPU = Debug|Any CPU
18-
Debug|Mixed Platforms = Debug|Mixed Platforms
19-
Debug|x86 = Debug|x86
20-
Release|Any CPU = Release|Any CPU
21-
Release|Mixed Platforms = Release|Mixed Platforms
22-
Release|x86 = Release|x86
23-
EndGlobalSection
24-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|Any CPU.ActiveCfg = Debug|x86
26-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
27-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|Mixed Platforms.Build.0 = Debug|x86
28-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|x86.ActiveCfg = Debug|x86
29-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|x86.Build.0 = Debug|x86
30-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|Any CPU.ActiveCfg = Release|x86
31-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|Mixed Platforms.ActiveCfg = Release|x86
32-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|Mixed Platforms.Build.0 = Release|x86
33-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|x86.ActiveCfg = Release|x86
34-
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|x86.Build.0 = Release|x86
35-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
37-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
38-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
39-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|x86.ActiveCfg = Debug|Any CPU
40-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
41-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Any CPU.Build.0 = Release|Any CPU
42-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
43-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
44-
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|x86.ActiveCfg = Release|Any CPU
45-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
47-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
48-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
49-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|x86.ActiveCfg = Debug|Any CPU
50-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
51-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Any CPU.Build.0 = Release|Any CPU
52-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
53-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
54-
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|x86.ActiveCfg = Release|Any CPU
55-
EndGlobalSection
56-
GlobalSection(SolutionProperties) = preSolution
57-
HideSolutionNode = FALSE
58-
EndGlobalSection
59-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 11.00
3+
# Visual Studio 2010
4+
Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "CSharpDriverInstaller", "Installer\CSharpDriverInstaller.wixproj", "{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Bson", "Bson\Bson.csproj", "{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Driver", "Driver\Driver.csproj", "{AE5166CD-76B0-4911-BD80-CED9521F37A1}"
9+
EndProject
10+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2A0C688C-BDBC-4ED0-9BF0-D7BCDB836063}"
11+
ProjectSection(SolutionItems) = preProject
12+
CSharpDriverDocs.shfbproj = CSharpDriverDocs.shfbproj
13+
EndProjectSection
14+
EndProject
15+
Global
16+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
17+
Debug|Any CPU = Debug|Any CPU
18+
Debug|Mixed Platforms = Debug|Mixed Platforms
19+
Debug|x86 = Debug|x86
20+
Release|Any CPU = Release|Any CPU
21+
Release|Mixed Platforms = Release|Mixed Platforms
22+
Release|x86 = Release|x86
23+
EndGlobalSection
24+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
25+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|Any CPU.ActiveCfg = Debug|x86
26+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
27+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|Mixed Platforms.Build.0 = Debug|x86
28+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|x86.ActiveCfg = Debug|x86
29+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Debug|x86.Build.0 = Debug|x86
30+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|Any CPU.ActiveCfg = Release|x86
31+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|Mixed Platforms.ActiveCfg = Release|x86
32+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|Mixed Platforms.Build.0 = Release|x86
33+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|x86.ActiveCfg = Release|x86
34+
{0F21668D-B8AD-4B32-9392-A7BEADF54EFD}.Release|x86.Build.0 = Release|x86
35+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
36+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Any CPU.Build.0 = Debug|Any CPU
37+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
38+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
39+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Debug|x86.ActiveCfg = Debug|Any CPU
40+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Any CPU.ActiveCfg = Release|Any CPU
41+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Any CPU.Build.0 = Release|Any CPU
42+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
43+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
44+
{0E9A3A2A-49CD-4F6C-847C-DC79B4B65CE6}.Release|x86.ActiveCfg = Release|Any CPU
45+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
46+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
47+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
48+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
49+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Debug|x86.ActiveCfg = Debug|Any CPU
50+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
51+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Any CPU.Build.0 = Release|Any CPU
52+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
53+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|Mixed Platforms.Build.0 = Release|Any CPU
54+
{AE5166CD-76B0-4911-BD80-CED9521F37A1}.Release|x86.ActiveCfg = Release|Any CPU
55+
EndGlobalSection
56+
GlobalSection(SolutionProperties) = preSolution
57+
HideSolutionNode = FALSE
58+
EndGlobalSection
59+
EndGlobal
Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6-
<Version Condition=" '$(Version)' == '' ">1.4.2</Version>
7-
<SourceBase Condition=" '$(SourceBase)' == '' ">..</SourceBase>
8-
<ProductVersion>3.5</ProductVersion>
9-
<ProjectGuid>{0f21668d-b8ad-4b32-9392-a7beadf54efd}</ProjectGuid>
10-
<SchemaVersion>2.0</SchemaVersion>
11-
<OutputName>CSharpDriverInstaller</OutputName>
12-
<OutputType>Package</OutputType>
13-
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
14-
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
15-
</PropertyGroup>
16-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
17-
<OutputPath>bin\$(Configuration)\</OutputPath>
18-
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
19-
<DefineConstants>Debug;DriverVersion=$(Version);SourceBase=$(SourceBase);ReleaseNotes=Release Notes v$(Version)</DefineConstants>
20-
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
21-
</PropertyGroup>
22-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
23-
<OutputPath>bin\$(Configuration)\</OutputPath>
24-
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
25-
<DefineConstants>DriverVersion=$(Version);SourceBase=$(SourceBase);ReleaseNotes=Release Notes v$(Version).txt</DefineConstants>
26-
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
27-
</PropertyGroup>
28-
<ItemGroup>
29-
<Compile Include="Product.wxs" />
30-
</ItemGroup>
31-
<ItemGroup>
32-
<WixExtension Include="WixUIExtension">
33-
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
34-
<Name>WixUIExtension</Name>
35-
</WixExtension>
36-
</ItemGroup>
37-
<Import Project="$(WixTargetsPath)" />
38-
<!--
39-
To modify your build process, add your task inside one of the targets below and uncomment it.
40-
Other similar extension points exist, see Wix.targets.
41-
<Target Name="BeforeBuild">
42-
</Target>
43-
<Target Name="AfterBuild">
44-
</Target>
45-
-->
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6+
<Version Condition=" '$(Version)' == '' ">1.4.2</Version>
7+
<SourceBase Condition=" '$(SourceBase)' == '' ">..</SourceBase>
8+
<ProductVersion>3.5</ProductVersion>
9+
<ProjectGuid>{0f21668d-b8ad-4b32-9392-a7beadf54efd}</ProjectGuid>
10+
<SchemaVersion>2.0</SchemaVersion>
11+
<OutputName>CSharpDriverInstaller</OutputName>
12+
<OutputType>Package</OutputType>
13+
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' AND '$(MSBuildExtensionsPath32)' != '' ">$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
14+
<WixTargetsPath Condition=" '$(WixTargetsPath)' == '' ">$(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets</WixTargetsPath>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
17+
<OutputPath>bin\$(Configuration)\</OutputPath>
18+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
19+
<DefineConstants>Debug;DriverVersion=$(Version);SourceBase=$(SourceBase);ReleaseNotes=Release Notes v$(Version)</DefineConstants>
20+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
21+
</PropertyGroup>
22+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
23+
<OutputPath>bin\$(Configuration)\</OutputPath>
24+
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
25+
<DefineConstants>DriverVersion=$(Version);SourceBase=$(SourceBase);ReleaseNotes=Release Notes v$(Version).txt</DefineConstants>
26+
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
27+
</PropertyGroup>
28+
<ItemGroup>
29+
<Compile Include="Product.wxs" />
30+
</ItemGroup>
31+
<ItemGroup>
32+
<WixExtension Include="WixUIExtension">
33+
<HintPath>$(WixExtDir)\WixUIExtension.dll</HintPath>
34+
<Name>WixUIExtension</Name>
35+
</WixExtension>
36+
</ItemGroup>
37+
<Import Project="$(WixTargetsPath)" />
38+
<!--
39+
To modify your build process, add your task inside one of the targets below and uncomment it.
40+
Other similar extension points exist, see Wix.targets.
41+
<Target Name="BeforeBuild">
42+
</Target>
43+
<Target Name="AfterBuild">
44+
</Target>
45+
-->
4646
</Project>

0 commit comments

Comments
 (0)