~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to LocateFiles/LocateFiles.mdp

Make build system sane

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Project name="LocateFiles" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2
2
  <Configurations active="Debug">
3
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
 
      <Output directory="./bin/Debug" assembly="LocateFiles" />
 
4
      <Output directory="bin/Debug" assembly="LocateFiles" />
5
5
      <Build debugmode="True" target="Library" />
6
 
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
6
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
 
7
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8
8
    </Configuration>
9
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
10
 
      <Output directory="./bin/Release" assembly="LocateFiles" />
 
10
      <Output directory="bin/Release" assembly="LocateFiles" />
11
11
      <Build debugmode="False" target="Library" />
12
 
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
 
12
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13
13
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14
14
    </Configuration>
15
15
  </Configurations>
16
16
  <Contents>
17
 
    <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
18
 
    <File name="./LocateFilesCommand.cs" subtype="Code" buildaction="Compile" />
 
17
    <File name="src" subtype="Directory" buildaction="Compile" />
 
18
    <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
 
19
    <File name="src/LocateFiles.addin.xml" subtype="Code" buildaction="FileCopy" />
 
20
    <File name="src/LocateFilesAction.cs" subtype="Code" buildaction="Compile" />
19
21
  </Contents>
20
22
  <References>
21
23
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
22
 
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=1.0.2923.17372, Culture=neutral" />
 
24
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=1.0.3002.42847, Culture=neutral" />
23
25
  </References>
24
26
</Project>
 
 
b'\\ No newline at end of file'