anx.framework/Tools/ANXContentCompilerGUI/ANX.ContentCompiler.GUI.csproj
SND\eagleeyestudios_cp 286ffe38c1 Content Compiler:
- implemented Settings system to save user customization (XmlFile to LocalAppData)
- added Screen for opening projects
2012-08-28 21:14:49 +00:00

206 lines
8.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{45DD7B40-C498-4DD2-A16B-FD6C4E6991B3}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ANX.ContentCompiler.GUI</RootNamespace>
<AssemblyName>ccompiler4</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>ANX.ContentCompiler.GUI.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<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="Controls\ArrowButton.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\ArrowButton.Designer.cs">
<DependentUpon>ArrowButton.cs</DependentUpon>
</Compile>
<Compile Include="Controls\RibbonButton.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\RibbonButton.Designer.cs">
<DependentUpon>RibbonButton.cs</DependentUpon>
</Compile>
<Compile Include="Dialogues\OpenProjectScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogues\OpenProjectScreen.Designer.cs">
<DependentUpon>OpenProjectScreen.cs</DependentUpon>
</Compile>
<Compile Include="Dialogues\NewProjectSummaryScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogues\NewProjectSummaryScreen.Designer.cs">
<DependentUpon>NewProjectSummaryScreen.cs</DependentUpon>
</Compile>
<Compile Include="Dialogues\NewProjectImportersScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogues\NewProjectImportersScreen.Designer.cs">
<DependentUpon>NewProjectImportersScreen.cs</DependentUpon>
</Compile>
<Compile Include="Dialogues\NewProjectOutputScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogues\NewProjectOutputScreen.Designer.cs">
<DependentUpon>NewProjectOutputScreen.cs</DependentUpon>
</Compile>
<Compile Include="Dialogues\NewProjectScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogues\NewProjectScreen.Designer.cs">
<DependentUpon>NewProjectScreen.cs</DependentUpon>
</Compile>
<Compile Include="Dialogues\FirstStartScreen.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogues\FirstStartScreen.Designer.cs">
<DependentUpon>FirstStartScreen.cs</DependentUpon>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="States\EditingState.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="States\EditingState.Designer.cs">
<DependentUpon>EditingState.cs</DependentUpon>
</Compile>
<Compile Include="States\MenuState.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="States\MenuState.Designer.cs">
<DependentUpon>MenuState.cs</DependentUpon>
</Compile>
<Compile Include="States\StartState.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="States\StartState.Designer.cs">
<DependentUpon>StartState.cs</DependentUpon>
</Compile>
<Compile Include="MainWindow.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainWindow.Designer.cs">
<DependentUpon>MainWindow.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Controls\ArrowButton.resx">
<DependentUpon>ArrowButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Controls\RibbonButton.resx">
<DependentUpon>RibbonButton.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogues\OpenProjectScreen.resx">
<DependentUpon>OpenProjectScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogues\NewProjectSummaryScreen.resx">
<DependentUpon>NewProjectSummaryScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogues\NewProjectImportersScreen.resx">
<DependentUpon>NewProjectImportersScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogues\NewProjectOutputScreen.resx">
<DependentUpon>NewProjectOutputScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogues\NewProjectScreen.resx">
<DependentUpon>NewProjectScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogues\FirstStartScreen.resx">
<DependentUpon>FirstStartScreen.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="States\EditingState.resx">
<DependentUpon>EditingState.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="States\MenuState.resx">
<DependentUpon>MenuState.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="States\StartState.resx">
<DependentUpon>StartState.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Deleket-Smileys-8.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\arrow-left.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\arrow-right.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\arrow.png" />
<Content Include="Resources\clouds.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>