Cyotek.Spriter.Addin.ProjectPropertiesEditor/Cyotek.Spriter.Addin.ProjectPropertiesEditor.csproj
Download
Donate
If this site or its services have saved you time, please consider a donation to help with running costs and timely updates.
Contents of spriteraddinsample.zip/Cyotek.Spriter.Addin.ProjectPropertiesEditor/Cyotek.Spriter.Addin.ProjectPropertiesEditor.csproj
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{D071AC69-F1D2-4958-9D25-8E9A3C108085}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Cyotek.Spriter.Addin.ProjectPropertiesEditor</RootNamespace>
<AssemblyName>Cyotek.Spriter.Addin.ProjectPropertiesEditor</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</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>
<PlatformTarget>AnyCPU</PlatformTarget>
</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>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>false</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>
</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="ProjectPropertiesCommand.cs" />
<Compile Include="ProjectPropertiesEditorAddin.cs" />
<Compile Include="PropertiesDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="PropertiesDialog.designer.cs">
<DependentUpon>PropertiesDialog.cs</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Libraries\Cyotek.ApplicationServices\Cyotek.ApplicationServices.csproj">
<Project>{90B57B56-CCCA-456B-88E8-21AEDE32DE8C}</Project>
<Name>Cyotek.ApplicationServices</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Libraries\Cyotek.Core\Cyotek.Core.csproj">
<Project>{131CA7D8-A4D0-4FF8-B9EB-0882D9457D43}</Project>
<Name>Cyotek.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Cyotek.Spriter\Cyotek.Spriter.csproj">
<Project>{96D8D366-0E91-47B4-9450-3F5E5C767A8D}</Project>
<Name>Cyotek.Spriter</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="PropertiesDialog.resx">
<DependentUpon>PropertiesDialog.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>copy "$(TargetName).*" "$(SolutionDir)Cyotek.Spriter.Gui\$(OutDir)"</PostBuildEvent>
</PropertyGroup>
<!-- 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>
Files
- Cyotek.Spriter.Addin.ProjectPropertiesEditor
