Subversion Repositories BlockadePP

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 freddie 1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2
  <PropertyGroup>
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
    <ProductVersion>8.0.50727</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{FD7F3596-7C20-4113-B228-AE29FB379B2B}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>blockade</RootNamespace>
11
    <AssemblyName>blockade</AssemblyName>
12
    <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Freddie Nash\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
13
  </PropertyGroup>
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15
    <DebugSymbols>true</DebugSymbols>
16
    <DebugType>full</DebugType>
17
    <Optimize>false</Optimize>
18
    <OutputPath>bin\Debug\</OutputPath>
19
    <DefineConstants>DEBUG;TRACE</DefineConstants>
20
    <ErrorReport>prompt</ErrorReport>
21
    <WarningLevel>4</WarningLevel>
22
  </PropertyGroup>
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24
    <DebugType>pdbonly</DebugType>
25
    <Optimize>true</Optimize>
26
    <OutputPath>bin\Release\</OutputPath>
27
    <DefineConstants>TRACE</DefineConstants>
28
    <ErrorReport>prompt</ErrorReport>
29
    <WarningLevel>4</WarningLevel>
30
  </PropertyGroup>
31
  <ItemGroup>
32
    <Reference Include="System" />
33
    <Reference Include="System.Data" />
34
    <Reference Include="System.Deployment" />
35
    <Reference Include="System.Drawing" />
36
    <Reference Include="System.Windows.Forms" />
37
    <Reference Include="System.Xml" />
38
  </ItemGroup>
39
  <ItemGroup>
40
    <Compile Include="Form1.cs">
41
      <SubType>Form</SubType>
42
    </Compile>
43
    <Compile Include="Form1.Designer.cs">
44
      <DependentUpon>Form1.cs</DependentUpon>
45
    </Compile>
46
    <Compile Include="Form2.cs" />
47
    <Compile Include="Form2.Designer.cs">
48
      <DependentUpon>Form2.cs</DependentUpon>
49
    </Compile>
50
    <Compile Include="Program.cs" />
51
    <Compile Include="Properties\AssemblyInfo.cs" />
52
    <EmbeddedResource Include="Form1.resx">
53
      <SubType>Designer</SubType>
54
      <DependentUpon>Form1.cs</DependentUpon>
55
    </EmbeddedResource>
56
    <EmbeddedResource Include="Form2.resx">
57
      <DependentUpon>Form2.cs</DependentUpon>
58
    </EmbeddedResource>
59
    <EmbeddedResource Include="Properties\Resources.resx">
60
      <Generator>ResXFileCodeGenerator</Generator>
61
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
62
      <SubType>Designer</SubType>
63
    </EmbeddedResource>
64
    <Compile Include="Properties\Resources.Designer.cs">
65
      <AutoGen>True</AutoGen>
66
      <DependentUpon>Resources.resx</DependentUpon>
67
    </Compile>
68
    <None Include="Properties\Settings.settings">
69
      <Generator>SettingsSingleFileGenerator</Generator>
70
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
71
    </None>
72
    <Compile Include="Properties\Settings.Designer.cs">
73
      <AutoGen>True</AutoGen>
74
      <DependentUpon>Settings.settings</DependentUpon>
75
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
76
    </Compile>
77
  </ItemGroup>
78
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
79
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80
       Other similar extension points exist, see Microsoft.Common.targets.
81
  <Target Name="BeforeBuild">
82
  </Target>
83
  <Target Name="AfterBuild">
84
  </Target>
85
  -->
86
</Project>