Page MenuHomeDevCentral

Sycorax Setup Wizard.csproj
No OneTemporary

Sycorax Setup Wizard.csproj

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F7AFD556-A27F-4893-928E-3775A7399FA0}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Sycorax.SetupWizard</RootNamespace>
<AssemblyName>SycoraxSetupWizard</AssemblyName>
<ApplicationIcon>Standard-NoVista.ico</ApplicationIcon>
</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>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="MySql.Data, Version=5.0.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Sycorax Library\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.ServiceProcess" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="UtilityLibrary, Version=1.0.4.0, Culture=neutral, PublicKeyToken=fe06e967d3cf723d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Developers\UtilityLibrary\UtilityLibrary.Designers\bin\Release\UtilityLibrary.dll</HintPath>
</Reference>
<Reference Include="UtilityLibrary.Designers, Version=1.0.4.0, Culture=neutral, PublicKeyToken=fe06e967d3cf723d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Developers\UtilityLibrary\UtilityLibrary.Designers\bin\Release\UtilityLibrary.Designers.dll</HintPath>
</Reference>
<Reference Include="UtilityLibrary.Win32.WindowsAPI, Version=1.0.4.0, Culture=neutral, PublicKeyToken=fe06e967d3cf723d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Developers\UtilityLibrary\UtilityLibrary.Designers\bin\Release\UtilityLibrary.Win32.WindowsAPI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="frmWizard.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="frmWizard.Designer.cs">
<DependentUpon>frmWizard.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="frmWizard.resx">
<SubType>Designer</SubType>
<DependentUpon>frmWizard.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="Resources\FrenchSetupWizard.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Sycorax Library\Sycorax Library.csproj">
<Project>{F44648CC-244D-4FE8-A8B4-6629209EFBE6}</Project>
<Name>Sycorax Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="Resources\Puzzle.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\RedPuzzle63x63.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Start.jpg" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\PuzzleEnd.png" />
</ItemGroup>
<ItemGroup>
<Content Include="Standard-NoVista.ico" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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>

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 16, 05:43 (20 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3626586
Default Alt Text
Sycorax Setup Wizard.csproj (5 KB)

Event Timeline