69 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <PropertyGroup>
 | 
						|
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | 
						|
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | 
						|
    <ProjectGuid>{68A28293-001C-4726-AA1A-7783E0FA6439}</ProjectGuid>
 | 
						|
    <OutputType>WinExe</OutputType>
 | 
						|
    <NoStandardLibraries>false</NoStandardLibraries>
 | 
						|
    <AssemblyName>Format, Genmac To XML, SVG</AssemblyName>
 | 
						|
    <RootNamespace>Format__Genmac_To_XML__SVG</RootNamespace>
 | 
						|
    <SccProjectName>SAK</SccProjectName>
 | 
						|
    <SccLocalPath>SAK</SccLocalPath>
 | 
						|
    <SccAuxPath>SAK</SccAuxPath>
 | 
						|
    <SccProvider>SAK</SccProvider>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | 
						|
    <DebugSymbols>true</DebugSymbols>
 | 
						|
    <DebugType>full</DebugType>
 | 
						|
    <Optimize>false</Optimize>
 | 
						|
    <OutputPath>.\bin\Debug\</OutputPath>
 | 
						|
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 | 
						|
    <DebugType>pdbonly</DebugType>
 | 
						|
    <Optimize>true</Optimize>
 | 
						|
    <OutputPath>.\bin\Release\</OutputPath>
 | 
						|
    <DefineConstants>TRACE</DefineConstants>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Reference Include="c1.c1pdf, Version=1.1.20052.40, Culture=neutral, PublicKeyToken=bc8d9c59cf1b601f" />
 | 
						|
    <Reference Include="C1.Common, Version=1.0.20031.116, Culture=neutral, PublicKeyToken=e272bb32d11b1948" />
 | 
						|
    <Reference Include="System" />
 | 
						|
    <Reference Include="System.Data" />
 | 
						|
    <Reference Include="System.Drawing" />
 | 
						|
    <Reference Include="System.Windows.Forms" />
 | 
						|
    <Reference Include="System.Xml" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Content Include="App.ico" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <Compile Include="AssemblyInfo.cs" />
 | 
						|
    <Compile Include="EntireFormat.cs" />
 | 
						|
    <Compile Include="FmtFileToXml.cs" />
 | 
						|
    <Compile Include="FmtToXml.cs" />
 | 
						|
    <Compile Include="Form1.cs">
 | 
						|
      <SubType>Form</SubType>
 | 
						|
    </Compile>
 | 
						|
    <Compile Include="GenToXml.cs" />
 | 
						|
    <Compile Include="GenXmlToSvg.cs" />
 | 
						|
    <Compile Include="SvgToPdf.cs" />
 | 
						|
    <Compile Include="XmlToPdf.cs" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <EmbeddedResource Include="Form1.resx">
 | 
						|
      <DependentUpon>Form1.cs</DependentUpon>
 | 
						|
      <SubType>Designer</SubType>
 | 
						|
    </EmbeddedResource>
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ProjectReference Include="..\Volian.Utils.Library\CvtFont\CvtFont.csproj">
 | 
						|
      <Project>{652EB5F6-18DD-4F22-9C0B-62EB46613C4D}</Project>
 | 
						|
      <Name>CvtFont</Name>
 | 
						|
    </ProjectReference>
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
 | 
						|
  <ProjectExtensions>
 | 
						|
    <VisualStudio AllowExistingFolder="true" />
 | 
						|
  </ProjectExtensions>
 | 
						|
</Project> |