SourceCode/PROMS/fmtxml/fmtxml.csproj

138 lines
5.4 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>{66A20362-1B7E-4F9D-BABA-86E29EA60994}</ProjectGuid>
<OutputType>WinExe</OutputType>
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>fmtxml</AssemblyName>
<RootNamespace>fmtxml</RootNamespace>
<SccProjectName>"%24/PROMS/fmtxml", URDAAAAA</SccProjectName>
<SccLocalPath>.</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>MSSCCI:Microsoft Visual SourceSafe</SccProvider>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>.\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<PlatformTarget>x86</PlatformTarget>
</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" />
<Content Include="ComPeakFlex.svg" />
<Content Include="ComPeakFlexall.xml" />
<Content Include="fnpnmp.svg" />
<Content Include="FNPNMPall.xml" />
<Content Include="hlpfsg.svg" />
<Content Include="HLPFSGall.xml" />
<Content Include="removeempty.xsl" />
<Content Include="removeFmtUseCO.xsl">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="TranslateDoc.XSL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="TranslateFMT.XSL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="TranslatePAG.XSL">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="wst1.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WST1all.xml">
</Content>
<Content Include="wst2.svg">
</Content>
<Content Include="WST2all.xml">
</Content>
<Content Include="wstalr.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WSTALRall.xml">
</Content>
<Content Include="wstbck.svg" />
<Content Include="WSTBCKall.xml" />
<Content Include="wstckl.svg">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="WSTCKLall.xml">
</Content>
<Content Include="wstDCS.svg" />
<Content Include="WSTDCSall.xml" />
<Content Include="_UpgradeReport_Files\UpgradeReport.css" />
<Content Include="_UpgradeReport_Files\UpgradeReport.xslt" />
<Content Include="_UpgradeReport_Files\UpgradeReport_Minus.gif" />
<Content Include="_UpgradeReport_Files\UpgradeReport_Plus.gif" />
</ItemGroup>
<ItemGroup>
<Compile Include="AppendPlantSpecific.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="PlantSpecific_Calvert.cs" />
<Compile Include="PlantSpecific_PointBeach.cs" />
<Compile Include="PlantSpecific_ByrBwd.cs" />
<Compile Include="PlantSpecific_Gen.cs" />
<Compile Include="PlantSpecific_Catawba.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="PlantSpecific_ComanchePeak.cs" />
<Compile Include="PlantSpecific_McGuire.cs" />
<Compile Include="PlantSpecific_PrairieIsland.cs" />
<Compile Include="PlantSpecific_Robinson.cs" />
<Compile Include="PlantSpecific_SouthTexas.cs" />
<Compile Include="PlantSpecific_Summer.cs" />
<Compile Include="PlantSpecific_WolfCreak.cs" />
<Compile Include="PSI.cs" />
<Compile Include="RtfToSvg.cs" />
<Compile Include="Settings.Designer.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>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
</Project>