summaryrefslogtreecommitdiff
path: root/src/app/Sait.Cmpp297.Assignment1.AsterikPatterns/Sait.Cmpp297.Assignment1.AsterikPatterns.csproj
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2007-05-26 09:42:42 -0600
committermo khan <mo@mokhan.ca>2007-05-26 09:42:42 -0600
commitb060ece1ef89f9de95783d44aaa0250852952362 (patch)
tree4f4f7c93514bb5b48ae763062274c5dcfecc8912 /src/app/Sait.Cmpp297.Assignment1.AsterikPatterns/Sait.Cmpp297.Assignment1.AsterikPatterns.csproj
import from svntrunk
Diffstat (limited to 'src/app/Sait.Cmpp297.Assignment1.AsterikPatterns/Sait.Cmpp297.Assignment1.AsterikPatterns.csproj')
-rw-r--r--src/app/Sait.Cmpp297.Assignment1.AsterikPatterns/Sait.Cmpp297.Assignment1.AsterikPatterns.csproj50
1 files changed, 50 insertions, 0 deletions
diff --git a/src/app/Sait.Cmpp297.Assignment1.AsterikPatterns/Sait.Cmpp297.Assignment1.AsterikPatterns.csproj b/src/app/Sait.Cmpp297.Assignment1.AsterikPatterns/Sait.Cmpp297.Assignment1.AsterikPatterns.csproj
new file mode 100644
index 0000000..c36fc0c
--- /dev/null
+++ b/src/app/Sait.Cmpp297.Assignment1.AsterikPatterns/Sait.Cmpp297.Assignment1.AsterikPatterns.csproj
@@ -0,0 +1,50 @@
+<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>{5580C71C-9D30-45D5-90AC-17FB2141F39E}</ProjectGuid>
+ <OutputType>Exe</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Sait.Cmpp297.Assignment1.AsterikPatterns</RootNamespace>
+ <AssemblyName>Sait.Cmpp297.Assignment1.AsterikPatterns</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="System" />
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Program.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Assignment.txt" />
+ </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