Rev 1676 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1305 | 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>{3080BFDB-0EF2-40C2-B2EF-B82151A82D22}</ProjectGuid> |
||
| 8 | <OutputType>WinExe</OutputType> |
||
| 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
||
| 10 | <RootNamespace>BurutaruEditor</RootNamespace> |
||
| 11 | <AssemblyName>BurutaruEditor</AssemblyName> |
||
| 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
||
| 13 | <FileAlignment>512</FileAlignment> |
||
| 1488 | chris | 14 | <PublishUrl>publish\</PublishUrl> |
| 15 | <Install>true</Install> |
||
| 16 | <InstallFrom>Disk</InstallFrom> |
||
| 17 | <UpdateEnabled>false</UpdateEnabled> |
||
| 18 | <UpdateMode>Foreground</UpdateMode> |
||
| 19 | <UpdateInterval>7</UpdateInterval> |
||
| 20 | <UpdateIntervalUnits>Days</UpdateIntervalUnits> |
||
| 21 | <UpdatePeriodically>false</UpdatePeriodically> |
||
| 22 | <UpdateRequired>false</UpdateRequired> |
||
| 23 | <MapFileExtensions>true</MapFileExtensions> |
||
| 24 | <ApplicationRevision>0</ApplicationRevision> |
||
| 25 | <ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
||
| 26 | <IsWebBootstrapper>false</IsWebBootstrapper> |
||
| 27 | <UseApplicationTrust>false</UseApplicationTrust> |
||
| 28 | <BootstrapperEnabled>true</BootstrapperEnabled> |
||
| 1305 | chris | 29 | </PropertyGroup> |
| 30 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
| 31 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
| 32 | <DebugSymbols>true</DebugSymbols> |
||
| 33 | <DebugType>full</DebugType> |
||
| 34 | <Optimize>false</Optimize> |
||
| 35 | <OutputPath>bin\Debug\</OutputPath> |
||
| 36 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
||
| 37 | <ErrorReport>prompt</ErrorReport> |
||
| 38 | <WarningLevel>4</WarningLevel> |
||
| 39 | </PropertyGroup> |
||
| 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
| 41 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
| 42 | <DebugType>pdbonly</DebugType> |
||
| 43 | <Optimize>true</Optimize> |
||
| 44 | <OutputPath>bin\Release\</OutputPath> |
||
| 45 | <DefineConstants>TRACE</DefineConstants> |
||
| 46 | <ErrorReport>prompt</ErrorReport> |
||
| 47 | <WarningLevel>4</WarningLevel> |
||
| 48 | </PropertyGroup> |
||
| 1423 | chris | 49 | <PropertyGroup> |
| 50 | <ApplicationIcon>bauzoid.ico</ApplicationIcon> |
||
| 51 | </PropertyGroup> |
||
| 1305 | chris | 52 | <ItemGroup> |
| 1453 | chris | 53 | <Reference Include="OpenTK, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL"> |
| 54 | <SpecificVersion>False</SpecificVersion> |
||
| 55 | <HintPath>..\..\..\..\OpenTK\1.1\Binaries\OpenTK\Release\OpenTK.dll</HintPath> |
||
| 56 | </Reference> |
||
| 57 | <Reference Include="OpenTK.Compatibility, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL"> |
||
| 58 | <SpecificVersion>False</SpecificVersion> |
||
| 59 | <HintPath>..\..\..\..\OpenTK\1.1\Binaries\OpenTK\Release\OpenTK.Compatibility.dll</HintPath> |
||
| 60 | </Reference> |
||
| 61 | <Reference Include="OpenTK.GLControl, Version=1.1.0.0, Culture=neutral, PublicKeyToken=bad199fe84eb3df4, processorArchitecture=MSIL"> |
||
| 62 | <SpecificVersion>False</SpecificVersion> |
||
| 63 | <HintPath>..\..\..\..\OpenTK\1.1\Binaries\OpenTK\Release\OpenTK.GLControl.dll</HintPath> |
||
| 64 | </Reference> |
||
| 1305 | chris | 65 | <Reference Include="System" /> |
| 66 | <Reference Include="System.Core" /> |
||
| 67 | <Reference Include="System.Design" /> |
||
| 1496 | chris | 68 | <Reference Include="System.Drawing.Design" /> |
| 1305 | chris | 69 | <Reference Include="System.Xml.Linq" /> |
| 70 | <Reference Include="System.Data.DataSetExtensions" /> |
||
| 71 | <Reference Include="Microsoft.CSharp" /> |
||
| 72 | <Reference Include="System.Data" /> |
||
| 73 | <Reference Include="System.Deployment" /> |
||
| 74 | <Reference Include="System.Drawing" /> |
||
| 75 | <Reference Include="System.Windows.Forms" /> |
||
| 76 | <Reference Include="System.Xml" /> |
||
| 77 | </ItemGroup> |
||
| 78 | <ItemGroup> |
||
| 1487 | chris | 79 | <Compile Include="AboutBox.cs"> |
| 80 | <SubType>Form</SubType> |
||
| 81 | </Compile> |
||
| 82 | <Compile Include="AboutBox.Designer.cs"> |
||
| 83 | <DependentUpon>AboutBox.cs</DependentUpon> |
||
| 84 | </Compile> |
||
| 1423 | chris | 85 | <Compile Include="file\CheckPoint.cs" /> |
| 1676 | chris | 86 | <Compile Include="file\conditions\BaseCondition.cs" /> |
| 1822 | chris | 87 | <Compile Include="file\conditions\EnemyDestroyCondition.cs" /> |
| 1621 | chris | 88 | <Compile Include="file\enemies\GarbageCollectorBossSpawner.cs" /> |
| 1607 | chris | 89 | <Compile Include="file\Serializer.cs" /> |
| 90 | <Compile Include="file\TextFileSerializer.cs" /> |
||
| 1305 | chris | 91 | <Compile Include="file\Document.cs" /> |
| 1310 | chris | 92 | <Compile Include="file\elements\BackgroundElement.cs" /> |
| 1308 | chris | 93 | <Compile Include="file\elements\LevelElement.cs" /> |
| 1439 | chris | 94 | <Compile Include="file\elements\StaticElement.cs" /> |
| 1432 | chris | 95 | <Compile Include="file\enemies\BlobEnemySpawner.cs" /> |
| 1584 | chris | 96 | <Compile Include="file\enemies\SpaceMineEnemySpawner.cs" /> |
| 1575 | chris | 97 | <Compile Include="file\enemies\CoreTurretEnemySpawner.cs" /> |
| 1541 | chris | 98 | <Compile Include="file\enemies\CoreMechEnemySpawner.cs" /> |
| 1562 | chris | 99 | <Compile Include="file\enemies\CoreMechXlEnemySpawner.cs" /> |
| 1432 | chris | 100 | <Compile Include="file\enemies\EnemySpawner.cs" /> |
| 1607 | chris | 101 | <Compile Include="file\BinarySerializer.cs" /> |
| 1423 | chris | 102 | <Compile Include="file\LevelObject.cs" /> |
| 1308 | chris | 103 | <Compile Include="file\LevelUtil.cs" /> |
| 1461 | chris | 104 | <Compile Include="interaction\CreateObject.cs" /> |
| 1427 | chris | 105 | <Compile Include="interaction\Interaction.cs" /> |
| 106 | <Compile Include="interaction\Panning.cs" /> |
||
| 1441 | chris | 107 | <Compile Include="interaction\SelectMove.cs" /> |
| 1305 | chris | 108 | <Compile Include="MainForm.cs"> |
| 109 | <SubType>Form</SubType> |
||
| 110 | </Compile> |
||
| 111 | <Compile Include="MainForm.Designer.cs"> |
||
| 112 | <DependentUpon>MainForm.cs</DependentUpon> |
||
| 113 | </Compile> |
||
| 114 | <Compile Include="Program.cs" /> |
||
| 115 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
| 1424 | chris | 116 | <Compile Include="view\DocumentView.cs" /> |
| 1426 | chris | 117 | <Compile Include="view\Grid.cs" /> |
| 1432 | chris | 118 | <Compile Include="view\ViewResources.cs" /> |
| 1462 | chris | 119 | <None Include="main.png" /> |
| 120 | <None Include="fg.png" /> |
||
| 121 | <None Include="bg1.png" /> |
||
| 122 | <None Include="bg2.png" /> |
||
| 1493 | chris | 123 | <Content Include="data\bauzoid\fonts\ingame.png" /> |
| 1433 | chris | 124 | <Content Include="data\textures\blob_enemy.png"> |
| 125 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 126 | </Content> |
||
| 1541 | chris | 127 | <Content Include="data\textures\core_mech.png"> |
| 128 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 129 | </Content> |
||
| 1562 | chris | 130 | <Content Include="data\textures\core_mech_xl.png"> |
| 131 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 132 | </Content> |
||
| 1575 | chris | 133 | <Content Include="data\textures\core_turret.png"> |
| 134 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 135 | </Content> |
||
| 1621 | chris | 136 | <Content Include="data\textures\garbage_collector.png"> |
| 137 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 138 | </Content> |
||
| 1584 | chris | 139 | <Content Include="data\textures\space_mine.png"> |
| 140 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 141 | </Content> |
||
| 1425 | chris | 142 | <Content Include="data\textures\ui\checkpoint.png"> |
| 143 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 144 | </Content> |
||
| 1488 | chris | 145 | <None Include="data\textures\ui\positionmarker.png" /> |
| 1822 | chris | 146 | <Content Include="data\textures\ui\scripting.png"> |
| 147 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 148 | </Content> |
||
| 1460 | chris | 149 | <Content Include="data\textures\ui\selection.png"> |
| 150 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 151 | </Content> |
||
| 1448 | chris | 152 | <Content Include="data\textures\ui\spawner.png"> |
| 153 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 154 | </Content> |
||
| 1425 | chris | 155 | <Content Include="data\textures\ui\startposition.png"> |
| 156 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 157 | </Content> |
||
| 1462 | chris | 158 | <None Include="Resources\LayerBG1.png" /> |
| 1487 | chris | 159 | <EmbeddedResource Include="AboutBox.resx"> |
| 160 | <DependentUpon>AboutBox.cs</DependentUpon> |
||
| 161 | </EmbeddedResource> |
||
| 1305 | chris | 162 | <EmbeddedResource Include="MainForm.resx"> |
| 163 | <DependentUpon>MainForm.cs</DependentUpon> |
||
| 164 | </EmbeddedResource> |
||
| 165 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
| 166 | <Generator>ResXFileCodeGenerator</Generator> |
||
| 167 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
| 168 | <SubType>Designer</SubType> |
||
| 169 | </EmbeddedResource> |
||
| 170 | <Compile Include="Properties\Resources.Designer.cs"> |
||
| 171 | <AutoGen>True</AutoGen> |
||
| 172 | <DependentUpon>Resources.resx</DependentUpon> |
||
| 1462 | chris | 173 | <DesignTime>True</DesignTime> |
| 1305 | chris | 174 | </Compile> |
| 1423 | chris | 175 | <Content Include="bauzoid.ico" /> |
| 1493 | chris | 176 | <None Include="data\bauzoid\fonts\ingame.bzf" /> |
| 1305 | chris | 177 | <None Include="Properties\Settings.settings"> |
| 178 | <Generator>SettingsSingleFileGenerator</Generator> |
||
| 179 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
| 180 | </None> |
||
| 181 | <Compile Include="Properties\Settings.Designer.cs"> |
||
| 182 | <AutoGen>True</AutoGen> |
||
| 183 | <DependentUpon>Settings.settings</DependentUpon> |
||
| 184 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
| 185 | </Compile> |
||
| 186 | </ItemGroup> |
||
| 187 | <ItemGroup> |
||
| 188 | <None Include="App.config" /> |
||
| 189 | </ItemGroup> |
||
| 190 | <ItemGroup> |
||
| 191 | <ProjectReference Include="..\BauzoidNET\BauzoidNET.csproj"> |
||
| 192 | <Project>{17a932b1-856b-4ccf-975e-de9ae5f781a0}</Project> |
||
| 193 | <Name>BauzoidNET</Name> |
||
| 194 | </ProjectReference> |
||
| 195 | </ItemGroup> |
||
| 196 | <ItemGroup> |
||
| 197 | <Content Include="data\textures\test.png"> |
||
| 198 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
||
| 199 | </Content> |
||
| 200 | </ItemGroup> |
||
| 1488 | chris | 201 | <ItemGroup> |
| 202 | <BootstrapperPackage Include=".NETFramework,Version=v4.5"> |
||
| 203 | <Visible>False</Visible> |
||
| 204 | <ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName> |
||
| 205 | <Install>true</Install> |
||
| 206 | </BootstrapperPackage> |
||
| 207 | <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
||
| 208 | <Visible>False</Visible> |
||
| 209 | <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
||
| 210 | <Install>false</Install> |
||
| 211 | </BootstrapperPackage> |
||
| 212 | <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
||
| 213 | <Visible>False</Visible> |
||
| 214 | <ProductName>.NET Framework 3.5 SP1</ProductName> |
||
| 215 | <Install>false</Install> |
||
| 216 | </BootstrapperPackage> |
||
| 217 | </ItemGroup> |
||
| 1493 | chris | 218 | <ItemGroup> |
| 219 | <Folder Include="data\bauzoid\shaders\" /> |
||
| 220 | <Folder Include="data\shaders\" /> |
||
| 1676 | chris | 221 | <Folder Include="file\commands\" /> |
| 1543 | chris | 222 | <Folder Include="file\entities\" /> |
| 1493 | chris | 223 | </ItemGroup> |
| 1305 | chris | 224 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 225 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
||
| 226 | Other similar extension points exist, see Microsoft.Common.targets. |
||
| 227 | <Target Name="BeforeBuild"> |
||
| 228 | </Target> |
||
| 229 | <Target Name="AfterBuild"> |
||
| 230 | </Target> |
||
| 231 | --> |
||
| 232 | </Project> |