From: <mcu...@us...> - 2007-10-23 18:05:33
|
Revision: 1163 http://orm.svn.sourceforge.net/orm/?rev=1163&view=rev Author: mcurland Date: 2007-10-23 11:05:37 -0700 (Tue, 23 Oct 2007) Log Message: ----------- Adding the missing csproj file to the project. refs #343 Added Paths: ----------- trunk/CodeSmith/NetTiersPort/NetTiersPort.csproj Added: trunk/CodeSmith/NetTiersPort/NetTiersPort.csproj =================================================================== --- trunk/CodeSmith/NetTiersPort/NetTiersPort.csproj (rev 0) +++ trunk/CodeSmith/NetTiersPort/NetTiersPort.csproj 2007-10-23 18:05:37 UTC (rev 1163) @@ -0,0 +1,66 @@ +<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>{E919DE5D-5EFD-47C6-B93A-00BCB440F132}</ProjectGuid> + <OutputType>Exe</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>NetTiersPort</RootNamespace> + <AssemblyName>NetTiersPort</AssemblyName> + <StartupObject>NetTiersPort.Program</StartupObject> + </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="System" /> + <Reference Include="System.Data" /> + <Reference Include="System.Deployment" /> + <Reference Include="System.Drawing" /> + <Reference Include="System.Windows.Forms" /> + <Reference Include="System.Xml" /> + </ItemGroup> + <ItemGroup> + <Compile Include="Program.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + <None Include="SchemaExplorer.xsd"> + <SubType>Designer</SubType> + </None> + <Compile Include="SampleDatabaseSchema.cs"> + <AutoGen>True</AutoGen> + <DependentUpon>SampleDatabaseSchema.xml</DependentUpon> + </Compile> + </ItemGroup> + <ItemGroup> + <Content Include="EntityProvider.xslt" /> + <Content Include="PLiX.xml" /> + <Content Include="SampleDatabaseSchema.xml"> + <Generator>NUPlixLoader</Generator> + <LastGenOutput>SampleDatabaseSchema.cs</LastGenOutput> + </Content> + </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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |