Page MenuHomeDevCentral

Sycorax Control Center.csproj
No OneTemporary

Sycorax Control Center.csproj

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<RootNamespace>Sycorax.ControlCenter</RootNamespace>
<AssemblyName>Sycorax Control Center</AssemblyName>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{A310DE6D-EC52-43A3-A217-76515C041508}</ProjectGuid>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<Optimize>False</Optimize>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugSymbols>True</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<Optimize>True</Optimize>
<DefineConstants>TRACE</DefineConstants>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AboutBox1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="AboutBox1.Designer.cs">
<DependentUpon>AboutBox1.cs</DependentUpon>
</Compile>
<Compile Include="InternalAutoUpdate.cs" />
<Compile Include="MainForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="ProbeMySqlConnectionForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="ProbeMySqlConnectionForm.Designer.cs">
<DependentUpon>ProbeMySqlConnectionForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="AboutBox1.resx">
<SubType>Designer</SubType>
<DependentUpon>AboutBox1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="MainForm.resx">
<SubType>Designer</SubType>
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProbeMySqlConnectionForm.resx">
<SubType>Designer</SubType>
<DependentUpon>ProbeMySqlConnectionForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<SubType>Designer</SubType>
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sycorax Auto Update\Sycorax Auto Update.csproj">
<Project>{63F94995-792D-44F7-86BB-E3C4DE4DA109}</Project>
<Name>Sycorax Auto Update</Name>
</ProjectReference>
<ProjectReference Include="..\Sycorax Library\Sycorax Library.csproj">
<Project>{F44648CC-244D-4FE8-A8B4-6629209EFBE6}</Project>
<Name>Sycorax Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="UI\powered-by-mysql-125x64.png" />
</ItemGroup>
<ItemGroup>
<None Include="UI\add.gif" />
</ItemGroup>
<ItemGroup>
<Content Include="UI\Icon1.ico" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
</Project>

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 07:14 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259694
Default Alt Text
Sycorax Control Center.csproj (3 KB)

Event Timeline