2013-12-21 02:54:45 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
<ProjectGuid>{AA167571-AC0F-4F78-B471-951FBC597FC3}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>FileWatcher</RootNamespace>
|
|
|
|
|
<AssemblyName>FileWatcher</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<PublishUrl>build\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
|
|
<BootstrapperEnabled>false</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|
|
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>res\stock_3d-texture-and-shading_32x32.ico</ApplicationIcon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="IronPython, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>C:\Program Files (x86)\IronPython 2.7\IronPython.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="IronPython.Modules, Version=2.7.0.40, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>C:\Program Files (x86)\IronPython 2.7\IronPython.Modules.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Dynamic, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>C:\Program Files (x86)\IronPython 2.7\Microsoft.Dynamic.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Microsoft.Scripting, Version=1.1.0.20, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
|
<HintPath>C:\Program Files (x86)\IronPython 2.7\Microsoft.Scripting.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Design" />
|
|
|
|
|
<Reference Include="System.DirectoryServices" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\src\EventRaisingStreamWriter.cs" />
|
|
|
|
|
<Compile Include="..\src\FileGroupSettings.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\FileGroupSettings.Designer.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>FileGroupSettings.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\FileGroupTab.cs">
|
|
|
|
|
<SubType>UserControl</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\FileGroupTab.Designer.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>FileGroupTab.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\FolderSelectDialog.cs" />
|
|
|
|
|
<Compile Include="..\src\Form1.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\Form1.Designer.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\Logger.cs" />
|
|
|
|
|
<Compile Include="..\src\MyEvtArgs.cs" />
|
|
|
|
|
<Compile Include="..\src\NewFileGroup.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\NewFileGroup.Designer.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>NewFileGroup.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\FilePath.cs" />
|
|
|
|
|
<Compile Include="..\src\Preferences.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\Preferences.Designer.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>Preferences.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\Program.cs" />
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<Compile Include="..\src\About.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<Compile Include="..\src\About.designer.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
|
|
|
</Compile>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
<Compile Include="..\src\Reflector.cs" />
|
|
|
|
|
<Compile Include="..\src\RichTextBoxExtensions.cs" />
|
|
|
|
|
<Compile Include="..\src\Script.cs" />
|
|
|
|
|
<Compile Include="..\src\ScriptManager.cs">
|
|
|
|
|
<SubType>Form</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\ScriptManager.Designer.cs">
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>ScriptManager.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\Singleton.cs" />
|
|
|
|
|
<Compile Include="..\src\TimerPlus.cs">
|
|
|
|
|
<SubType>Component</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="..\src\Utils.cs" />
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="..\src\Form1.resx">
|
|
|
|
|
<DependentUpon>Form1.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<EmbeddedResource Include="..\src\About.resx">
|
|
|
|
|
<DependentUpon>About.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="..\src\FileGroupSettings.resx">
|
|
|
|
|
<DependentUpon>FileGroupSettings.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<EmbeddedResource Include="..\src\FileGroupTab.resx">
|
|
|
|
|
<DependentUpon>FileGroupTab.cs</DependentUpon>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="..\src\NewFileGroup.resx">
|
|
|
|
|
<DependentUpon>NewFileGroup.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<EmbeddedResource Include="..\src\Preferences.resx">
|
|
|
|
|
<DependentUpon>Preferences.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</EmbeddedResource>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<EmbeddedResource Include="..\src\ScriptManager.resx">
|
|
|
|
|
<DependentUpon>ScriptManager.cs</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
</None>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
2013-12-22 23:07:36 +00:00
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.5 %28x86 and x64%29</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
2013-12-23 00:33:10 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="res\arrow_fat_down.gif" />
|
|
|
|
|
<None Include="res\arrow_fat_up.gif" />
|
|
|
|
|
<None Include="res\arrow_mini_down.gif" />
|
|
|
|
|
<None Include="res\arrow_mini_up.gif" />
|
|
|
|
|
<None Include="res\block.gif" />
|
|
|
|
|
<None Include="res\cross.gif" />
|
|
|
|
|
<None Include="res\drop_box.gif" />
|
|
|
|
|
<None Include="res\folder.gif" />
|
|
|
|
|
<None Include="res\play.png" />
|
|
|
|
|
<None Include="res\plus.gif" />
|
|
|
|
|
<None Include="res\save.gif" />
|
|
|
|
|
<None Include="res\script.gif" />
|
|
|
|
|
<None Include="res\settings.png" />
|
|
|
|
|
<None Include="res\stock_3d-texture-and-shading_128x128.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-and-shading_128x128.png" />
|
|
|
|
|
<EmbeddedResource Include="res\stock_3d-texture-and-shading_16x16.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-and-shading_16x16.png" />
|
|
|
|
|
<None Include="res\stock_3d-texture-and-shading_256x256.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-and-shading_256x256.png" />
|
|
|
|
|
<Content Include="res\stock_3d-texture-and-shading_32x32.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-and-shading_32x32.png" />
|
|
|
|
|
<None Include="res\stock_3d-texture-and-shading_48x48.png" />
|
|
|
|
|
<None Include="res\stock_3d-texture-spherical_128x128.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-spherical_128x128.png" />
|
|
|
|
|
<EmbeddedResource Include="res\stock_3d-texture-spherical_16x16.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-spherical_16x16.png" />
|
|
|
|
|
<None Include="res\stock_3d-texture-spherical_256x256.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-spherical_256x256.png" />
|
|
|
|
|
<Content Include="res\stock_3d-texture-spherical_32x32.ico" />
|
|
|
|
|
<None Include="res\stock_3d-texture-spherical_32x32.png" />
|
|
|
|
|
<None Include="res\stock_3d-texture-spherical_48x48.png" />
|
|
|
|
|
<None Include="res\stop.png" />
|
|
|
|
|
<None Include="res\trash.gif" />
|
|
|
|
|
<None Include="res\warning.gif" />
|
|
|
|
|
</ItemGroup>
|
2013-12-21 02:54:45 +00:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\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>
|