Skip to content

Commit

Permalink
- Add the Hervé changes
Browse files Browse the repository at this point in the history
- Clean up the project file to target the corresponding Visual Studio version (2005, 2008 or 2010)
  • Loading branch information
dgis committed Sep 4, 2012
1 parent 247b89b commit 338a340
Show file tree
Hide file tree
Showing 21 changed files with 2,077 additions and 323 deletions.
9 changes: 6 additions & 3 deletions CodeTV.csproj → CodeTV2005.csproj
Expand Up @@ -291,9 +291,6 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="GraphBuilders\DVBStuffs\PSI.cs" />
<Compile Include="GraphBuilders\DVBStuffs\PSIDefinitions.cs" />
<Compile Include="GraphBuilders\DVBStuffs\PSIDescriptor.cs" />
<Compile Include="Misc\Settings.cs" />
<Compile Include="GraphBuilders\DVBStuffs\TransponderReader.cs" />
<Compile Include="GraphBuilders\GraphBuilderWDM.cs" />
Expand Down Expand Up @@ -888,6 +885,12 @@
<ItemGroup>
<Page Include="GUI\VideoDisplay\VideoWPF.xaml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="DvbPsi\DvbPsi.csproj">
<Project>{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}</Project>
<Name>DvbPsi</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Expand Down
8 changes: 7 additions & 1 deletion CodeTV.sln → CodeTV2005.sln
@@ -1,7 +1,9 @@

Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C# Express 2005
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTV", "CodeTV.csproj", "{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTV", "CodeTV2005.csproj", "{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DvbPsi", "DvbPsi\DvbPsi2005.csproj", "{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -13,6 +15,10 @@ Global
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
980 changes: 980 additions & 0 deletions CodeTV2008.csproj

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions CodeTV2008.sln
@@ -0,0 +1,36 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C# Express 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTV2008", "CodeTV2008.csproj", "{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DvbPsi2008", "DvbPsi\DvbPsi2008.csproj", "{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|x86.ActiveCfg = Debug|x86
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|x86.Build.0 = Debug|x86
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|x86.ActiveCfg = Release|x86
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|x86.Build.0 = Release|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|x86.ActiveCfg = Debug|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|x86.Build.0 = Debug|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|Any CPU.Build.0 = Release|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|x86.ActiveCfg = Release|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
33 changes: 30 additions & 3 deletions CodeTV2010.csproj
Expand Up @@ -55,6 +55,30 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="DirectShowLib-2005, Version=1.5.0.0, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
Expand Down Expand Up @@ -315,9 +339,6 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="GraphBuilders\DVBStuffs\PSI.cs" />
<Compile Include="GraphBuilders\DVBStuffs\PSIDefinitions.cs" />
<Compile Include="GraphBuilders\DVBStuffs\PSIDescriptor.cs" />
<Compile Include="Misc\Settings.cs" />
<Compile Include="GraphBuilders\DVBStuffs\TransponderReader.cs" />
<Compile Include="GraphBuilders\GraphBuilderWDM.cs" />
Expand Down Expand Up @@ -938,6 +959,12 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="DvbPsi\DvbPsi2010.csproj">
<Project>{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}</Project>
<Name>DvbPsi2010</Name>
</ProjectReference>
</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.
Expand Down
16 changes: 16 additions & 0 deletions CodeTV2010.sln
Expand Up @@ -3,16 +3,32 @@ Microsoft Visual Studio Solution File, Format Version 11.00
# Visual C# Express 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeTV2010", "CodeTV2010.csproj", "{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DvbPsi2010", "DvbPsi\DvbPsi2010.csproj", "{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|x86.ActiveCfg = Debug|x86
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Debug|x86.Build.0 = Debug|x86
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|Any CPU.Build.0 = Release|Any CPU
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|x86.ActiveCfg = Release|x86
{94CCA23F-C9B8-4FDC-BA87-7C6578040CE5}.Release|x86.Build.0 = Release|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|x86.ActiveCfg = Debug|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Debug|x86.Build.0 = Debug|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|Any CPU.Build.0 = Release|Any CPU
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|x86.ActiveCfg = Release|x86
{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
58 changes: 58 additions & 0 deletions DvbPsi/DvbPsi2005.csproj
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DvbPsi</RootNamespace>
<AssemblyName>DvbPsi</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="DirectShowLib-2005">
<HintPath>..\Libs\DirectShowLib-2005.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PSI.cs" />
<Compile Include="PSIDefinitions.cs" />
<Compile Include="PSIDescriptor.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
81 changes: 81 additions & 0 deletions DvbPsi/DvbPsi2008.csproj
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DvbPsi</RootNamespace>
<AssemblyName>DvbPsi</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
</PropertyGroup>
<ItemGroup>
<Reference Include="DirectShowLib-2005, Version=2.0.0.0, Culture=neutral, PublicKeyToken=67e7b740cdfc2d3f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Libs\DirectShowLib-2005.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PSI.cs" />
<Compile Include="PSIDefinitions.cs" />
<Compile Include="PSIDescriptor.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
81 changes: 81 additions & 0 deletions DvbPsi/DvbPsi2010.csproj
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E96C98DA-B3D2-4442-922B-97A2CDF3F8A1}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>DvbPsi</RootNamespace>
<AssemblyName>DvbPsi</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
</PropertyGroup>
<ItemGroup>
<Reference Include="DirectShowLib-2005">
<HintPath>..\Libs\DirectShowLib-2005.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PSI.cs" />
<Compile Include="PSIDefinitions.cs" />
<Compile Include="PSIDescriptor.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>

0 comments on commit 338a340

Please sign in to comment.