Skip to content

Commit fa97c9f

Browse files
committed
Add project for .NET 3.5 output
1 parent aa72393 commit fa97c9f

8 files changed

Lines changed: 309 additions & 16 deletions

File tree

src/Documentation/Documentation.shfbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<HtmlHelpName>API Reference Documentation</HtmlHelpName>
2121
<Language>en-US</Language>
2222
<DocumentationSources>
23-
<DocumentationSource sourceFile="..\corelib\corelib.csproj" xmlns="" subFolders="true" />
23+
<DocumentationSource sourceFile="..\corelib\corelib.v4.0.csproj" xmlns="" subFolders="true" />
2424
</DocumentationSources>
2525
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
2626
<HelpFileFormat>HtmlHelp1, MSHelpViewer, Website</HelpFileFormat>
@@ -94,8 +94,8 @@
9494
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' ">
9595
</PropertyGroup>
9696
<ItemGroup>
97-
<ProjectReference Include="..\corelib\corelib.csproj">
98-
<Name>corelib</Name>
97+
<ProjectReference Include="..\corelib\corelib.v4.0.csproj">
98+
<Name>corelib.v4.0</Name>
9999
<Project>{7dba11eb-dba7-4d3a-8d42-b5312e74b9c0}</Project>
100100
<Private>True</Private>
101101
</ProjectReference>

src/console/console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
<None Include="packages.config" />
6666
</ItemGroup>
6767
<ItemGroup>
68-
<ProjectReference Include="..\corelib\corelib.csproj">
68+
<ProjectReference Include="..\corelib\corelib.v4.0.csproj">
6969
<Project>{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}</Project>
70-
<Name>corelib</Name>
70+
<Name>corelib.v4.0</Name>
7171
</ProjectReference>
7272
</ItemGroup>
7373
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

src/corelib/corelib.v3.5.csproj

Lines changed: 269 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,26 @@
1212
<AssemblyName>openstacknet</AssemblyName>
1313
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1414
<FileAlignment>512</FileAlignment>
15-
<TargetFrameworkProfile>
16-
</TargetFrameworkProfile>
15+
<BaseIntermediateOutputPath>obj\v4.0\</BaseIntermediateOutputPath>
1716
</PropertyGroup>
1817
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1918
<DebugSymbols>true</DebugSymbols>
2019
<DebugType>full</DebugType>
2120
<Optimize>false</Optimize>
22-
<OutputPath>bin\Debug\</OutputPath>
21+
<OutputPath>bin\v4.0\Debug\</OutputPath>
2322
<DefineConstants>DEBUG;TRACE</DefineConstants>
2423
<ErrorReport>prompt</ErrorReport>
2524
<WarningLevel>4</WarningLevel>
26-
<DocumentationFile>bin\Debug\openstacknet.XML</DocumentationFile>
25+
<DocumentationFile>bin\v4.0\Debug\openstacknet.xml</DocumentationFile>
2726
</PropertyGroup>
2827
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2928
<DebugType>pdbonly</DebugType>
3029
<Optimize>true</Optimize>
31-
<OutputPath>bin\Release\</OutputPath>
30+
<OutputPath>bin\v4.0\Release\</OutputPath>
3231
<DefineConstants>TRACE</DefineConstants>
3332
<ErrorReport>prompt</ErrorReport>
3433
<WarningLevel>4</WarningLevel>
34+
<DocumentationFile>bin\v4.0\Release\openstacknet.xml</DocumentationFile>
3535
</PropertyGroup>
3636
<ItemGroup>
3737
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">

src/openstack.net.sln

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 11.00
33
# Visual Studio 2010
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corelib", "corelib\corelib.csproj", "{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corelib.v4.0", "corelib\corelib.v4.0.csproj", "{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}"
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "integration", "testing\integration\integration.csproj", "{C1D0D0D8-9EF2-4557-B85F-34FDB0F466C4}"
77
EndProject
@@ -19,6 +19,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "console", "console\console.
1919
EndProject
2020
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "Documentation\Documentation.shfbproj", "{EA57BD15-3742-45B8-BDE2-263F7236BAFD}"
2121
EndProject
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corelib.v3.5", "corelib\corelib.v3.5.csproj", "{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}"
23+
EndProject
2224
Global
2325
GlobalSection(TestCaseManagementSettings) = postSolution
2426
CategoryFile = openstack.net.vsmdi
@@ -80,6 +82,16 @@ Global
8082
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
8183
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
8284
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|x86.ActiveCfg = Release|Any CPU
85+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
86+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Any CPU.Build.0 = Debug|Any CPU
87+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
88+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
89+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|x86.ActiveCfg = Debug|Any CPU
90+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Any CPU.ActiveCfg = Release|Any CPU
91+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
93+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Mixed Platforms.Build.0 = Release|Any CPU
94+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|x86.ActiveCfg = Release|Any CPU
8395
EndGlobalSection
8496
GlobalSection(SolutionProperties) = preSolution
8597
HideSolutionNode = FALSE

src/openstack.net_2012.sln

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2012
4-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corelib", "corelib\corelib.csproj", "{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}"
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corelib.v4.0", "corelib\corelib.v4.0.csproj", "{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}"
55
EndProject
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "integration", "testing\integration\integration.csproj", "{C1D0D0D8-9EF2-4557-B85F-34FDB0F466C4}"
77
EndProject
@@ -19,6 +19,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "console", "console\console.
1919
EndProject
2020
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Documentation", "Documentation\Documentation.shfbproj", "{EA57BD15-3742-45B8-BDE2-263F7236BAFD}"
2121
EndProject
22+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corelib.v3.5", "corelib\corelib.v3.5.csproj", "{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}"
23+
EndProject
2224
Global
2325
GlobalSection(TestCaseManagementSettings) = postSolution
2426
CategoryFile = openstack.net.vsmdi
@@ -80,6 +82,16 @@ Global
8082
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
8183
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|Mixed Platforms.Build.0 = Release|Any CPU
8284
{EA57BD15-3742-45B8-BDE2-263F7236BAFD}.Release|x86.ActiveCfg = Release|Any CPU
85+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
86+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Any CPU.Build.0 = Debug|Any CPU
87+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
88+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
89+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Debug|x86.ActiveCfg = Debug|Any CPU
90+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Any CPU.ActiveCfg = Release|Any CPU
91+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Any CPU.Build.0 = Release|Any CPU
92+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
93+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|Mixed Platforms.Build.0 = Release|Any CPU
94+
{E49D9DC3-79D5-4C5E-8C38-FD5060B4E318}.Release|x86.ActiveCfg = Release|Any CPU
8395
EndGlobalSection
8496
GlobalSection(SolutionProperties) = preSolution
8597
HideSolutionNode = FALSE

src/testing/integration/integration.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
<Compile Include="Providers\Rackspace\UserServerTests.cs" />
7979
</ItemGroup>
8080
<ItemGroup>
81-
<ProjectReference Include="..\..\corelib\corelib.csproj">
81+
<ProjectReference Include="..\..\corelib\corelib.v4.0.csproj">
8282
<Project>{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}</Project>
83-
<Name>corelib</Name>
83+
<Name>corelib.v4.0</Name>
8484
</ProjectReference>
8585
</ItemGroup>
8686
<ItemGroup>

src/testing/unit/unit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
<None Include="packages.config" />
7272
</ItemGroup>
7373
<ItemGroup>
74-
<ProjectReference Include="..\..\corelib\corelib.csproj">
74+
<ProjectReference Include="..\..\corelib\corelib.v4.0.csproj">
7575
<Project>{7DBA11EB-DBA7-4D3A-8D42-B5312E74B9C0}</Project>
76-
<Name>corelib</Name>
76+
<Name>corelib.v4.0</Name>
7777
</ProjectReference>
7878
</ItemGroup>
7979
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />

0 commit comments

Comments
 (0)