Modified: logging/log4net/trunk/examples/net/2.0/Repository/SharedModule/cs/src/SharedModule.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/Repository/SharedModule/cs/src/SharedModule.csproj?rev=778065&r1=778064&r2=778065&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/Repository/SharedModule/cs/src/SharedModule.csproj (original) +++ logging/log4net/trunk/examples/net/2.0/Repository/SharedModule/cs/src/SharedModule.csproj Sat May 23 23:39:19 2009 @@ -1,111 +1,110 @@ -<VisualStudioProject> - <CSHARP - ProjectType = "Local" - ProductVersion = "7.0.9466" - SchemaVersion = "1.0" - ProjectGuid = "{9AACDC1A-84FB-4042-85A5-7095C66AD973}" - > - <Build> - <Settings - ApplicationIcon = "" - AssemblyKeyContainerName = "" - AssemblyName = "SharedModule" - AssemblyOriginatorKeyFile = "" - DefaultClientScript = "JScript" - DefaultHTMLPageLayout = "Grid" - DefaultTargetSchema = "IE50" - DelaySign = "false" - OutputType = "Library" - PreBuildEvent = "" - PostBuildEvent = "" - RootNamespace = "SharedModule" - RunPostBuildEvent = "OnBuildSuccess" - StartupObject = "" - > - <Config - Name = "Debug" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" - DocumentationFile = "" - DebugSymbols = "true" - FileAlignment = "4096" - IncrementalBuild = "true" - NoStdLib = "false" - NoWarn = "" - Optimize = "false" - OutputPath = "..\build\debug\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - <Config - Name = "Release" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "TRACE" - DocumentationFile = "" - DebugSymbols = "false" - FileAlignment = "4096" - IncrementalBuild = "false" - NoStdLib = "false" - NoWarn = "" - Optimize = "true" - OutputPath = "..\build\release\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - </Settings> - <References> - <Reference - Name = "System" - AssemblyName = "System" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll" - /> - <Reference - Name = "System.Data" - AssemblyName = "System.Data" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" - /> - <Reference - Name = "System.XML" - AssemblyName = "System.Xml" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" - /> - <Reference - Name = "log4net" - AssemblyName = "log4net" - HintPath = "..\..\..\..\..\..\..\bin\net\1.0\release\log4net.dll" - /> - </References> - </Build> - <Files> - <Include> - <File - RelPath = "AssemblyInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "AssemblyVersionInfo.cs" - Link = "..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Math.cs" - SubType = "Code" - BuildAction = "Compile" - /> - </Include> - </Files> - </CSHARP> -</VisualStudioProject> - +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectType>Local</ProjectType> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{9AACDC1A-84FB-4042-85A5-7095C66AD973}</ProjectGuid> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ApplicationIcon> + </ApplicationIcon> + <AssemblyKeyContainerName> + </AssemblyKeyContainerName> + <AssemblyName>SharedModule</AssemblyName> + <AssemblyOriginatorKeyFile> + </AssemblyOriginatorKeyFile> + <DefaultClientScript>JScript</DefaultClientScript> + <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> + <DefaultTargetSchema>IE50</DefaultTargetSchema> + <DelaySign>false</DelaySign> + <OutputType>Library</OutputType> + <RootNamespace>SharedModule</RootNamespace> + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> + <StartupObject> + </StartupObject> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <OutputPath>..\build\debug\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>true</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>false</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>full</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <OutputPath>..\build\release\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>false</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>true</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>none</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <ItemGroup> + <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\..\..\..\..\..\bin\net\2.0\debug\log4net.dll</HintPath> + </Reference> + <Reference Include="System"> + <Name>System</Name> + </Reference> + <Reference Include="System.Data"> + <Name>System.Data</Name> + </Reference> + <Reference Include="System.Xml"> + <Name>System.XML</Name> + </Reference> + </ItemGroup> + <ItemGroup> + <Compile Include="..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs"> + <Link>AssemblyVersionInfo.cs</Link> + <SubType>Code</SubType> + </Compile> + <Compile Include="AssemblyInfo.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="Math.cs"> + <SubType>Code</SubType> + </Compile> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PreBuildEvent> + </PreBuildEvent> + <PostBuildEvent> + </PostBuildEvent> + </PropertyGroup> +</Project> \ No newline at end of file
Modified: logging/log4net/trunk/examples/net/2.0/Repository/SimpleApp/cs/src/SimpleApp.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/Repository/SimpleApp/cs/src/SimpleApp.csproj?rev=778065&r1=778064&r2=778065&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/Repository/SimpleApp/cs/src/SimpleApp.csproj (original) +++ logging/log4net/trunk/examples/net/2.0/Repository/SimpleApp/cs/src/SimpleApp.csproj Sat May 23 23:39:19 2009 @@ -1,129 +1,121 @@ -<VisualStudioProject> - <CSHARP - ProjectType = "Local" - ProductVersion = "7.0.9466" - SchemaVersion = "1.0" - ProjectGuid = "{D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}" - > - <Build> - <Settings - ApplicationIcon = "" - AssemblyKeyContainerName = "" - AssemblyName = "SimpleApp" - AssemblyOriginatorKeyFile = "" - DefaultClientScript = "JScript" - DefaultHTMLPageLayout = "Grid" - DefaultTargetSchema = "IE50" - DelaySign = "false" - OutputType = "Exe" - PreBuildEvent = "" - PostBuildEvent = "" - RootNamespace = "SimpleApp" - RunPostBuildEvent = "OnBuildSuccess" - StartupObject = "SimpleApp.EntryPoint" - > - <Config - Name = "Debug" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" - DocumentationFile = "" - DebugSymbols = "true" - FileAlignment = "4096" - IncrementalBuild = "true" - NoStdLib = "false" - NoWarn = "" - Optimize = "false" - OutputPath = "..\build\debug\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - <Config - Name = "Release" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "TRACE" - DocumentationFile = "" - DebugSymbols = "false" - FileAlignment = "4096" - IncrementalBuild = "false" - NoStdLib = "false" - NoWarn = "" - Optimize = "true" - OutputPath = "..\build\release\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - </Settings> - <References> - <Reference - Name = "System" - AssemblyName = "System" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll" - /> - <Reference - Name = "System.Data" - AssemblyName = "System.Data" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" - /> - <Reference - Name = "System.XML" - AssemblyName = "System.Xml" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" - /> - <Reference - Name = "SimpleModule" - Project = "{F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference - Name = "SharedModule" - Project = "{9AACDC1A-84FB-4042-85A5-7095C66AD973}" - Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" - /> - <Reference - Name = "log4net" - AssemblyName = "log4net" - HintPath = "..\..\..\..\..\..\..\bin\net\1.0\release\log4net.dll" - /> - </References> - </Build> - <Files> - <Include> - <File - RelPath = "App.config" - BuildAction = "None" - /> - <File - RelPath = "AssemblyInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "AssemblyVersionInfo.cs" - Link = "..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "EntryPoint.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "SimpleApp.exe.log4net" - BuildAction = "Content" - /> - </Include> - </Files> - </CSHARP> -</VisualStudioProject> - +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectType>Local</ProjectType> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}</ProjectGuid> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ApplicationIcon> + </ApplicationIcon> + <AssemblyKeyContainerName> + </AssemblyKeyContainerName> + <AssemblyName>SimpleApp</AssemblyName> + <AssemblyOriginatorKeyFile> + </AssemblyOriginatorKeyFile> + <DefaultClientScript>JScript</DefaultClientScript> + <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> + <DefaultTargetSchema>IE50</DefaultTargetSchema> + <DelaySign>false</DelaySign> + <OutputType>Exe</OutputType> + <RootNamespace>SimpleApp</RootNamespace> + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> + <StartupObject>SimpleApp.EntryPoint</StartupObject> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <OutputPath>..\build\debug\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>true</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>false</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>full</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <OutputPath>..\build\release\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>false</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>true</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>none</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <ItemGroup> + <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\..\..\..\..\..\bin\net\2.0\debug\log4net.dll</HintPath> + </Reference> + <Reference Include="System"> + <Name>System</Name> + </Reference> + <Reference Include="System.Data"> + <Name>System.Data</Name> + </Reference> + <Reference Include="System.Xml"> + <Name>System.XML</Name> + </Reference> + <ProjectReference Include="..\..\..\SharedModule\cs\src\SharedModule.csproj"> + <Name>SharedModule</Name> + <Project>{9AACDC1A-84FB-4042-85A5-7095C66AD973}</Project> + <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> + </ProjectReference> + <ProjectReference Include="..\..\..\SimpleModule\cs\src\SimpleModule.csproj"> + <Name>SimpleModule</Name> + <Project>{F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}</Project> + <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package> + </ProjectReference> + </ItemGroup> + <ItemGroup> + <None Include="App.config" /> + <Compile Include="..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs"> + <Link>AssemblyVersionInfo.cs</Link> + <SubType>Code</SubType> + </Compile> + <Compile Include="AssemblyInfo.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="EntryPoint.cs"> + <SubType>Code</SubType> + </Compile> + <Content Include="SimpleApp.exe.log4net" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PreBuildEvent> + </PreBuildEvent> + <PostBuildEvent> + </PostBuildEvent> + </PropertyGroup> +</Project> \ No newline at end of file Modified: logging/log4net/trunk/examples/net/2.0/Repository/SimpleModule/cs/src/SimpleModule.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/Repository/SimpleModule/cs/src/SimpleModule.csproj?rev=778065&r1=778064&r2=778065&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/Repository/SimpleModule/cs/src/SimpleModule.csproj (original) +++ logging/log4net/trunk/examples/net/2.0/Repository/SimpleModule/cs/src/SimpleModule.csproj Sat May 23 23:39:19 2009 @@ -1,115 +1,111 @@ -<VisualStudioProject> - <CSHARP - ProjectType = "Local" - ProductVersion = "7.0.9466" - SchemaVersion = "1.0" - ProjectGuid = "{F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}" - > - <Build> - <Settings - ApplicationIcon = "" - AssemblyKeyContainerName = "" - AssemblyName = "SimpleModule" - AssemblyOriginatorKeyFile = "" - DefaultClientScript = "JScript" - DefaultHTMLPageLayout = "Grid" - DefaultTargetSchema = "IE50" - DelaySign = "false" - OutputType = "Library" - PreBuildEvent = "" - PostBuildEvent = "" - RootNamespace = "SimpleModule" - RunPostBuildEvent = "OnBuildSuccess" - StartupObject = "" - > - <Config - Name = "Debug" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" - DocumentationFile = "" - DebugSymbols = "true" - FileAlignment = "4096" - IncrementalBuild = "true" - NoStdLib = "false" - NoWarn = "" - Optimize = "false" - OutputPath = "..\build\debug\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - <Config - Name = "Release" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "TRACE" - DocumentationFile = "" - DebugSymbols = "false" - FileAlignment = "4096" - IncrementalBuild = "false" - NoStdLib = "false" - NoWarn = "" - Optimize = "true" - OutputPath = "..\build\release\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - </Settings> - <References> - <Reference - Name = "System" - AssemblyName = "System" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll" - /> - <Reference - Name = "System.Data" - AssemblyName = "System.Data" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll" - /> - <Reference - Name = "System.XML" - AssemblyName = "System.Xml" - HintPath = "..\..\..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll" - /> - <Reference - Name = "log4net" - AssemblyName = "log4net" - HintPath = "..\..\..\..\..\..\..\bin\net\1.0\release\log4net.dll" - /> - </References> - </Build> - <Files> - <Include> - <File - RelPath = "AssemblyInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "AssemblyVersionInfo.cs" - Link = "..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "Math.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "SimpleModule.dll.log4net" - BuildAction = "Content" - /> - </Include> - </Files> - </CSHARP> -</VisualStudioProject> - +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectType>Local</ProjectType> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}</ProjectGuid> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ApplicationIcon> + </ApplicationIcon> + <AssemblyKeyContainerName> + </AssemblyKeyContainerName> + <AssemblyName>SimpleModule</AssemblyName> + <AssemblyOriginatorKeyFile> + </AssemblyOriginatorKeyFile> + <DefaultClientScript>JScript</DefaultClientScript> + <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> + <DefaultTargetSchema>IE50</DefaultTargetSchema> + <DelaySign>false</DelaySign> + <OutputType>Library</OutputType> + <RootNamespace>SimpleModule</RootNamespace> + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> + <StartupObject> + </StartupObject> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <OutputPath>..\build\debug\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>true</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>false</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>full</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <OutputPath>..\build\release\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>false</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>true</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>none</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <ItemGroup> + <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\..\..\..\..\..\bin\net\2.0\debug\log4net.dll</HintPath> + </Reference> + <Reference Include="System"> + <Name>System</Name> + </Reference> + <Reference Include="System.Data"> + <Name>System.Data</Name> + </Reference> + <Reference Include="System.Xml"> + <Name>System.XML</Name> + </Reference> + </ItemGroup> + <ItemGroup> + <Compile Include="..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs"> + <Link>AssemblyVersionInfo.cs</Link> + <SubType>Code</SubType> + </Compile> + <Compile Include="AssemblyInfo.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="Math.cs"> + <SubType>Code</SubType> + </Compile> + <Content Include="SimpleModule.dll.log4net" /> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PreBuildEvent> + </PreBuildEvent> + <PostBuildEvent> + </PostBuildEvent> + </PropertyGroup> +</Project> \ No newline at end of file Modified: logging/log4net/trunk/examples/net/2.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csproj URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csproj?rev=778065&r1=778064&r2=778065&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csproj (original) +++ logging/log4net/trunk/examples/net/2.0/Tutorials/ConsoleApp/cs/src/ConsoleApp.csproj Sat May 23 23:39:19 2009 @@ -1,112 +1,110 @@ -<VisualStudioProject> - <CSHARP - ProjectType = "Local" - ProductVersion = "7.0.9466" - SchemaVersion = "1.0" - ProjectGuid = "{933969DF-2BC5-44E6-8B1A-400FC276A23F}" - > - <Build> - <Settings - ApplicationIcon = "" - AssemblyKeyContainerName = "" - AssemblyName = "ConsoleApp" - AssemblyOriginatorKeyFile = "" - DefaultClientScript = "JScript" - DefaultHTMLPageLayout = "Grid" - DefaultTargetSchema = "IE50" - DelaySign = "false" - OutputType = "Exe" - PreBuildEvent = "" - PostBuildEvent = "" - RootNamespace = "ConsoleApp" - RunPostBuildEvent = "OnBuildSuccess" - StartupObject = "ConsoleApp.LoggingExample" - > - <Config - Name = "Debug" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "DEBUG;TRACE" - DocumentationFile = "" - DebugSymbols = "true" - FileAlignment = "4096" - IncrementalBuild = "true" - NoStdLib = "false" - NoWarn = "" - Optimize = "false" - OutputPath = "..\build\debug\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - <Config - Name = "Release" - AllowUnsafeBlocks = "false" - BaseAddress = "285212672" - CheckForOverflowUnderflow = "false" - ConfigurationOverrideFile = "" - DefineConstants = "TRACE" - DocumentationFile = "" - DebugSymbols = "false" - FileAlignment = "4096" - IncrementalBuild = "true" - NoStdLib = "false" - NoWarn = "" - Optimize = "true" - OutputPath = "..\build\release\" - RegisterForComInterop = "false" - RemoveIntegerChecks = "false" - TreatWarningsAsErrors = "false" - WarningLevel = "4" - /> - </Settings> - <References> - <Reference - Name = "System" - AssemblyName = "System" - /> - <Reference - Name = "System.Data" - AssemblyName = "System.Data" - /> - <Reference - Name = "System.XML" - AssemblyName = "System.Xml" - /> - <Reference - Name = "log4net" - AssemblyName = "log4net" - HintPath = "..\..\..\..\..\..\..\bin\net\1.0\release\log4net.dll" - /> - </References> - </Build> - <Files> - <Include> - <File - RelPath = "App.config" - BuildAction = "None" - /> - <File - RelPath = "AssemblyInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "AssemblyVersionInfo.cs" - Link = "..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs" - SubType = "Code" - BuildAction = "Compile" - /> - <File - RelPath = "LoggingExample.cs" - SubType = "Code" - BuildAction = "Compile" - /> - </Include> - </Files> - </CSHARP> -</VisualStudioProject> - +<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <PropertyGroup> + <ProjectType>Local</ProjectType> + <ProductVersion>8.0.50727</ProductVersion> + <SchemaVersion>2.0</SchemaVersion> + <ProjectGuid>{933969DF-2BC5-44E6-8B1A-400FC276A23F}</ProjectGuid> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ApplicationIcon> + </ApplicationIcon> + <AssemblyKeyContainerName> + </AssemblyKeyContainerName> + <AssemblyName>ConsoleApp</AssemblyName> + <AssemblyOriginatorKeyFile> + </AssemblyOriginatorKeyFile> + <DefaultClientScript>JScript</DefaultClientScript> + <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout> + <DefaultTargetSchema>IE50</DefaultTargetSchema> + <DelaySign>false</DelaySign> + <OutputType>Exe</OutputType> + <RootNamespace>ConsoleApp</RootNamespace> + <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> + <StartupObject>ConsoleApp.LoggingExample</StartupObject> + <FileUpgradeFlags> + </FileUpgradeFlags> + <UpgradeBackupLocation> + </UpgradeBackupLocation> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> + <OutputPath>..\build\debug\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>DEBUG;TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>true</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>false</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>full</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> + <OutputPath>..\build\release\</OutputPath> + <AllowUnsafeBlocks>false</AllowUnsafeBlocks> + <BaseAddress>285212672</BaseAddress> + <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow> + <ConfigurationOverrideFile> + </ConfigurationOverrideFile> + <DefineConstants>TRACE</DefineConstants> + <DocumentationFile> + </DocumentationFile> + <DebugSymbols>false</DebugSymbols> + <FileAlignment>4096</FileAlignment> + <NoStdLib>false</NoStdLib> + <NoWarn> + </NoWarn> + <Optimize>true</Optimize> + <RegisterForComInterop>false</RegisterForComInterop> + <RemoveIntegerChecks>false</RemoveIntegerChecks> + <TreatWarningsAsErrors>false</TreatWarningsAsErrors> + <WarningLevel>4</WarningLevel> + <DebugType>none</DebugType> + <ErrorReport>prompt</ErrorReport> + </PropertyGroup> + <ItemGroup> + <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, processorArchitecture=MSIL"> + <SpecificVersion>False</SpecificVersion> + <HintPath>..\..\..\..\..\..\..\bin\net\2.0\debug\log4net.dll</HintPath> + </Reference> + <Reference Include="System"> + <Name>System</Name> + </Reference> + <Reference Include="System.Data"> + <Name>System.Data</Name> + </Reference> + <Reference Include="System.Xml"> + <Name>System.XML</Name> + </Reference> + </ItemGroup> + <ItemGroup> + <None Include="App.config" /> + <Compile Include="..\..\..\..\..\..\..\src\AssemblyVersionInfo.cs"> + <Link>AssemblyVersionInfo.cs</Link> + <SubType>Code</SubType> + </Compile> + <Compile Include="AssemblyInfo.cs"> + <SubType>Code</SubType> + </Compile> + <Compile Include="LoggingExample.cs"> + <SubType>Code</SubType> + </Compile> + </ItemGroup> + <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> + <PropertyGroup> + <PreBuildEvent> + </PreBuildEvent> + <PostBuildEvent> + </PostBuildEvent> + </PropertyGroup> +</Project> \ No newline at end of file Modified: logging/log4net/trunk/examples/net/2.0/cs-examples.sln URL: http://svn.apache.org/viewvc/logging/log4net/trunk/examples/net/2.0/cs-examples.sln?rev=778065&r1=778064&r2=778065&view=diff ============================================================================== --- logging/log4net/trunk/examples/net/2.0/cs-examples.sln (original) +++ logging/log4net/trunk/examples/net/2.0/cs-examples.sln Sat May 23 23:39:19 2009 @@ -1,99 +1,153 @@ -Microsoft Visual Studio Solution File, Format Version 7.00 +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp", "Tutorials\ConsoleApp\cs\src\ConsoleApp.csproj", "{933969DF-2BC5-44E6-8B1A-400FC276A23F}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NotLogging", "Performance\NotLogging\cs\src\NotLogging.csproj", "{79B1930A-63AE-4640-B130-084687B3EDD7}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingClient", "Remoting\RemotingClient\cs\src\RemotingClient.csproj", "{F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RemotingServer", "Remoting\RemotingServer\cs\src\RemotingServer.csproj", "{3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleModule", "Repository\SimpleModule\cs\src\SimpleModule.csproj", "{F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleApp", "Repository\SimpleApp\cs\src\SimpleApp.csproj", "{D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TraceLogApp", "Extensibility\TraceLogApp\cs\src\TraceLogApp.csproj", "{EB508341-D73A-4165-846D-E7E317E12518}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedModule", "Repository\SharedModule\cs\src\SharedModule.csproj", "{9AACDC1A-84FB-4042-85A5-7095C66AD973}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Ext.Trace", "..\..\..\extensions\net\1.0\log4net.Ext.Trace\cs\src\log4net.Ext.Trace.csproj", "{8C73DF1C-AB2B-4309-A3EC-1ED594239E15}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "log4net.Ext.EventID", "..\..\..\extensions\net\1.0\log4net.Ext.EventID\cs\src\log4net.Ext.EventID.csproj", "{CB985027-C009-4C0F-88C1-8CF11912EE4C}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EventIDLogApp", "Extensibility\EventIDLogApp\cs\src\EventIDLogApp.csproj", "{B3DCF964-EAC8-46F2-AA11-151713141536}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleAppendersApp", "Appenders\SampleAppendersApp\cs\src\SampleAppendersApp.csproj", "{9E715F72-7F70-421B-A2BF-E9CB42F88F5C}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleLayoutsApp", "Layouts\SampleLayoutsApp\cs\src\SampleLayoutsApp.csproj", "{CD7A8094-D383-46BC-A75D-9F65F746E24F}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WmiAppender", "Appenders\WmiAppender\cs\src\WmiAppender.csproj", "{BE56F892-37BA-489C-A91D-F2761FDB96EF}" + ProjectSection(WebsiteProperties) = preProject + Debug.AspNetCompiler.Debug = "True" + Release.AspNetCompiler.Debug = "False" + EndProjectSection EndProject Global - GlobalSection(SolutionConfiguration) = preSolution - ConfigName.0 = Debug - ConfigName.1 = Release + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection - GlobalSection(ProjectDependencies) = postSolution + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Release|Any CPU.Build.0 = Release|Any CPU + {79B1930A-63AE-4640-B130-084687B3EDD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {79B1930A-63AE-4640-B130-084687B3EDD7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {79B1930A-63AE-4640-B130-084687B3EDD7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {79B1930A-63AE-4640-B130-084687B3EDD7}.Release|Any CPU.Build.0 = Release|Any CPU + {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Release|Any CPU.Build.0 = Release|Any CPU + {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Release|Any CPU.Build.0 = Release|Any CPU + {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Release|Any CPU.Build.0 = Release|Any CPU + {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Release|Any CPU.Build.0 = Release|Any CPU + {EB508341-D73A-4165-846D-E7E317E12518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EB508341-D73A-4165-846D-E7E317E12518}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EB508341-D73A-4165-846D-E7E317E12518}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EB508341-D73A-4165-846D-E7E317E12518}.Release|Any CPU.Build.0 = Release|Any CPU + {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Release|Any CPU.Build.0 = Release|Any CPU + {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Release|Any CPU.Build.0 = Release|Any CPU + {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Release|Any CPU.Build.0 = Release|Any CPU + {B3DCF964-EAC8-46F2-AA11-151713141536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B3DCF964-EAC8-46F2-AA11-151713141536}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B3DCF964-EAC8-46F2-AA11-151713141536}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B3DCF964-EAC8-46F2-AA11-151713141536}.Release|Any CPU.Build.0 = Release|Any CPU + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Release|Any CPU.Build.0 = Release|Any CPU + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Release|Any CPU.Build.0 = Release|Any CPU + {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection - GlobalSection(ProjectConfiguration) = postSolution - {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Debug.ActiveCfg = Debug|.NET - {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Debug.Build.0 = Debug|.NET - {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Release.ActiveCfg = Release|.NET - {933969DF-2BC5-44E6-8B1A-400FC276A23F}.Release.Build.0 = Release|.NET - {79B1930A-63AE-4640-B130-084687B3EDD7}.Debug.ActiveCfg = Debug|.NET - {79B1930A-63AE-4640-B130-084687B3EDD7}.Debug.Build.0 = Debug|.NET - {79B1930A-63AE-4640-B130-084687B3EDD7}.Release.ActiveCfg = Release|.NET - {79B1930A-63AE-4640-B130-084687B3EDD7}.Release.Build.0 = Release|.NET - {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Debug.ActiveCfg = Debug|.NET - {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Debug.Build.0 = Debug|.NET - {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Release.ActiveCfg = Release|.NET - {F4CE6810-1C1B-4178-B637-4B05E3F6DE3C}.Release.Build.0 = Release|.NET - {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Debug.ActiveCfg = Debug|.NET - {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Debug.Build.0 = Debug|.NET - {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Release.ActiveCfg = Release|.NET - {3A9BCF6F-FA1B-409A-93E9-7028F9A2A91F}.Release.Build.0 = Release|.NET - {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Debug.ActiveCfg = Debug|.NET - {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Debug.Build.0 = Debug|.NET - {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Release.ActiveCfg = Release|.NET - {F82AA1D9-5B52-4890-8838-7AAAF7D8F0EE}.Release.Build.0 = Release|.NET - {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Debug.ActiveCfg = Debug|.NET - {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Debug.Build.0 = Debug|.NET - {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Release.ActiveCfg = Release|.NET - {D49EB32C-B25F-4E25-BF6D-62EE38FC1A1F}.Release.Build.0 = Release|.NET - {EB508341-D73A-4165-846D-E7E317E12518}.Debug.ActiveCfg = Debug|.NET - {EB508341-D73A-4165-846D-E7E317E12518}.Debug.Build.0 = Debug|.NET - {EB508341-D73A-4165-846D-E7E317E12518}.Release.ActiveCfg = Release|.NET - {EB508341-D73A-4165-846D-E7E317E12518}.Release.Build.0 = Release|.NET - {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Debug.ActiveCfg = Debug|.NET - {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Debug.Build.0 = Debug|.NET - {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Release.ActiveCfg = Release|.NET - {9AACDC1A-84FB-4042-85A5-7095C66AD973}.Release.Build.0 = Release|.NET - {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Debug.ActiveCfg = Debug|.NET - {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Debug.Build.0 = Debug|.NET - {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Release.ActiveCfg = Release|.NET - {8C73DF1C-AB2B-4309-A3EC-1ED594239E15}.Release.Build.0 = Release|.NET - {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Debug.ActiveCfg = Debug|.NET - {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Debug.Build.0 = Debug|.NET - {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Release.ActiveCfg = Release|.NET - {CB985027-C009-4C0F-88C1-8CF11912EE4C}.Release.Build.0 = Release|.NET - {B3DCF964-EAC8-46F2-AA11-151713141536}.Debug.ActiveCfg = Debug|.NET - {B3DCF964-EAC8-46F2-AA11-151713141536}.Debug.Build.0 = Debug|.NET - {B3DCF964-EAC8-46F2-AA11-151713141536}.Release.ActiveCfg = Release|.NET - {B3DCF964-EAC8-46F2-AA11-151713141536}.Release.Build.0 = Release|.NET - {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Debug.ActiveCfg = Debug|.NET - {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Debug.Build.0 = Debug|.NET - {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Release.ActiveCfg = Release|.NET - {9E715F72-7F70-421B-A2BF-E9CB42F88F5C}.Release.Build.0 = Release|.NET - {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Debug.ActiveCfg = Debug|.NET - {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Debug.Build.0 = Debug|.NET - {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Release.ActiveCfg = Release|.NET - {CD7A8094-D383-46BC-A75D-9F65F746E24F}.Release.Build.0 = Release|.NET - {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Debug.ActiveCfg = Debug|.NET - {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Debug.Build.0 = Debug|.NET - {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Release.ActiveCfg = Release|.NET - {BE56F892-37BA-489C-A91D-F2761FDB96EF}.Release.Build.0 = Release|.NET - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - EndGlobalSection - GlobalSection(ExtensibilityAddIns) = postSolution + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection EndGlobal
