From: <che...@us...> - 2010-12-04 08:45:49
|
Revision: 4000 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4000&view=rev Author: chef_koch Date: 2010-12-04 08:45:42 +0000 (Sat, 04 Dec 2010) Log Message: ----------- readded CommandProcessor.csproj, TestApp.csproj, Ira Transceiver.csproj and Tira Transceiver.csproj to the solution disabled them for debug and release build configuration disabled Tray Launcher for debug and release build Modified Paths: -------------- trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/CommandProcessor.csproj trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/AssemblyInfo.cs trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/Resources.Designer.cs trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/Properties/AssemblyInfo.cs trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/TestApp.csproj trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Ira Transceiver/Ira Transceiver.csproj trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Properties/AssemblyInfo.cs trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Tira Transceiver.csproj trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln Modified: trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/CommandProcessor.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/CommandProcessor.csproj 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/CommandProcessor.csproj 2010-12-04 08:45:42 UTC (rev 4000) @@ -1,8 +1,8 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> + <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{49CF376E-811C-4EB4-817F-A39C9529B608}</ProjectGuid> <OutputType>Library</OutputType> @@ -10,8 +10,29 @@ <RootNamespace>Commands</RootNamespace> <AssemblyName>CommandProcessor</AssemblyName> <RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> - <SignAssembly>true</SignAssembly> + <SignAssembly>false</SignAssembly> <AssemblyOriginatorKeyFile>..\..\IR Server Suite.snk</AssemblyOriginatorKeyFile> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>2.0</OldToolsVersion> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <ApplicationRevision>0</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <IsWebBootstrapper>false</IsWebBootstrapper> + <UseApplicationTrust>false</UseApplicationTrust> + <BootstrapperEnabled>true</BootstrapperEnabled> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -35,8 +56,29 @@ <WarningLevel>4</WarningLevel> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> + <DebugSymbols>true</DebugSymbols> + <OutputPath>bin\x86\Debug\</OutputPath> + <DefineConstants>DEBUG</DefineConstants> + <DocumentationFile>bin\Debug\CommandProcessor.xml</DocumentationFile> + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> + <DebugType>full</DebugType> + <PlatformTarget>x86</PlatformTarget> + <UseVSHostingProcess>false</UseVSHostingProcess> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> + <OutputPath>bin\x86\Release\</OutputPath> + <Optimize>true</Optimize> + <TreatWarningsAsErrors>true</TreatWarningsAsErrors> + <PlatformTarget>x86</PlatformTarget> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> @@ -50,18 +92,6 @@ <Compile Include="Control Statements\CommandAbortMacro.cs" /> <Compile Include="Exceptions\MacroExecutionException.cs" /> <Compile Include="Exceptions\MacroStructureException.cs" /> - <Compile Include="Forms\CommandEditDialog.cs"> - <SubType>Form</SubType> - </Compile> - <Compile Include="Forms\CommandEditDialog.Designer.cs"> - <DependentUpon>CommandEditDialog.cs</DependentUpon> - </Compile> - <Compile Include="Forms\ControlLabel.cs"> - <SubType>UserControl</SubType> - </Compile> - <Compile Include="Forms\ControlLabel.Designer.cs"> - <DependentUpon>ControlLabel.cs</DependentUpon> - </Compile> <Compile Include="Forms\EditAbortMessage.cs"> <SubType>Form</SubType> </Compile> @@ -172,14 +202,6 @@ </Compile> </ItemGroup> <ItemGroup> - <EmbeddedResource Include="Forms\CommandEditDialog.resx"> - <DependentUpon>CommandEditDialog.cs</DependentUpon> - <SubType>Designer</SubType> - </EmbeddedResource> - <EmbeddedResource Include="Forms\ControlLabel.resx"> - <SubType>Designer</SubType> - <DependentUpon>ControlLabel.cs</DependentUpon> - </EmbeddedResource> <EmbeddedResource Include="Forms\EditAbortMessage.resx"> <DependentUpon>EditAbortMessage.cs</DependentUpon> <SubType>Designer</SubType> @@ -261,6 +283,33 @@ <Content Include="Graphics\MoveUp.png" /> <Content Include="Graphics\Plus.png" /> </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> + <Visible>False</Visible> + <ProductName>.NET Framework 2.0 %28x86%29</ProductName> + <Install>true</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.0 %28x86%29</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>false</Install> + </BootstrapperPackage> + </ItemGroup> <Import Project="$(MSBuildBinPath)\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. Modified: trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/AssemblyInfo.cs 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/AssemblyInfo.cs 2010-12-04 08:45:42 UTC (rev 4000) @@ -20,6 +20,7 @@ using System; using System.Reflection; +using System.Resources; // // General Information about an assembly is controlled through the following Modified: trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/Resources.Designer.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/Resources.Designer.cs 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/Commands/CommandProcessor/Properties/Resources.Designer.cs 2010-12-04 08:45:42 UTC (rev 4000) @@ -1,7 +1,7 @@ //------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. -// Runtime Version:2.0.50727.832 +// Runtime Version:2.0.50727.4952 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. Modified: trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/Properties/AssemblyInfo.cs 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/Properties/AssemblyInfo.cs 2010-12-04 08:45:42 UTC (rev 4000) @@ -20,6 +20,7 @@ using System; using System.Reflection; +using System.Resources; // // General Information about an assembly is controlled through the following Modified: trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/TestApp.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/TestApp.csproj 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/Commands/TestApp/TestApp.csproj 2010-12-04 08:45:42 UTC (rev 4000) @@ -1,14 +1,35 @@ -<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>8.0.50727</ProductVersion> + <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{A86517F4-BBCF-4D56-B0CA-C9E36AFAC550}</ProjectGuid> <OutputType>WinExe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>TestApp</RootNamespace> <AssemblyName>TestApp</AssemblyName> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + <OldToolsVersion>2.0</OldToolsVersion> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <PublishUrl>publish\</PublishUrl> + <Install>true</Install> + <InstallFrom>Disk</InstallFrom> + <UpdateEnabled>false</UpdateEnabled> + <UpdateMode>Foreground</UpdateMode> + <UpdateInterval>7</UpdateInterval> + <UpdateIntervalUnits>Days</UpdateIntervalUnits> + <UpdatePeriodically>false</UpdatePeriodically> + <UpdateRequired>false</UpdateRequired> + <MapFileExtensions>true</MapFileExtensions> + <ApplicationRevision>0</ApplicationRevision> + <ApplicationVersion>1.0.0.%2a</ApplicationVersion> + <IsWebBootstrapper>false</IsWebBootstrapper> + <UseApplicationTrust>false</UseApplicationTrust> + <BootstrapperEnabled>true</BootstrapperEnabled> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -32,6 +53,9 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> @@ -57,6 +81,33 @@ <Name>VariableList</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework Client Profile</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> + <Visible>False</Visible> + <ProductName>.NET Framework 2.0 %28x86%29</ProductName> + <Install>true</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.0 %28x86%29</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5</ProductName> + <Install>false</Install> + </BootstrapperPackage> + <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> + <Visible>False</Visible> + <ProductName>.NET Framework 3.5 SP1</ProductName> + <Install>false</Install> + </BootstrapperPackage> + </ItemGroup> <Import Project="$(MSBuildBinPath)\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. Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Ira Transceiver/Ira Transceiver.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Ira Transceiver/Ira Transceiver.csproj 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Ira Transceiver/Ira Transceiver.csproj 2010-12-04 08:45:42 UTC (rev 4000) @@ -10,6 +10,8 @@ <RootNamespace>IRServer.Plugin</RootNamespace> <AssemblyName>Ira Transceiver</AssemblyName> <ApplicationIcon>Icon.ico</ApplicationIcon> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -36,7 +38,7 @@ <UseVSHostingProcess>false</UseVSHostingProcess> <DebugSymbols>false</DebugSymbols> </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> <PlatformTarget>x86</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> @@ -61,6 +63,9 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> @@ -104,7 +109,6 @@ </Target> --> <PropertyGroup> - <PostBuildEvent> - </PostBuildEvent> + <PostBuildEvent>xcopy /Y "$(TargetDir)$(ProjectName).???" "$(SolutionDir)..\$(OutDir)Plugins\$(ProjectName)\"</PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Properties/AssemblyInfo.cs 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Properties/AssemblyInfo.cs 2010-12-04 08:45:42 UTC (rev 4000) @@ -20,6 +20,7 @@ using System; using System.Reflection; +using System.Security.Permissions; // // General Information about an assembly is controlled through the following Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Tira Transceiver.csproj =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Tira Transceiver.csproj 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server Plugins/Tira Transceiver/Tira Transceiver.csproj 2010-12-04 08:45:42 UTC (rev 4000) @@ -10,6 +10,8 @@ <RootNamespace>IRServer.Plugin</RootNamespace> <AssemblyName>Tira Transceiver</AssemblyName> <ApplicationIcon>Icon.ico</ApplicationIcon> + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -61,6 +63,9 @@ </PropertyGroup> <ItemGroup> <Reference Include="System" /> + <Reference Include="System.Core"> + <RequiredTargetFramework>3.5</RequiredTargetFramework> + </Reference> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> @@ -117,7 +122,6 @@ </Target> --> <PropertyGroup> - <PostBuildEvent> - </PostBuildEvent> + <PostBuildEvent>xcopy /Y "$(TargetDir)$(ProjectName).???" "$(SolutionDir)..\$(OutDir)Plugins\$(ProjectName)\"</PostBuildEvent> </PropertyGroup> </Project> \ No newline at end of file Modified: trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln =================================================================== --- trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln 2010-12-04 08:43:11 UTC (rev 3999) +++ trunk/plugins/IR Server Suite/IR Server Suite/IR Server Suite.sln 2010-12-04 08:45:42 UTC (rev 4000) @@ -129,6 +129,20 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IRServer.Shared", "IR Server\IRServer.Shared\IRServer.Shared.csproj", "{0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "Commands\TestApp\TestApp.csproj", "{A86517F4-BBCF-4D56-B0CA-C9E36AFAC550}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommandProcessor", "Commands\CommandProcessor\CommandProcessor.csproj", "{49CF376E-811C-4EB4-817F-A39C9529B608}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "disabled", "disabled", "{6AA1F598-03AD-427F-AA58-A0D967D42D4B}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "disabled", "disabled", "{EAE43789-D389-4EE3-AAB7-843135F877B0}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "disabled", "disabled", "{6E178F04-C237-4292-A964-4D3C935EB035}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ira Transceiver", "IR Server Plugins\Ira Transceiver\Ira Transceiver.csproj", "{0E045E97-EEB2-461C-A416-CFC8E452E044}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tira Transceiver", "IR Server Plugins\Tira Transceiver\Tira Transceiver.csproj", "{6137C390-DDB0-44B0-8ED5-51B45C0D4404}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x86 = Debug|x86 @@ -136,9 +150,7 @@ EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {0C894165-4BE8-4CF7-8F92-2B6DF68EB43A}.Debug|x86.ActiveCfg = Debug|x86 - {0C894165-4BE8-4CF7-8F92-2B6DF68EB43A}.Debug|x86.Build.0 = Debug|x86 {0C894165-4BE8-4CF7-8F92-2B6DF68EB43A}.Release|x86.ActiveCfg = Release|x86 - {0C894165-4BE8-4CF7-8F92-2B6DF68EB43A}.Release|x86.Build.0 = Release|x86 {4CD051F4-F2B5-47B3-8647-F47C2E4DC131}.Debug|x86.ActiveCfg = Debug|x86 {4CD051F4-F2B5-47B3-8647-F47C2E4DC131}.Debug|x86.Build.0 = Debug|x86 {4CD051F4-F2B5-47B3-8647-F47C2E4DC131}.Release|x86.ActiveCfg = Release|x86 @@ -371,12 +383,19 @@ {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Debug|x86.Build.0 = Debug|x86 {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Release|x86.ActiveCfg = Release|x86 {0C6A59C2-B5CC-48EF-A41F-0F1E463D8391}.Release|x86.Build.0 = Release|x86 + {A86517F4-BBCF-4D56-B0CA-C9E36AFAC550}.Debug|x86.ActiveCfg = Debug|Any CPU + {A86517F4-BBCF-4D56-B0CA-C9E36AFAC550}.Release|x86.ActiveCfg = Release|Any CPU + {49CF376E-811C-4EB4-817F-A39C9529B608}.Debug|x86.ActiveCfg = Debug|Any CPU + {49CF376E-811C-4EB4-817F-A39C9529B608}.Release|x86.ActiveCfg = Release|Any CPU + {0E045E97-EEB2-461C-A416-CFC8E452E044}.Debug|x86.ActiveCfg = Debug|x86 + {0E045E97-EEB2-461C-A416-CFC8E452E044}.Release|x86.ActiveCfg = Release|x86 + {6137C390-DDB0-44B0-8ED5-51B45C0D4404}.Debug|x86.ActiveCfg = Debug|x86 + {6137C390-DDB0-44B0-8ED5-51B45C0D4404}.Release|x86.ActiveCfg = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {0C894165-4BE8-4CF7-8F92-2B6DF68EB43A} = {0C209E91-5AD5-4662-AD0E-976A940D4806} {4CD051F4-F2B5-47B3-8647-F47C2E4DC131} = {0C209E91-5AD5-4662-AD0E-976A940D4806} {A8B8B9C6-9E88-486B-AE9C-F2D945ED05A6} = {0C209E91-5AD5-4662-AD0E-976A940D4806} {46C08F6B-F3C8-461B-9B6F-3BFD4AAAFD63} = {0C209E91-5AD5-4662-AD0E-976A940D4806} @@ -393,6 +412,7 @@ {097F7027-77A1-4623-8D6C-3D2020769EFD} = {0C209E91-5AD5-4662-AD0E-976A940D4806} {58BFF250-541B-4AA4-A62D-ACB819AD317B} = {0C209E91-5AD5-4662-AD0E-976A940D4806} {349D0A5D-BF1F-4E3E-AF92-5A3D54AD1EB4} = {0C209E91-5AD5-4662-AD0E-976A940D4806} + {EAE43789-D389-4EE3-AAB7-843135F877B0} = {0C209E91-5AD5-4662-AD0E-976A940D4806} {7C686499-7517-4338-8837-7E8617549D9A} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {BABC30EB-7D0F-4398-9FCB-E517EA8D2AA9} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {99B5CA78-3E0B-477F-A7D3-EE1B65E85DE4} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} @@ -423,6 +443,7 @@ {EC37743A-64B2-472A-9EB6-CB052AD2B35C} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {EBFA0F67-1EB6-4282-8475-C397B9852B3F} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {D88EDBC1-D583-4149-9873-8239FA63F4FE} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} + {6E178F04-C237-4292-A964-4D3C935EB035} = {0D1620EE-01B9-43B5-9FAA-E983BD9EBDBD} {CA15769C-232E-4CA7-94FD-206A06CA3ABB} = {E757F80C-23C5-4AD6-B178-16799E337E03} {BCAFDF45-70DD-46FD-8B98-880DDA585AD2} = {E757F80C-23C5-4AD6-B178-16799E337E03} {28923F6E-8A68-4BC8-A507-825B09C3F64E} = {E757F80C-23C5-4AD6-B178-16799E337E03} @@ -435,6 +456,12 @@ {21E04B17-D850-43E7-AAD3-876C0E062BDB} = {F0D3A774-FE5E-4419-B9B6-C11FF1C4BB50} {106A69D2-670C-4DE5-A81C-A3CD5D3F21EB} = {F0D3A774-FE5E-4419-B9B6-C11FF1C4BB50} {D1BAC7A9-FFB6-44BA-825F-32506831DC3D} = {F0D3A774-FE5E-4419-B9B6-C11FF1C4BB50} + {6AA1F598-03AD-427F-AA58-A0D967D42D4B} = {F0D3A774-FE5E-4419-B9B6-C11FF1C4BB50} + {49CF376E-811C-4EB4-817F-A39C9529B608} = {6AA1F598-03AD-427F-AA58-A0D967D42D4B} + {A86517F4-BBCF-4D56-B0CA-C9E36AFAC550} = {6AA1F598-03AD-427F-AA58-A0D967D42D4B} + {0C894165-4BE8-4CF7-8F92-2B6DF68EB43A} = {EAE43789-D389-4EE3-AAB7-843135F877B0} + {6137C390-DDB0-44B0-8ED5-51B45C0D4404} = {6E178F04-C237-4292-A964-4D3C935EB035} + {0E045E97-EEB2-461C-A416-CFC8E452E044} = {6E178F04-C237-4292-A964-4D3C935EB035} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution VisualSVNWorkingCopyRoot = .. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |