diff options
| author | mo khan <mo@mokhan.ca> | 2007-11-02 17:03:42 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2007-11-02 17:03:42 -0600 |
| commit | 36ffa9f174c831146ca5630a41b75c9d213f3db6 (patch) | |
| tree | 3ba71964656b385995bb9557c87a05b131348ddf /src/app/PlayingWithActiveReports.Win.UI/PlayingWithActiveReports.Win.UI.csproj | |
Diffstat (limited to 'src/app/PlayingWithActiveReports.Win.UI/PlayingWithActiveReports.Win.UI.csproj')
| -rw-r--r-- | src/app/PlayingWithActiveReports.Win.UI/PlayingWithActiveReports.Win.UI.csproj | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/src/app/PlayingWithActiveReports.Win.UI/PlayingWithActiveReports.Win.UI.csproj b/src/app/PlayingWithActiveReports.Win.UI/PlayingWithActiveReports.Win.UI.csproj new file mode 100644 index 0000000..b9b15c7 --- /dev/null +++ b/src/app/PlayingWithActiveReports.Win.UI/PlayingWithActiveReports.Win.UI.csproj @@ -0,0 +1,114 @@ +<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.50727</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{09E6C76E-17AD-46F8-B09D-2C140942C9E5}</ProjectGuid>
+ <OutputType>WinExe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>PlayingWithActiveReports.Win.UI</RootNamespace>
+ <AssemblyName>PlayingWithActiveReports.Win.UI</AssemblyName>
+ </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="ActiveReports.Viewer3, Version=5.2.0.397, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\active.reports\ActiveReports.Viewer3.dll</HintPath>
+ </Reference>
+ <Reference Include="ActiveReports3, Version=5.2.0.397, Culture=neutral, PublicKeyToken=cc4967777c49a3ff">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\lib\active.reports\ActiveReports3.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Drawing" />
+ <Reference Include="System.Security" />
+ <Reference Include="System.Windows.Forms" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="ResultsReportView.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="ResultsReportView.Designer.cs">
+ <DependentUpon>ResultsReportView.cs</DependentUpon>
+ </Compile>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <EmbeddedResource Include="ResultsReportView.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>ResultsReportView.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="Properties\licenses.licx" />
+ <EmbeddedResource Include="Properties\Resources.resx">
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+ <SubType>Designer</SubType>
+ </EmbeddedResource>
+ <EmbeddedResource Include="SimpleReport.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>SimpleReport.cs</DependentUpon>
+ </EmbeddedResource>
+ <EmbeddedResource Include="SimpleReportView.resx">
+ <SubType>Designer</SubType>
+ <DependentUpon>SimpleReportView.cs</DependentUpon>
+ </EmbeddedResource>
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
+ <None Include="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
+ <Compile Include="Properties\Settings.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Settings.settings</DependentUpon>
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ </Compile>
+ <Compile Include="Adapters\ReportViewer.cs" />
+ <Compile Include="SimpleReport.cs">
+ <SubType>Component</SubType>
+ </Compile>
+ <Compile Include="SimpleReport.Designer.cs">
+ <DependentUpon>SimpleReport.cs</DependentUpon>
+ </Compile>
+ <Compile Include="SimpleReportView.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="SimpleReportView.Designer.cs">
+ <DependentUpon>SimpleReportView.cs</DependentUpon>
+ </Compile>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\PlayingWithActiveReports.Core\PlayingWithActiveReports.Core.csproj">
+ <Project>{B77DDEAC-6A13-4AA7-8C99-CD4234F7B105}</Project>
+ <Name>PlayingWithActiveReports.Core</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.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project>
\ No newline at end of file |
