Subversion Repositories AndroidProjects

Rev

Rev 1416 | Rev 1453 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1386 chris 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{CA20EC0B-428C-4F46-8C8E-FCA4CC40AC93}</ProjectGuid>
8
    <OutputType>WinExe</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>ShapeEditor</RootNamespace>
11
    <AssemblyName>ShapeEditor</AssemblyName>
12
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
  </PropertyGroup>
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16
    <PlatformTarget>AnyCPU</PlatformTarget>
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20
    <OutputPath>bin\Debug\</OutputPath>
21
    <DefineConstants>DEBUG;TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24
  </PropertyGroup>
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26
    <PlatformTarget>AnyCPU</PlatformTarget>
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
  </PropertyGroup>
1410 chris 34
  <PropertyGroup>
35
    <ApplicationIcon>bauzoid.ico</ApplicationIcon>
36
  </PropertyGroup>
1386 chris 37
  <ItemGroup>
38
    <Reference Include="OpenTK, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4" />
39
    <Reference Include="OpenTK.Compatibility, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL" />
40
    <Reference Include="OpenTK.GLControl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4" />
41
    <Reference Include="System" />
42
    <Reference Include="System.Core" />
43
    <Reference Include="System.Design" />
44
    <Reference Include="System.Xml.Linq" />
45
    <Reference Include="System.Data.DataSetExtensions" />
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Data" />
48
    <Reference Include="System.Deployment" />
49
    <Reference Include="System.Drawing" />
50
    <Reference Include="System.Windows.Forms" />
51
    <Reference Include="System.Xml" />
52
  </ItemGroup>
53
  <ItemGroup>
1410 chris 54
    <Compile Include="AboutBox.cs">
55
      <SubType>Form</SubType>
56
    </Compile>
57
    <Compile Include="AboutBox.Designer.cs">
58
      <DependentUpon>AboutBox.cs</DependentUpon>
59
    </Compile>
1386 chris 60
    <Compile Include="file\Document.cs" />
1414 chris 61
    <Compile Include="file\FileUtil.cs" />
1401 chris 62
    <Compile Include="file\shapes\BaseShapeElement.cs" />
1416 chris 63
    <Compile Include="file\shapes\EllipseElement.cs" />
1421 chris 64
    <Compile Include="file\shapes\PolygonElement.cs" />
1401 chris 65
    <Compile Include="file\shapes\RectangleElement.cs" />
1399 chris 66
    <Compile Include="interaction\EllipseMode.cs" />
67
    <Compile Include="interaction\InteractionMode.cs" />
1402 chris 68
    <Compile Include="interaction\PanInteraction.cs" />
1399 chris 69
    <Compile Include="interaction\PolygonMode.cs" />
70
    <Compile Include="interaction\RectangleMode.cs" />
71
    <Compile Include="interaction\SelectMode.cs" />
1386 chris 72
    <Compile Include="MainForm.cs">
73
      <SubType>Form</SubType>
74
    </Compile>
75
    <Compile Include="MainForm.Designer.cs">
76
      <DependentUpon>MainForm.cs</DependentUpon>
77
    </Compile>
78
    <Compile Include="Program.cs" />
79
    <Compile Include="Properties\AssemblyInfo.cs" />
1412 chris 80
    <Compile Include="PropertySorter.cs" />
1410 chris 81
    <EmbeddedResource Include="AboutBox.resx">
82
      <DependentUpon>AboutBox.cs</DependentUpon>
83
    </EmbeddedResource>
1386 chris 84
    <EmbeddedResource Include="MainForm.resx">
85
      <DependentUpon>MainForm.cs</DependentUpon>
86
    </EmbeddedResource>
87
    <EmbeddedResource Include="Properties\Resources.resx">
88
      <Generator>ResXFileCodeGenerator</Generator>
89
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
90
      <SubType>Designer</SubType>
91
    </EmbeddedResource>
92
    <Compile Include="Properties\Resources.Designer.cs">
93
      <AutoGen>True</AutoGen>
94
      <DependentUpon>Resources.resx</DependentUpon>
95
    </Compile>
1410 chris 96
    <Content Include="bauzoid.ico" />
1386 chris 97
    <Content Include="data\shaders\spriteshader.frag">
98
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
99
    </Content>
100
    <Content Include="data\shaders\spriteshader.vert">
101
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
102
    </Content>
103
    <Content Include="data\shaders\offscreen.frag">
104
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
105
    </Content>
106
    <Content Include="data\shaders\offscreen.vert">
107
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
108
    </Content>
109
    <Content Include="data\bauzoid\shaders\primitive.frag">
110
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
111
    </Content>
112
    <Content Include="data\bauzoid\shaders\primitive.vert">
113
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
114
    </Content>
115
    <Content Include="data\bauzoid\shaders\screenfader.frag">
116
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117
    </Content>
118
    <Content Include="data\bauzoid\shaders\screenfader.vert">
119
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
120
    </Content>
121
    <Content Include="data\bauzoid\shaders\spriteshader.frag">
122
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
123
    </Content>
124
    <Content Include="data\bauzoid\shaders\spriteshader.vert">
125
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
126
    </Content>
127
    <None Include="Properties\Settings.settings">
128
      <Generator>SettingsSingleFileGenerator</Generator>
129
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
130
    </None>
131
    <Compile Include="Properties\Settings.Designer.cs">
132
      <AutoGen>True</AutoGen>
133
      <DependentUpon>Settings.settings</DependentUpon>
134
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
135
    </Compile>
136
  </ItemGroup>
137
  <ItemGroup>
138
    <None Include="App.config" />
139
  </ItemGroup>
140
  <ItemGroup>
141
    <ProjectReference Include="..\BauzoidNET\BauzoidNET.csproj">
142
      <Project>{17a932b1-856b-4ccf-975e-de9ae5f781a0}</Project>
143
      <Name>BauzoidNET</Name>
144
    </ProjectReference>
145
  </ItemGroup>
146
  <ItemGroup>
1402 chris 147
    <Content Include="data\textures\handle.png">
148
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
149
    </Content>
1386 chris 150
    <Content Include="data\textures\test.png">
151
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
152
    </Content>
153
  </ItemGroup>
1401 chris 154
  <ItemGroup />
1386 chris 155
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
157
       Other similar extension points exist, see Microsoft.Common.targets.
158
  <Target Name="BeforeBuild">
159
  </Target>
160
  <Target Name="AfterBuild">
161
  </Target>
162
  -->
163
</Project>